M Cargo.toml => Cargo.toml +6 -24
@@ 5,27 5,9 @@ authors = ["David McKinney <mckinney@subgraph.com>"]
edition = "2018"
[dependencies]
-libc = "0.2"
-bitflags = "1.0"
-gdk = { git = "https://github.com/gtk-rs/gdk", features = ["v3_22"] }
-
-[dependencies.gtk-layer-shell-sys]
-path = "./gtk-layer-shell-sys"
-
-[dependencies.gtk]
-git = "https://github.com/gtk-rs/gtk"
-
-[dependencies.gtk-sys]
-git = "https://github.com/gtk-rs/sys"
-
-[dependencies.gio]
-git = "https://github.com/gtk-rs/gio"
-
-
-[dependencies.glib]
-git = "https://github.com/gtk-rs/glib"
-
-[dependencies.glib-sys]
-git = "https://github.com/gtk-rs/sys"
-
-
+libc = "0.2.68"
+bitflags = "1.2.1"
+gdk = { version = "0.12.1", features = ["v3_22"] }
+glib = "0.9.3"
+gtk = "0.8.1"
+gtk-layer-shell-sys = { path = "gtk-layer-shell-sys" }
M gtk-layer-shell-sys/Cargo.toml => gtk-layer-shell-sys/Cargo.toml +9 -23
@@ 8,31 8,17 @@ build = "build.rs"
name = "gtk_layer_shell_sys"
[dependencies]
-libc = "0.2"
-
-[dependencies.cairo-sys-rs]
-git = "https://github.com/gtk-rs/cairo"
-
-[dependencies.gdk-sys]
-git = "https://github.com/gtk-rs/sys"
-
-[dependencies.gdk-pixbuf-sys]
-git = "https://github.com/gtk-rs/sys"
-
-[dependencies.gio-sys]
-git = "https://github.com/gtk-rs/sys"
-
-[dependencies.glib-sys]
-git = "https://github.com/gtk-rs/sys"
-
-[dependencies.gobject-sys]
-git = "https://github.com/gtk-rs/sys"
-
-[dependencies.gtk-sys]
-git = "https://github.com/gtk-rs/sys"
+cairo-sys-rs = "0.9.2"
+gdk-sys = "0.9.1"
+gdk-pixbuf-sys = "0.9.1"
+gio-sys = "0.9.1"
+glib-sys = "0.9.1"
+gobject-sys = "0.9.1"
+gtk-sys = "0.9.2"
+libc = "0.2.68"
[build-dependencies]
-pkg-config = "0.3.7"
+pkg-config = "0.3.17"
[dev-dependencies]
shell-words = "0.1.0"