@@ -30,20 +30,20 @@ features = ["dox"]
30
30
31
31
[dependencies ]
32
32
bitflags = " 1.0"
33
- cairo-rs = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.16" }
33
+ cairo-rs = {git = " https://github.com/gtk-rs/gtk-rs-core" , branch = " 0.16 " , version = " 0.16" }
34
34
ffi = {package = " gtk4-sys" , path = " ./sys" , version = " 0.5.0" }
35
35
field-offset = " 0.3"
36
36
futures-channel = " 0.3"
37
37
gdk = {package = " gdk4" , path = " ../gdk4" , version = " 0.5.0" }
38
- gdk-pixbuf = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.16" }
39
- gio = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.16" , features = [" v2_66" ]}
40
- glib = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.16" , features = [" v2_66" ]}
41
- graphene = {package = " graphene-rs" , git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.16" }
38
+ gdk-pixbuf = {git = " https://github.com/gtk-rs/gtk-rs-core" , branch = " 0.16 " , version = " 0.16" }
39
+ gio = {git = " https://github.com/gtk-rs/gtk-rs-core" , branch = " 0.16 " , version = " 0.16" , features = [" v2_66" ]}
40
+ glib = {git = " https://github.com/gtk-rs/gtk-rs-core" , branch = " 0.16 " , version = " 0.16" , features = [" v2_66" ]}
41
+ graphene = {package = " graphene-rs" , git = " https://github.com/gtk-rs/gtk-rs-core" , branch = " 0.16 " , version = " 0.16" }
42
42
gsk = {package = " gsk4" , path = " ../gsk4" , version = " 0.5.0" }
43
43
gtk4-macros = {path = " ../gtk4-macros" , version = " 0.5.0" }
44
44
libc = " 0.2"
45
45
once_cell = " 1.0"
46
- pango = {git = " https://github.com/gtk-rs/gtk-rs-core" , version = " 0.16" , features = [" v1_46" ]}
46
+ pango = {git = " https://github.com/gtk-rs/gtk-rs-core" , branch = " 0.16 " , version = " 0.16" , features = [" v1_46" ]}
47
47
48
48
[dev-dependencies ]
49
49
gir-format-check = " ^0.1"
0 commit comments