File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ im-rc = { version = "15", optional = true }
17
17
[dependencies .gtk ]
18
18
path = " ../gtk4"
19
19
package = " gtk4"
20
- features = [" v4_14 " ]
20
+ features = [" v4_10 " ]
21
21
22
22
# used by gif-paintable example
23
23
[dependencies .image ]
@@ -30,6 +30,8 @@ optional = true
30
30
default = []
31
31
femtovg-support = [" epoxy" , " femtovg" , " glow" , " libloading" ]
32
32
glium-support = [" glium" , " epoxy" , " libloading" ]
33
+ v4_12 = [" gtk/v4_12" ]
34
+ v4_14 = [" gtk/v4_14" ]
33
35
34
36
[[bin ]]
35
37
name = " basics"
@@ -66,6 +68,7 @@ path = "content_provider/main.rs"
66
68
[[bin ]]
67
69
name = " css"
68
70
path = " css/main.rs"
71
+ required-features = [" v4_12" ]
69
72
70
73
[[bin ]]
71
74
name = " custom_application"
@@ -78,6 +81,7 @@ path = "custom_buildable/main.rs"
78
81
[[bin ]]
79
82
name = " custom_editable"
80
83
path = " custom_editable/main.rs"
84
+ required-features = [" v4_12" ]
81
85
82
86
[[bin ]]
83
87
name = " custom_layout_manager"
@@ -170,6 +174,7 @@ path = "squeezer_bin/main.rs"
170
174
[[bin ]]
171
175
name = " fill_and_stroke"
172
176
path = " fill_and_stroke/main.rs"
177
+ required-features = [" v4_14" ]
173
178
174
179
[[bin ]]
175
180
name = " text_viewer"
You can’t perform that action at this time.
0 commit comments