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