Update gstreamer-app-sys Cargo.toml for GIT gobject/glib-sys

This commit is contained in:
Sebastian Dröge 2017-04-13 20:43:36 +03:00
parent 6401bef067
commit 0dc9558ea2

View file

@ -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"