Skip to content
This repository was archived by the owner on Jun 8, 2021. It is now read-only.

Commit c7ceae5

Browse files
committed
Merge pull request #85 from EPashkin/gtk_version
Fix building with upper gtk versions
2 parents 269ee21 + 37fe0fe commit c7ceae5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ git = "https://github.com/gtk-rs/gdk"
1919
git = "https://github.com/gtk-rs/gtk"
2020

2121
[features]
22+
#default = ["gtk_3_18"]
2223
gtk_3_10 = ["gtk/v3_10"]
23-
gtk_3_18 = ["gtk_3_10"]
24+
gtk_3_16 = ["gtk_3_10", "gtk/v3_16"]
25+
gtk_3_18 = ["gtk_3_16"] #for CI tools
2426

2527
[[bin]]
2628
name = "basic"

0 commit comments

Comments
 (0)