added pages builder, to do universal traits for builders

This commit is contained in:
2024-03-12 23:49:20 +04:00
parent 4c230c090d
commit a9626cda4d
7 changed files with 137 additions and 12 deletions

View File

@@ -6,6 +6,7 @@ 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"] }
bitvec = "1.0.1"
gtk4 = "0.8.1"
tokio = { version = "1.0.0", features = ["rt", "rt-multi-thread", "macros"] }