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 9be31e0968
commit b4cb7da6ad
5 changed files with 27 additions and 2 deletions

View File

@ -8,3 +8,6 @@ bincode = "1.3"
brotli = "3.3"
serde = {version = "1.0", features = ["derive"]}
wry = "0.12"
[target.'cfg(windows)'.build-dependencies]
winres = "0.1"