1
0
mirror of https://github.com/Tim-Paik/neutauri.git synced 2024-10-12 23:29:41 +00:00

add windows icon

This commit is contained in:
2022-02-04 01:08:15 +08:00
parent 4fc4504057
commit a242b1b12d
5 changed files with 27 additions and 2 deletions

10
Cargo.lock generated
View File

@ -1045,6 +1045,7 @@ dependencies = [
"bincode",
"brotli",
"serde",
"winres",
"wry",
]
@ -1845,6 +1846,15 @@ version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "winres"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b68db261ef59e9e52806f688020631e987592bd83619edccda9c47d42cde4f6c"
dependencies = [
"toml",
]
[[package]]
name = "wry"
version = "0.12.2"