Added app_icon.ico to target executable.

This commit is contained in:
Marta Borgia Leiva 2024-12-18 16:57:29 +01:00
parent 068a0ada51
commit b7218108ff
3 changed files with 13 additions and 0 deletions

View file

@ -2,6 +2,7 @@
name = "godo-launcher"
version = "0.1.0"
edition = "2021"
build = "build.rs"
[dependencies]
colog = "1.3.0"
@ -9,3 +10,6 @@ log = "0.4.22"
reqwest = { version = "0.12", features = ["blocking", "json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
[build-dependencies]
winres = "0.1"