@@ -29,13 +29,13 @@ 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.18" }
32
+ cairo-rs = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.18" , branch = " 0.18 " }
33
33
ffi = {package = " gdk4-sys" , path = " ./sys" , version = " 0.7" }
34
- gdk-pixbuf = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.18" }
35
- gio = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.18" , features = [" v2_66" ]}
36
- glib = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.18" , features = [" v2_66" ]}
34
+ gdk-pixbuf = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.18" , branch = " 0.18 " }
35
+ gio = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.18" , branch = " 0.18 " , features = [" v2_66" ]}
36
+ glib = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.18" , branch = " 0.18 " , features = [" v2_66" ]}
37
37
libc = " 0.2"
38
- pango = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.18" , features = [" v1_46" ]}
38
+ pango = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.18" , branch = " 0.18 " , features = [" v1_46" ]}
39
39
gl = {version = " 0.14" , optional = true }
40
40
41
41
[dev-dependencies ]
0 commit comments