Skip to content

Commit 2523636

Browse files
gdk-wayland: Export v4.20 feature
1 parent aeed7dd commit 2523636

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

gdk4-wayland/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ v4_10 = ["gdk4-wayland-sys/v4_10", "v4_4", "gdk/v4_10"]
1919
v4_12 = ["gdk4-wayland-sys/v4_12", "v4_10", "gdk/v4_12"]
2020
v4_16 = ["gdk4-wayland-sys/v4_16", "v4_12", "gdk/v4_16"]
2121
v4_18 = ["gdk4-wayland-sys/v4_18", "v4_16", "gdk/v4_18"]
22+
v4_20 = ["gdk4-wayland-sys/v4_20", "v4_18", "gdk/v4_20"]
2223
wayland_crate = ["wayland-client", "wayland-backend"]
2324
egl = ["khronos-egl"]
2425

gdk4-wayland/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ gdk-wayland = { git = "https://github.com/gtk-rs/gtk4-rs.git", package = "gdk4-w
4343

4444
| Feature | Description |
4545
| --- | ----------- |
46+
| `v4_20` | Enable the new APIs part of GTK 4.20 |
4647
| `v4_18` | Enable the new APIs part of GTK 4.18 |
4748
| `v4_16` | Enable the new APIs part of GTK 4.16 |
4849
| `v4_12` | Enable the new APIs part of GTK 4.12 |

gdk4-wayland/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ version = "4.16"
4949
version = "4.18"
5050

5151
[package.metadata.system-deps.gtk4_wayland.v4_20]
52-
version = "4.20"
52+
version = "4.19"
5353

5454
[package.metadata.docs.rs]
5555
rustc-args = ["--cfg", "docsrs"]

0 commit comments

Comments
 (0)