mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-25 11:01:10 +00:00
Update gstreamer-app-sys Cargo.toml for GIT gobject/glib-sys
This commit is contained in:
parent
6401bef067
commit
0dc9558ea2
1 changed files with 2 additions and 2 deletions
|
@ -3,9 +3,9 @@ pkg-config = "0.3.7"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bitflags = "0.8"
|
bitflags = "0.8"
|
||||||
glib-sys = "0.3"
|
|
||||||
gobject-sys = "0.3"
|
|
||||||
libc = "0.2"
|
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]
|
[dependencies.gstreamer-sys]
|
||||||
path = "../gstreamer-sys"
|
path = "../gstreamer-sys"
|
||||||
|
|
Loading…
Reference in a new issue