@@ -50,15 +50,15 @@ bitflags = "1.0"
50
50
field-offset = " 0.3"
51
51
futures-channel = " 0.3"
52
52
once_cell = " 1.0"
53
- atk = { path = " ../atk" }
54
- ffi = { package = " gtk-sys" , path = " sys" }
55
- gtk3-macros = { path = " ../gtk3-macros" }
56
- cairo-rs = { git = " https://github.com/gtk-rs/gtk-rs-core" }
57
- gio = { git = " https://github.com/gtk-rs/gtk-rs-core" }
58
- glib = { git = " https://github.com/gtk-rs/gtk-rs-core" }
59
- gdk = { path = " ../gdk" }
60
- gdk-pixbuf = { git = " https://github.com/gtk-rs/gtk-rs-core" }
61
- pango = { git = " https://github.com/gtk-rs/gtk-rs-core" }
53
+ atk = { path = " ../atk" , version = " 0.16 " }
54
+ ffi = { package = " gtk-sys" , path = " sys" , version = " 0.16 " }
55
+ gtk3-macros = { path = " ../gtk3-macros" , version = " 0.16 " }
56
+ cairo-rs = { version = " 0.16 " , git = " https://github.com/gtk-rs/gtk-rs-core" , branch = " 0.16 " }
57
+ gio = { version = " 0.16 " , git = " https://github.com/gtk-rs/gtk-rs-core" , branch = " 0.16 " }
58
+ glib = { version = " 0.16 " , git = " https://github.com/gtk-rs/gtk-rs-core" , branch = " 0.16 " }
59
+ gdk = { path = " ../gdk" , version = " 0.16 " }
60
+ gdk-pixbuf = { version = " 0.16 " , git = " https://github.com/gtk-rs/gtk-rs-core" , branch = " 0.16 " }
61
+ pango = { version = " 0.16 " , git = " https://github.com/gtk-rs/gtk-rs-core" , branch = " 0.16 " }
62
62
63
63
[dev-dependencies ]
64
64
gir-format-check = " ^0.1"
0 commit comments