@@ -48,20 +48,20 @@ rustc-args = ["--cfg", "docsrs"]
48
48
rustdoc-args = [" --cfg" , " docsrs" , " --generate-link-to-definition" ]
49
49
50
50
[workspace .dependencies ]
51
- cairo-sys-rs = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.19" }
52
- cairo-rs = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.19" , features = [" use_glib" ]}
53
- gdk-pixbuf-sys = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.19" }
54
- gdk-pixbuf = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.19" }
55
- gio-sys = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.19" , features = [" v2_66" ]}
56
- gio = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.19" , features = [" v2_66" ]}
57
- gobject-sys = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.19" , features = [" v2_66" ]}
58
- glib-sys = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.19" , features = [" v2_66" ]}
59
- glib = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.19" , features = [" v2_66" ]}
60
- graphene-sys = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.19" }
61
- graphene = {package = " graphene-rs" , git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.19" }
51
+ cairo-sys-rs = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.19" , branch = " 0.19 " }
52
+ cairo-rs = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.19" , branch = " 0.19 " , features = [" use_glib" ]}
53
+ gdk-pixbuf-sys = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.19" , branch = " 0.19 " }
54
+ gdk-pixbuf = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.19" , branch = " 0.19 " }
55
+ gio-sys = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.19" , branch = " 0.19 " , features = [" v2_66" ]}
56
+ gio = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.19" , branch = " 0.19 " , features = [" v2_66" ]}
57
+ gobject-sys = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.19" , branch = " 0.19 " , features = [" v2_66" ]}
58
+ glib-sys = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.19" , branch = " 0.19 " , features = [" v2_66" ]}
59
+ glib = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.19" , branch = " 0.19 " , features = [" v2_66" ]}
60
+ graphene-sys = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.19" , branch = " 0.19 " }
61
+ graphene = {package = " graphene-rs" , git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.19" , branch = " 0.19 " }
62
62
libc = " 0.2"
63
- pango-sys = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.19" , features = [" v1_46" ]}
64
- pango = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.19" , features = [" v1_46" ]}
63
+ pango-sys = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.19" , branch = " 0.19 " , features = [" v1_46" ]}
64
+ pango = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.19" , branch = " 0.19 " , features = [" v1_46" ]}
65
65
gir-format-check = " ^0.1"
66
66
gdk4-sys = {path = " gdk4/sys" , version = " 0.8" }
67
67
gdk = {package = " gdk4" , path = " gdk4" , version = " 0.8" }
0 commit comments