Add Windows icon

This commit is contained in:
Alex Page 2022-01-25 14:53:01 -05:00
parent 02270fb4b0
commit 875948519f
5 changed files with 35 additions and 1 deletions

View file

@ -2,6 +2,7 @@
name = "kroz"
version = "0.1.0"
edition = "2021"
build = "build.rs"
[dependencies]
bracket-lib = { git = "https://github.com/amethyst/bracket-lib" }
@ -10,4 +11,7 @@ specs-derive = "0.4.1"
cpal = "0.13"
oddio = "0.5"
rand = "0.8"
spin_sleep = "1.0"
spin_sleep = "1.0"
[target.'cfg(windows)'.build-dependencies]
winres = "0.1"