Skip to content

Commit 1bb7003

Browse files
gtk: Add a GNOME 45 feature
1 parent 2497aa4 commit 1bb7003

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
@@ -29,6 +29,7 @@ unsafe-assume-initialized = []
2929
# Versions from https://gitlab.gnome.org/GNOME/gnome-build-meta/-/tree/gnome-43/elements/sdk
3030
# gtk takes care of setting the versions of gsk and gdk
3131
# gio takes care of setting the version of glib
32+
gnome_45 = ["v4_12", "cairo-rs/v1_16", "pango/v1_52", "gdk-pixbuf/v2_42", "gio/v2_78"]
3233
gnome_44 = ["v4_10", "cairo-rs/v1_16", "gdk-pixbuf/v2_42", "gio/v2_76"]
3334
gnome_43 = ["v4_8", "cairo-rs/v1_16", "gdk-pixbuf/v2_42", "gio/v2_74"]
3435
gnome_42 = ["v4_6", "cairo-rs/v1_16", "gdk-pixbuf/v2_42", "gio/v2_72"]

gtk4/README.md

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

0 commit comments

Comments
 (0)