Support more versions of glib and gtk

This commit is contained in:
2022-05-05 14:50:51 -07:00
parent 858cd2750c
commit 050bf5cbac
4 changed files with 6 additions and 7 deletions

View File

@ -8,8 +8,8 @@ anyhow = "1"
bscreensaver-util = { path = "../util" }
chrono = "0.4"
gethostname = "0.2"
glib = { version = "0.15", features = ["v2_68"] }
gtk = { version = "0.15", features = ["v3_24"] }
glib = { version = "0.15", features = ["log"] }
gtk = "0.15"
gtk-sys = "0.15"
gdk-sys = "0.15"
gdkx11 = "0.15"