Skip to content

Commit 51e0e42

Browse files
gtk: Add a gnome-46 feature
1 parent 0e1456b commit 51e0e42

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
@@ -32,6 +32,7 @@ unsafe-assume-initialized = []
3232
# Versions from https://gitlab.gnome.org/GNOME/gnome-build-meta/-/tree/gnome-43/elements/sdk
3333
# gtk takes care of setting the versions of gsk and gdk
3434
# gio takes care of setting the version of glib
35+
gnome_46 = ["v4_14", "cairo-rs/v1_16", "pango/v1_52", "gdk-pixbuf/v2_42", "gio_v2_80"]
3536
gnome_45 = ["v4_12", "cairo-rs/v1_16", "pango/v1_52", "gdk-pixbuf/v2_42", "gio/v2_78"]
3637
gnome_44 = ["v4_10", "cairo-rs/v1_16", "gdk-pixbuf/v2_42", "gio/v2_76"]
3738
gnome_43 = ["v4_8", "cairo-rs/v1_16", "gdk-pixbuf/v2_42", "gio/v2_74"]

gtk4/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ gtk = { git = "https://github.com/gtk-rs/gtk4-rs.git", package = "gtk4" }
190190
| `v4_6` | Enable the new APIs part of GTK 4.6 |
191191
| `v4_4` | Enable the new APIs part of GTK 4.4 |
192192
| `v4_2` | Enable the new APIs part of GTK 4.2 |
193+
| `gnome_46` | Enable all version feature flags of this crate and its dependencies to match the GNOME 46 SDK |
193194
| `gnome_45` | Enable all version feature flags of this crate and its dependencies to match the GNOME 45 SDK |
194195
| `gnome_44` | Enable all version feature flags of this crate and its dependencies to match the GNOME 44 SDK |
195196
| `gnome_43` | Enable all version feature flags of this crate and its dependencies to match the GNOME 43 SDK |

0 commit comments

Comments
 (0)