Skip to content

Commit

Permalink
Replace unmaintained winres dependency with winresource
Browse files Browse the repository at this point in the history
  • Loading branch information
fenhl committed Oct 10, 2024
1 parent 5ea7389 commit a83b2ca
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 8 deletions.
71 changes: 65 additions & 6 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ tokio = { version = "1.35.1", features = ["rt-multi-thread", "time"] }
wheel = { git = "https://github.com/fenhl/wheel", branch = "main", features = ["serde", "serde_json", "reqwest"] }

[build-dependencies]
winres = "0.1.12"
winresource = "0.1"
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use {
std::io,
winres::WindowsResource,
winresource::WindowsResource,
};

fn main() -> io::Result<()> {
Expand Down

0 comments on commit a83b2ca

Please sign in to comment.