Skip to content

Commit 5450ee0

Browse files
gtk: Re-export v4.18 feature
1 parent 0f225c0 commit 5450ee0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

gtk4/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ v4_10 = ["gtk4-sys/v4_10", "v4_8", "gdk/v4_10", "gsk/v4_10"]
2525
v4_12 = ["gtk4-sys/v4_12", "v4_10", "gdk/v4_12"]
2626
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"]
28+
v4_18 = ["gtk4-sys/v4_18", "v4_16"]
2829
gio_v2_80 = ["gio/v2_80"]
2930
xml_validation = ["gtk4-macros/xml_validation"]
3031
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_18` | Enable the new APIs part of GTK 4.18 |
185186
| `v4_16` | Enable the new APIs part of GTK 4.16 |
186187
| `v4_14` | Enable the new APIs part of GTK 4.14 |
187188
| `v4_12` | Enable the new APIs part of GTK 4.12 |

0 commit comments

Comments
 (0)