@@ -43,20 +43,20 @@ rust-version = "1.70"
43
43
version = " 0.9.0"
44
44
45
45
[workspace .dependencies ]
46
- cairo-sys-rs = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.20" , branch = " master " }
47
- cairo-rs = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.20" , branch = " master " , features = [" use_glib" ]}
48
- gdk-pixbuf-sys = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.20" , branch = " master " }
49
- gdk-pixbuf = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.20" , branch = " master " }
50
- gio-sys = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.20" , branch = " master " , features = [" v2_66" ]}
51
- gio = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.20" , branch = " master " , features = [" v2_66" ]}
52
- gobject-sys = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.20" , branch = " master " , features = [" v2_66" ]}
53
- glib-sys = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.20" , branch = " master " , features = [" v2_66" ]}
54
- glib = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.20" , branch = " master " , features = [" v2_66" ]}
55
- graphene-sys = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.20" , branch = " master " }
56
- graphene = {package = " graphene-rs" , git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.20" , branch = " master " }
46
+ cairo-sys-rs = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.20" , branch = " 0.20 " }
47
+ cairo-rs = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.20" , branch = " 0.20 " , features = [" use_glib" ]}
48
+ gdk-pixbuf-sys = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.20" , branch = " 0.20 " }
49
+ gdk-pixbuf = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.20" , branch = " 0.20 " }
50
+ gio-sys = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.20" , branch = " 0.20 " , features = [" v2_66" ]}
51
+ gio = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.20" , branch = " 0.20 " , features = [" v2_66" ]}
52
+ gobject-sys = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.20" , branch = " 0.20 " , features = [" v2_66" ]}
53
+ glib-sys = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.20" , branch = " 0.20 " , features = [" v2_66" ]}
54
+ glib = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.20" , branch = " 0.20 " , features = [" v2_66" ]}
55
+ graphene-sys = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.20" , branch = " 0.20 " }
56
+ graphene = {package = " graphene-rs" , git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.20" , branch = " 0.20 " }
57
57
libc = " 0.2"
58
- pango-sys = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.20" , branch = " master " , features = [" v1_46" ]}
59
- pango = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.20" , branch = " master " , features = [" v1_46" ]}
58
+ pango-sys = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.20" , branch = " 0.20 " , features = [" v1_46" ]}
59
+ pango = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.20" , branch = " 0.20 " , features = [" v1_46" ]}
60
60
gir-format-check = " ^0.1"
61
61
gdk4-x11-sys = {path = " gdk4-x11/sys" , version = " 0.9" }
62
62
gdk4-wayland-sys = {path = " gdk4-wayland/sys" , version = " 0.9" }
0 commit comments