Skip to content

Commit baa224c

Browse files
gtk: Export v4_22 feature
1 parent 7992718 commit baa224c

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
conf:
5050
- {
5151
name: "gtk4",
52-
features: "v4_20,xml_validation,blueprint",
52+
features: "v4_22,xml_validation,blueprint",
5353
test_sys: false,
5454
}
5555
- { name: "gsk4", features: "v4_20,broadway,vulkan", test_sys: true }

gtk4/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ v4_14 = ["gtk4-sys/v4_14", "v4_12", "gdk/v4_14", "gsk/v4_14"]
2727
v4_16 = ["gtk4-sys/v4_16", "v4_14", "gdk/v4_16", "gsk/v4_16"]
2828
v4_18 = ["gtk4-sys/v4_18", "gdk/v4_18", "v4_16"]
2929
v4_20 = ["gtk4-sys/v4_20", "gdk/v4_20", "gsk/v4_20", "v4_18"]
30+
v4_22 = ["gtk4-sys/v4_22", "v4_20"]
3031
gio_v2_80 = ["gio/v2_80"]
3132
xml_validation = ["gtk4-macros/xml_validation"]
3233
blueprint = ["gtk4-macros/blueprint"]

gtk4/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ gtk = { git = "https://github.com/gtk-rs/gtk4-rs.git", package = "gtk4" }
182182

183183
| Feature | Description |
184184
| --- | ----------- |
185+
| `v4_22` | Enable the new APIs part of GTK 4.22 |
185186
| `v4_20` | Enable the new APIs part of GTK 4.20 |
186187
| `v4_18` | Enable the new APIs part of GTK 4.18 |
187188
| `v4_16` | Enable the new APIs part of GTK 4.16 |

gtk4/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ version = "4.18"
6565
version = "4.19"
6666

6767
[package.metadata.system-deps.gtk4.v4_22]
68-
version = "4.22"
68+
version = "4.21"
6969

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

0 commit comments

Comments
 (0)