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

@ -6,6 +6,5 @@ edition = "2021"
[dependencies]
anyhow = "1"
bscreensaver-util = { path = "../util" }
glib = { version = "0.15", features = ["v2_68"] }
gtk = { version = "0.15", features = ["v3_24"] }
log = "0.4"
glib = "0.15"
gtk = { version = "0.15", features = ["v3_20"] }