We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21513a6 commit 9ec5fedCopy full SHA for 9ec5fed
gtk4/README.md
@@ -188,6 +188,7 @@ gtk = { git = "https://github.com/gtk-rs/gtk4-rs.git", package = "gtk4" }
188
| `v4_6` | Enable the new APIs part of GTK 4.6 |
189
| `v4_4` | Enable the new APIs part of GTK 4.4 |
190
| `v4_2` | Enable the new APIs part of GTK 4.2 |
191
+| `gnome_44` | Enable all version feature flags of this crate and its dependencies to match the GNOME 44 SDK |
192
| `gnome_43` | Enable all version feature flags of this crate and its dependencies to match the GNOME 43 SDK |
193
| `gnome_42` | Enable all version feature flags of this crate and its dependencies to match the GNOME 42 SDK |
194
| `unsafe-assume-initialized` | Disable checks that gtk is initialized, for use in C ABI libraries |
0 commit comments