forked from mirrors/gstreamer-rs
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]
|
||||
bitflags = "0.8"
|
||||
libc = "0.2"
|
||||
glib-sys = "0.3.4"
|
||||
gobject-sys = "0.3.4"
|
||||
glib-sys = { version = "0.3.4", git = "https://github.com/gtk-rs/sys" }
|
||||
gobject-sys = { version = "0.3.4", git = "https://github.com/gtk-rs/sys" }
|
||||
|
||||
[dependencies.gstreamer-sys]
|
||||
path = "../gstreamer-sys"
|
||||
|
|
|
@ -4,8 +4,8 @@ pkg-config = "0.3.7"
|
|||
[dependencies]
|
||||
bitflags = "0.8"
|
||||
libc = "0.2"
|
||||
glib-sys = "0.3.4"
|
||||
gobject-sys = "0.3.4"
|
||||
glib-sys = { version = "0.3.4", git = "https://github.com/gtk-rs/sys" }
|
||||
gobject-sys = { version = "0.3.4", git = "https://github.com/gtk-rs/sys" }
|
||||
|
||||
[dependencies.gstreamer-sys]
|
||||
path = "../gstreamer-sys"
|
||||
|
|
|
@ -4,8 +4,8 @@ pkg-config = "0.3.7"
|
|||
[dependencies]
|
||||
bitflags = "0.8"
|
||||
libc = "0.2"
|
||||
glib-sys = "0.3.4"
|
||||
gobject-sys = "0.3.4"
|
||||
glib-sys = { version = "0.3.4", git = "https://github.com/gtk-rs/sys" }
|
||||
gobject-sys = { version = "0.3.4", git = "https://github.com/gtk-rs/sys" }
|
||||
|
||||
[dependencies.gstreamer-sys]
|
||||
path = "../gstreamer-sys"
|
||||
|
|
|
@ -4,8 +4,8 @@ pkg-config = "0.3.7"
|
|||
[dependencies]
|
||||
bitflags = "0.8"
|
||||
libc = "0.2"
|
||||
glib-sys = "0.3.4"
|
||||
gobject-sys = "0.3.4"
|
||||
glib-sys = { version = "0.3.4", git = "https://github.com/gtk-rs/sys" }
|
||||
gobject-sys = { version = "0.3.4", git = "https://github.com/gtk-rs/sys" }
|
||||
|
||||
[dependencies.gstreamer-sys]
|
||||
path = "../gstreamer-sys"
|
||||
|
|
|
@ -4,8 +4,8 @@ pkg-config = "0.3.7"
|
|||
[dependencies]
|
||||
bitflags = "0.8"
|
||||
libc = "0.2"
|
||||
glib-sys = "0.3.4"
|
||||
gobject-sys = "0.3.4"
|
||||
glib-sys = { version = "0.3.4", git = "https://github.com/gtk-rs/sys" }
|
||||
gobject-sys = { version = "0.3.4", git = "https://github.com/gtk-rs/sys" }
|
||||
|
||||
[features]
|
||||
v1_0_10 = []
|
||||
|
|
|
@ -4,8 +4,8 @@ pkg-config = "0.3.7"
|
|||
[dependencies]
|
||||
bitflags = "0.8"
|
||||
libc = "0.2"
|
||||
glib-sys = "0.3.4"
|
||||
gobject-sys = "0.3.4"
|
||||
glib-sys = { version = "0.3.4", git = "https://github.com/gtk-rs/sys" }
|
||||
gobject-sys = { version = "0.3.4", git = "https://github.com/gtk-rs/sys" }
|
||||
|
||||
[dependencies.gstreamer-sys]
|
||||
path = "../gstreamer-sys"
|
||||
|
|
|
@ -4,8 +4,8 @@ pkg-config = "0.3.7"
|
|||
[dependencies]
|
||||
bitflags = "0.8"
|
||||
libc = "0.2"
|
||||
glib-sys = "0.3.4"
|
||||
gobject-sys = "0.3.4"
|
||||
glib-sys = { version = "0.3.4", git = "https://github.com/gtk-rs/sys" }
|
||||
gobject-sys = { version = "0.3.4", git = "https://github.com/gtk-rs/sys" }
|
||||
|
||||
[dependencies.gstreamer-sys]
|
||||
path = "../gstreamer-sys"
|
||||
|
|
Loading…
Reference in a new issue