gtk version bump

This commit is contained in:
2022-05-23 22:13:47 -04:00
parent 2918936b87
commit 03fb0071ef
2 changed files with 134 additions and 148 deletions
+4 -4
View File
@@ -7,9 +7,9 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
gtk4 = { git = "https://github.com/gtk-rs/gtk4.git" }
glib = { git = "https://github.com/gtk-rs/gtk-rs-core.git", package = "glib" }
gio = { git = "https://github.com/gtk-rs/gtk-rs-core.git", package = "gio" }
gdk = { git = "https://github.com/gtk-rs/gtk4-rs.git", package = "gdk4" }
gtk4 = "0.4.7"
glib = "*"
gio = "*"
gdk = "*"
futures = "0.3"
byteorder = "*"