updated deps

This commit is contained in:
Wyatt J. Miller
2021-06-27 16:40:40 -04:00
parent d19accff40
commit f9e7bde6e3
2 changed files with 114 additions and 5 deletions
+5
View File
@@ -8,3 +8,8 @@ edition = "2018"
[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" }
futures = "0.3"
byteorder = "*"