Support more versions of glib and gtk
This commit is contained in:
@ -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"] }
|
||||
|
Reference in New Issue
Block a user