feat(crate): update gtk and adw crates

Updated gtk to 0.9.0 and adw to 0.7.0
This commit is contained in:
2024-08-09 15:12:00 +04:00
parent e46e83f723
commit f3ae716ed4
2 changed files with 64 additions and 114 deletions

View File

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