We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc83bbc commit 989b105Copy full SHA for 989b105
Cargo.toml
@@ -33,7 +33,7 @@ glib = { version = "^0.19.5", features = ["v2_74"] }
33
gio = { version = "^0.19.5" }
34
pango = { version = "^0.19.5" }
35
gdk = { package = "gdk4", version = "^0.8.2", features = ["v4_12"] }
36
-gtk = { package = "gtk4", version = "^0.8", features = ["v4_12"] }
+gtk = { package = "gtk4", version = "^0.9.0", features = ["v4_12"] }
37
adw = { package = "libadwaita", version = "0.6", features = ["v1_4"] }
38
vte = { package = "vte4", version = "0.7.1", features = ["v0_70"]}
39
rsvg = { package = "librsvg", version = "2.58.0" }
0 commit comments