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

2
Cargo.lock generated
View File

@ -317,7 +317,6 @@ dependencies = [
"bscreensaver-util",
"glib",
"gtk",
"log",
]
[[package]]
@ -839,6 +838,7 @@ dependencies = [
"glib-sys",
"gobject-sys",
"libc",
"log",
"once_cell",
"smallvec",
"thiserror",