Skip to content

Commit 5f46b43

Browse files
gtk: add gnome_48 feature
1 parent dcc7500 commit 5f46b43

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

gtk4/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ unsafe-assume-initialized = []
3535
# Versions from https://gitlab.gnome.org/GNOME/gnome-build-meta/-/tree/gnome-43/elements/sdk
3636
# gtk takes care of setting the versions of gsk and gdk
3737
# gio takes care of setting the version of glib
38+
gnome_48 = ["v4_18", "gio/v2_84", "gnome_47"]
3839
gnome_47 = ["v4_16", "gio/v2_82", "gnome_46"]
3940
gnome_46 = ["v4_14", "cairo-rs/v1_16", "pango/v1_52", "gdk-pixbuf/v2_42", "gio_v2_80"]
4041
gnome_45 = ["v4_12", "cairo-rs/v1_16", "pango/v1_52", "gdk-pixbuf/v2_42", "gio/v2_78"]

gtk4/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ gtk = { git = "https://github.com/gtk-rs/gtk4-rs.git", package = "gtk4" }
192192
| `v4_6` | Enable the new APIs part of GTK 4.6 |
193193
| `v4_4` | Enable the new APIs part of GTK 4.4 |
194194
| `v4_2` | Enable the new APIs part of GTK 4.2 |
195+
| `gnome_48` | Enable all version feature flags of this crate and its dependencies to match the GNOME 48 SDK |
195196
| `gnome_47` | Enable all version feature flags of this crate and its dependencies to match the GNOME 47 SDK |
196197
| `gnome_46` | Enable all version feature flags of this crate and its dependencies to match the GNOME 46 SDK |
197198
| `gnome_45` | Enable all version feature flags of this crate and its dependencies to match the GNOME 45 SDK |

0 commit comments

Comments
 (0)