Skip to content

Commit

Permalink
chore: general repo changes
Browse files Browse the repository at this point in the history
  • Loading branch information
krypt0nn committed Jul 26, 2024
1 parent a8973b1 commit 2448ff8
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 8 deletions.
11 changes: 5 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
name = "wincompatlib"
version = "0.7.4"
description = "Set of interfaces to run windows applications on unix-like systems using Wine"
authors = ["Nikita Podvirnyy <suimin.tu.mu.ga.mi@gmail.com>"]
authors = ["Nikita Podvirnyi <krypt0nn@vk.com>"]
license = "MIT"
edition = "2021"

[dev-dependencies]
serial_test = "2.0.0"
serial_test = "3.1"

[dependencies]
anyhow = { version = "1.0", features = ["backtrace"] }

# Needed by features which require downloading stuff
# For now it's wine-fonts only
minreq = { version = "2.11.0", features = ["https-rustls", "https-rustls-probe"], optional = true }
blake3 = { version = "1.5.0", optional = true }
minreq = { version = "2.12", features = ["https-rustls", "https-rustls-probe"], optional = true }
blake3 = { version = "1.5", optional = true }

[features]
dxvk = []
Expand All @@ -28,5 +28,4 @@ winetricks = []

all = ["dxvk", "wine-bundles", "wine-proton", "wine-fonts", "winetricks"]

# Used for test purposes
# default = ["all"]
default = ["all"]
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Observer KRypt0n_
Copyright (c) 2022 - 2024 Nikita Podvirnyi

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ Wine::default()
.expect("Failed to install DXVK");
```

Author: [Nikita Podvirnyy](https://github.com/krypt0nn)
Author: [Nikita Podvirnyi](https://github.com/krypt0nn)

Licensed under [MIT](LICENSE)
44 changes: 44 additions & 0 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2448ff8

Please sign in to comment.