From 5b26d19aa92316a9555b0b22d2d7c3a2721a33dc Mon Sep 17 00:00:00 2001 From: "Ospald, Julian" Date: Tue, 11 Jul 2017 16:44:41 +0200 Subject: [PATCH] Do git-deps for gtk stuff --- Cargo.toml | 12 ++++++------ libnotify-sys/Cargo.toml | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c425ac65..8b98a383 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,9 +10,9 @@ documentation = "https://hasufell.github.io/rust-libnotify/libnotify/" keywords = ["libnotify", "notification"] [dependencies] -gdk-pixbuf = "^0.1.3" -gdk-pixbuf-sys = "^0.3.4" -glib = "^0.1.3" -glib-sys = "^0.3.4" -gobject-sys = "^0.3.4" -libnotify-sys = "^1.0.0" +gdk-pixbuf = { git = "https://github.com/gtk-rs/gdk-pixbuf.git" } +gdk-pixbuf-sys = { git = "https://github.com/gtk-rs/sys" } +glib = { git = "https://github.com/gtk-rs/glib.git" } +glib-sys = { git = "https://github.com/gtk-rs/sys" } +gobject-sys = { git = "https://github.com/gtk-rs/sys" } +libnotify-sys = { path = "libnotify-sys" } diff --git a/libnotify-sys/Cargo.toml b/libnotify-sys/Cargo.toml index 91671b80..1da64fbf 100644 --- a/libnotify-sys/Cargo.toml +++ b/libnotify-sys/Cargo.toml @@ -6,13 +6,13 @@ bitflags = "^0.9.0" libc = "^0.2.0" [dependencies.gdk-pixbuf-sys] -version = "^0.3.4" +git = "https://github.com/gtk-rs/sys" [dependencies.glib-sys] -version = "^0.3.4" +git = "https://github.com/gtk-rs/sys" [dependencies.gobject-sys] -version = "^0.3.4" +git = "https://github.com/gtk-rs/sys" [lib] name = "libnotify_sys"