From 0dc9558ea2334c6c6150e0b83caa221180f696ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 13 Apr 2017 20:43:36 +0300 Subject: [PATCH] Update gstreamer-app-sys Cargo.toml for GIT gobject/glib-sys --- gstreamer-app-sys/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gstreamer-app-sys/Cargo.toml b/gstreamer-app-sys/Cargo.toml index 8d62a0000..f9b553614 100644 --- a/gstreamer-app-sys/Cargo.toml +++ b/gstreamer-app-sys/Cargo.toml @@ -3,9 +3,9 @@ pkg-config = "0.3.7" [dependencies] bitflags = "0.8" -glib-sys = "0.3" -gobject-sys = "0.3" libc = "0.2" +glib-sys = { git = "https://github.com/gtk-rs/sys.git" } +gobject-sys = { git = "https://github.com/gtk-rs/sys.git" } [dependencies.gstreamer-sys] path = "../gstreamer-sys"