refactor: pre-release build

This commit is contained in:
2024-08-19 03:14:39 -07:00
parent 229f525653
commit 27f9a8e10b
16 changed files with 201 additions and 5 deletions

View File

@@ -6,8 +6,11 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
adw = { version = "0.7.0", package = "libadwaita", features = ["v1_4", "v1_5"] }
adw = { version = "0.7.0", package = "libadwaita"}
bitvec = "1.0.1"
gio = { version = "0.20.0", features = ["v2_74"] }
gtk = { version = "0.9.0", package = "gtk4", features = ["v4_12"] }
tokio = { version = "1.39.2", features = ["rt", "time", "rt-multi-thread", "macros", "sync"] }
[build-dependencies]
winres = "0.1"