Update gtk4-rs and rust-toolchain

This commit is contained in:
Ian Douglas Scott 2021-12-15 11:54:02 -08:00
parent 845ca1e396
commit 5dc055b143
3 changed files with 55 additions and 33 deletions

View file

@ -8,8 +8,8 @@ license = "LGPL-3.0-or-later"
cascade = "1"
chrono = "0.4"
byte_string = "1"
gdk4-x11 = "0.2"
gtk4 = "0.2"
gdk4-x11 = "0.3"
gtk4 = "0.3"
once_cell = "1"
toml = "0.5"
x11 = { version = "2", features = ["xlib"] }