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.
v4_12
1 parent 239a0b1 commit 31c174bCopy full SHA for 31c174b
book/src/project_setup.md
@@ -16,12 +16,14 @@ pkg-config --modversion gtk4
16
```
17
18
Use this information to add the [gtk4 crate](https://crates.io/crates/gtk4) to your dependencies in `Cargo.toml`.
19
-At the time of this writing the newest version is `4.8`.
+At the time of this writing the newest version is `4.12`.
20
21
22
-cargo add gtk4 --rename gtk --features v4_8
+cargo add gtk4 --rename gtk --features v4_12
23
24
25
+By specifying this feature you opt-in to API that was added with minor releases of GTK 4.
26
+
27
Now, you can run your application by executing:
28
29
cargo run
0 commit comments