mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-22 01:21:05 +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]
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue