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 64bf85f commit 34285ccCopy full SHA for 34285cc
gdk-pixbuf/Cargo.toml
@@ -19,6 +19,7 @@ name = "gdk_pixbuf"
19
[features]
20
v2_40 = ["gdk-pixbuf-sys/v2_40"]
21
v2_42 = ["v2_40", "gdk-pixbuf-sys/v2_42"]
22
+v2_44 = ["v2_42", "gdk-pixbuf-sys/v2_44"]
23
24
[dependencies]
25
gdk-pixbuf-sys.workspace = true
gdk-pixbuf/sys/Cargo.toml
@@ -66,7 +66,7 @@ version = "2.40"
66
version = "2.42"
67
68
[package.metadata.system-deps.gdk_pixbuf_2_0.v2_44]
69
-version = "2.44"
+version = "2.43"
70
71
[package.metadata.docs.rs]
72
rustc-args = ["--cfg", "docsrs"]
0 commit comments