Skip to content

Commit 592d685

Browse files
gtk: Add a gnome-47 feature
1 parent edc2e37 commit 592d685

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

gtk4/README.md

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

0 commit comments

Comments
 (0)