feat(crate): add gio external crate

This commit is contained in:
doryan 2024-08-12 12:17:27 +04:00
parent 28c569d547
commit 24b60e74a0
2 changed files with 3 additions and 1 deletions

1
Cargo.lock generated
View File

@ -470,6 +470,7 @@ name = "laboratory_works"
version = "0.1.0"
dependencies = [
"bitvec",
"gio",
"gtk4",
"libadwaita",
"tokio",

View File

@ -8,6 +8,7 @@ edition = "2021"
[dependencies]
adw = { version = "0.7.0", package = "libadwaita", features = ["v1_4"] }
bitvec = "1.0.1"
gtk4 = "0.9.0"
gio = {version = "0.20.0", features = ["v2_74"]}
gtk4 = { version = "0.9.0"}
tokio = { version = "1.39.2", features = ["rt", "time", "rt-multi-thread", "macros", "sync"] }