Skip to content

Commit 8ca98c8

Browse files
AaronErhardtbilelmoussaoui
authored andcommitted
gtk: Add gnome_42 feature
Signed-off-by: Aaron Erhardt <[email protected]>
1 parent 2686d13 commit 8ca98c8

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
# gtk takes care of setting the versions of gsk and gdk
3030
# gio takes care of setting the version of glib
3131
gnome_43 = ["v4_8", "cairo-rs/v1_16", "gdk-pixbuf/v2_42", "gio/v2_74", "pango/v1_50"]
32+
gnome_42 = ["v4_6", "cairo-rs/v1_16", "gdk-pixbuf/v2_42", "gio/v2_72", "pango/v1_50"]
3233

3334
[package.metadata.docs.rs]
3435
features = ["dox"]

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_4` | Enable the new APIs part of GTK 4.4 |
190190
| `v4_2` | Enable the new APIs part of GTK 4.2 |
191191
| `gnome_43` | Enable all version feature flags of this crate and its dependencies to match the GNOME 43 SDK |
192+
| `gnome_42` | Enable all version feature flags of this crate and its dependencies to match the GNOME 42 SDK |
192193
| `unsafe-assume-initialized` | Disable checks that gtk is initialized, for use in C ABI libraries |
193194
| `xml_validation` | Enable `xml_validation` feature of gtk4-macros
194195

0 commit comments

Comments
 (0)