mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-25 19:11:06 +00:00
Require GIT versions of glib-sys/gobject-sys
Otherwise development against GIT versions of glib-rs are not possible due to linking in different versions of the same crate.
This commit is contained in:
parent
c7582139c7
commit
706bf6687a
7 changed files with 14 additions and 14 deletions
|
@ -4,8 +4,8 @@ pkg-config = "0.3.7"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bitflags = "0.8"
|
bitflags = "0.8"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
glib-sys = "0.3.4"
|
glib-sys = { version = "0.3.4", git = "https://github.com/gtk-rs/sys" }
|
||||||
gobject-sys = "0.3.4"
|
gobject-sys = { version = "0.3.4", git = "https://github.com/gtk-rs/sys" }
|
||||||
|
|
||||||
[dependencies.gstreamer-sys]
|
[dependencies.gstreamer-sys]
|
||||||
path = "../gstreamer-sys"
|
path = "../gstreamer-sys"
|
||||||
|
|
|
@ -4,8 +4,8 @@ pkg-config = "0.3.7"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bitflags = "0.8"
|
bitflags = "0.8"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
glib-sys = "0.3.4"
|
glib-sys = { version = "0.3.4", git = "https://github.com/gtk-rs/sys" }
|
||||||
gobject-sys = "0.3.4"
|
gobject-sys = { version = "0.3.4", git = "https://github.com/gtk-rs/sys" }
|
||||||
|
|
||||||
[dependencies.gstreamer-sys]
|
[dependencies.gstreamer-sys]
|
||||||
path = "../gstreamer-sys"
|
path = "../gstreamer-sys"
|
||||||
|
|
|
@ -4,8 +4,8 @@ pkg-config = "0.3.7"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bitflags = "0.8"
|
bitflags = "0.8"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
glib-sys = "0.3.4"
|
glib-sys = { version = "0.3.4", git = "https://github.com/gtk-rs/sys" }
|
||||||
gobject-sys = "0.3.4"
|
gobject-sys = { version = "0.3.4", git = "https://github.com/gtk-rs/sys" }
|
||||||
|
|
||||||
[dependencies.gstreamer-sys]
|
[dependencies.gstreamer-sys]
|
||||||
path = "../gstreamer-sys"
|
path = "../gstreamer-sys"
|
||||||
|
|
|
@ -4,8 +4,8 @@ pkg-config = "0.3.7"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bitflags = "0.8"
|
bitflags = "0.8"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
glib-sys = "0.3.4"
|
glib-sys = { version = "0.3.4", git = "https://github.com/gtk-rs/sys" }
|
||||||
gobject-sys = "0.3.4"
|
gobject-sys = { version = "0.3.4", git = "https://github.com/gtk-rs/sys" }
|
||||||
|
|
||||||
[dependencies.gstreamer-sys]
|
[dependencies.gstreamer-sys]
|
||||||
path = "../gstreamer-sys"
|
path = "../gstreamer-sys"
|
||||||
|
|
|
@ -4,8 +4,8 @@ pkg-config = "0.3.7"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bitflags = "0.8"
|
bitflags = "0.8"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
glib-sys = "0.3.4"
|
glib-sys = { version = "0.3.4", git = "https://github.com/gtk-rs/sys" }
|
||||||
gobject-sys = "0.3.4"
|
gobject-sys = { version = "0.3.4", git = "https://github.com/gtk-rs/sys" }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
v1_0_10 = []
|
v1_0_10 = []
|
||||||
|
|
|
@ -4,8 +4,8 @@ pkg-config = "0.3.7"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bitflags = "0.8"
|
bitflags = "0.8"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
glib-sys = "0.3.4"
|
glib-sys = { version = "0.3.4", git = "https://github.com/gtk-rs/sys" }
|
||||||
gobject-sys = "0.3.4"
|
gobject-sys = { version = "0.3.4", git = "https://github.com/gtk-rs/sys" }
|
||||||
|
|
||||||
[dependencies.gstreamer-sys]
|
[dependencies.gstreamer-sys]
|
||||||
path = "../gstreamer-sys"
|
path = "../gstreamer-sys"
|
||||||
|
|
|
@ -4,8 +4,8 @@ pkg-config = "0.3.7"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bitflags = "0.8"
|
bitflags = "0.8"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
glib-sys = "0.3.4"
|
glib-sys = { version = "0.3.4", git = "https://github.com/gtk-rs/sys" }
|
||||||
gobject-sys = "0.3.4"
|
gobject-sys = { version = "0.3.4", git = "https://github.com/gtk-rs/sys" }
|
||||||
|
|
||||||
[dependencies.gstreamer-sys]
|
[dependencies.gstreamer-sys]
|
||||||
path = "../gstreamer-sys"
|
path = "../gstreamer-sys"
|
||||||
|
|
Loading…
Reference in a new issue