Skip to content
This repository was archived by the owner on Jun 8, 2021. It is now read-only.

Commit 3c2dd01

Browse files
Update gdkx11-sys for crate branch
1 parent 87c0e73 commit 3c2dd01

File tree

1 file changed

+7
-19
lines changed

1 file changed

+7
-19
lines changed

gdkx11-sys/Cargo.toml

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -21,28 +21,16 @@ name = "gdk_x11_sys"
2121
[dependencies]
2222
libc = "0.2"
2323
x11 = "2.18"
24-
25-
[dependencies.gdk-sys]
26-
git = "https://github.com/gtk-rs/sys"
27-
28-
[dependencies.gdk-pixbuf-sys]
29-
git = "https://github.com/gtk-rs/sys"
30-
31-
[dependencies.gio-sys]
32-
git = "https://github.com/gtk-rs/sys"
33-
34-
[dependencies.glib-sys]
35-
git = "https://github.com/gtk-rs/sys"
36-
37-
[dependencies.gobject-sys]
38-
git = "https://github.com/gtk-rs/sys"
39-
40-
[dependencies.pango-sys]
41-
git = "https://github.com/gtk-rs/sys"
24+
gdk-sys = "0.10.0"
25+
gdk-pixbuf-sys = "0.10.0"
26+
gio-sys = "0.10.0"
27+
glib-sys = "0.10.0"
28+
gobject-sys = "0.10.0"
29+
pango-sys = "0.10.0"
4230

4331
[dependencies.cairo]
4432
package = "cairo-sys-rs"
45-
git = "https://github.com/gtk-rs/cairo"
33+
version = "0.10.0"
4634
optional = true
4735

4836
[build-dependencies]

0 commit comments

Comments
 (0)