Skip to content

Commit b2cf76f

Browse files
Merge pull request #106 from remontees/patch-1
Update the GTK version number in the section Using
2 parents 8ac9f84 + d8e523b commit b2cf76f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Include `gtk` in your `Cargo.toml` and set the minimal GTK version required by y
4343
~~~toml
4444
[dependencies.gtk]
4545
version = "{{ gtk[0].max_version }}"
46-
features = ["v3_10"]
46+
features = ["v3_16"]
4747
~~~
4848

4949
__The APIs aren't stable yet. Watch the Announcements box above for breaking changes to the crates!__

0 commit comments

Comments
 (0)