File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ rustc-args = ["--cfg", "docsrs"]
29
29
rustdoc-args = [" --cfg" , " docsrs" , " --generate-link-to-definition" ]
30
30
31
31
[dependencies ]
32
- cairo-rs = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.19" }
32
+ cairo-rs = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.19" , features = [ " use_glib " ] }
33
33
ffi = {package = " gdk4-sys" , path = " ./sys" , version = " 0.8" }
34
34
gdk-pixbuf = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.19" }
35
35
gio = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.19" , features = [" v2_66" ]}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ rustc-args = ["--cfg", "docsrs"]
29
29
rustdoc-args = [" --cfg" , " docsrs" , " --generate-link-to-definition" ]
30
30
31
31
[dependencies ]
32
- cairo-rs = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.19" }
32
+ cairo-rs = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.19" , features = [ " use_glib " ] }
33
33
ffi = {package = " gsk4-sys" , path = " ./sys" , version = " 0.8" }
34
34
gdk = {package = " gdk4" , path = " ../gdk4" , version = " 0.8" }
35
35
glib = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.19" , features = [" v2_66" ]}
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ rustc-args = ["--cfg", "docsrs"]
41
41
rustdoc-args = [" --cfg" , " docsrs" , " --generate-link-to-definition" ]
42
42
43
43
[dependencies ]
44
- cairo-rs = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.19" }
44
+ cairo-rs = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.19" , features = [ " use_glib " ] }
45
45
ffi = {package = " gtk4-sys" , path = " ./sys" , version = " 0.8" }
46
46
field-offset = " 0.3"
47
47
futures-channel = " 0.3"
You can’t perform that action at this time.
0 commit comments