update crates, test on mac only
This commit is contained in:
@@ -8,9 +8,9 @@ edition = "2021"
|
||||
build = "build.rs"
|
||||
|
||||
[build-dependencies]
|
||||
embed-resource = "1.7"
|
||||
embed-resource = "2.1"
|
||||
|
||||
[dependencies]
|
||||
brotli = "3.3.4"
|
||||
dirs = "4.0.0"
|
||||
md5 = "0.7.0"
|
||||
brotli = "3.3"
|
||||
dirs = "5.0"
|
||||
md5 = "0.7"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
extern crate embed_resource;
|
||||
|
||||
fn main() {
|
||||
embed_resource::compile("icon.rc");
|
||||
embed_resource::compile("icon.rc", embed_resource::NONE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user