This repository was archived by the owner on Mar 4, 2024. It is now read-only.
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ features = ["dox"]
30
30
[dependencies ]
31
31
libc = " 0.2"
32
32
bitflags = " 1.0"
33
- ffi = { package = " atk-sys" , path = " sys" }
33
+ ffi = { package = " atk-sys" , version = " 0.17 " , path = " sys" }
34
34
glib = { branch = " 0.17" , version = " 0.17" , git = " https://github.com/gtk-rs/gtk-rs-core" }
35
35
36
36
[dev-dependencies ]
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ features = ["dox"]
29
29
[dependencies ]
30
30
libc = " 0.2"
31
31
bitflags = " 1.0"
32
- ffi = { package = " gdk-sys" , path = " sys" }
32
+ ffi = { package = " gdk-sys" , version = " 0.17 " , path = " sys" }
33
33
cairo-rs = { branch = " 0.17" , version = " 0.17" , git = " https://github.com/gtk-rs/gtk-rs-core" }
34
34
gdk-pixbuf = { branch = " 0.17" , version = " 0.17" , git = " https://github.com/gtk-rs/gtk-rs-core" }
35
35
gio = { branch = " 0.17" , version = " 0.17" , git = " https://github.com/gtk-rs/gtk-rs-core" }
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ features = ["dox"]
26
26
[dependencies ]
27
27
libc = " 0.2"
28
28
x11 = " 2.18"
29
- ffi = { package = " gdkx11-sys" , path = " sys" }
29
+ ffi = { package = " gdkx11-sys" , version = " 0.17 " , path = " sys" }
30
30
glib = { branch = " 0.17" , version = " 0.17" , git = " https://github.com/gtk-rs/gtk-rs-core" }
31
31
gdk = { version = " 0.17" , path = " ../gdk" }
32
32
gio = { branch = " 0.17" , version = " 0.17" , git = " https://github.com/gtk-rs/gtk-rs-core" }
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ field-offset = "0.3"
51
51
futures-channel = " 0.3"
52
52
once_cell = " 1.0"
53
53
atk = { version = " 0.17" , path = " ../atk" }
54
- ffi = { package = " gtk-sys" , path = " sys" }
54
+ ffi = { package = " gtk-sys" , version = " 0.17 " , path = " sys" }
55
55
gtk3-macros = { version = " 0.17" , path = " ../gtk3-macros" }
56
56
cairo-rs = { branch = " 0.17" , version = " 0.17" , git = " https://github.com/gtk-rs/gtk-rs-core" }
57
57
gio = { branch = " 0.17" , version = " 0.17" , git = " https://github.com/gtk-rs/gtk-rs-core" }
You can’t perform that action at this time.
0 commit comments