Skip to content

Commit 34285cc

Browse files
committed
gdk-pixbuf: Add v2_44 version feature
1 parent 64bf85f commit 34285cc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

gdk-pixbuf/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ name = "gdk_pixbuf"
1919
[features]
2020
v2_40 = ["gdk-pixbuf-sys/v2_40"]
2121
v2_42 = ["v2_40", "gdk-pixbuf-sys/v2_42"]
22+
v2_44 = ["v2_42", "gdk-pixbuf-sys/v2_44"]
2223

2324
[dependencies]
2425
gdk-pixbuf-sys.workspace = true

gdk-pixbuf/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ version = "2.40"
6666
version = "2.42"
6767

6868
[package.metadata.system-deps.gdk_pixbuf_2_0.v2_44]
69-
version = "2.44"
69+
version = "2.43"
7070

7171
[package.metadata.docs.rs]
7272
rustc-args = ["--cfg", "docsrs"]

0 commit comments

Comments
 (0)