mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-01-08 00:05:28 +00:00
Depend on 0.21.1 of the -sys crates where necessary
This commit is contained in:
parent
7d5f8e95bf
commit
71bbcc00e2
4 changed files with 4 additions and 4 deletions
|
@ -17,7 +17,7 @@ rust-version = "1.70"
|
|||
futures-core = "0.3"
|
||||
futures-sink = "0.3"
|
||||
libc = "0.2"
|
||||
ffi = { package = "gstreamer-app-sys", path = "sys", version = "0.21" }
|
||||
ffi = { package = "gstreamer-app-sys", path = "sys", version = "0.21.1" }
|
||||
glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.18", version = "0.18" }
|
||||
gst = { package = "gstreamer", path = "../gstreamer", version = "0.21" }
|
||||
gst-base = { package = "gstreamer-base", path = "../gstreamer-base", version = "0.21" }
|
||||
|
|
|
@ -15,7 +15,7 @@ rust-version = "1.70"
|
|||
|
||||
[dependencies]
|
||||
libc = "0.2"
|
||||
ffi = { package = "gstreamer-rtp-sys", path = "sys", version = "0.21" }
|
||||
ffi = { package = "gstreamer-rtp-sys", path = "sys", version = "0.21.1" }
|
||||
glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.18", version = "0.18" }
|
||||
gst = { package = "gstreamer", path = "../gstreamer", version = "0.21" }
|
||||
serde = { version = "1.0", optional = true }
|
||||
|
|
|
@ -16,7 +16,7 @@ rust-version = "1.70"
|
|||
[dependencies]
|
||||
libc = "0.2"
|
||||
cfg-if = "1.0"
|
||||
ffi = { package = "gstreamer-video-sys", path = "sys", version = "0.21" }
|
||||
ffi = { package = "gstreamer-video-sys", path = "sys", version = "0.21.1" }
|
||||
glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.18", version = "0.18" }
|
||||
gst = { package = "gstreamer", path = "../gstreamer", version = "0.21" }
|
||||
gst-base = { package = "gstreamer-base", path = "../gstreamer-base", version = "0.21" }
|
||||
|
|
|
@ -16,7 +16,7 @@ rust-version = "1.70"
|
|||
[dependencies]
|
||||
cfg-if = "1.0"
|
||||
libc = "0.2"
|
||||
ffi = { package = "gstreamer-sys", path = "sys", version = "0.21" }
|
||||
ffi = { package = "gstreamer-sys", path = "sys", version = "0.21.1" }
|
||||
glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.18", version = "0.18" }
|
||||
num-integer = { version = "0.1", default-features = false, features = [] }
|
||||
num-rational = { version = "0.4", default-features = false, features = [] }
|
||||
|
|
Loading…
Reference in a new issue