forked from mirrors/gstreamer-rs
Update dependency versions for gtk-rs-core and the local crates
This commit is contained in:
parent
811e564ff9
commit
b13bfe3617
27 changed files with 61 additions and 61 deletions
70
Cargo.toml
70
Cargo.toml
|
@ -115,38 +115,38 @@ edition = "2021"
|
|||
rust-version = "1.70"
|
||||
|
||||
[workspace.dependencies]
|
||||
gio = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "master" }
|
||||
gio-sys = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "master" }
|
||||
glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "master" }
|
||||
glib-sys = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "master" }
|
||||
gobject-sys = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "master" }
|
||||
cairo-rs = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "master" }
|
||||
pango = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "master" }
|
||||
pangocairo = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "master" }
|
||||
gstreamer-audio-sys = { path = "./gstreamer-audio/sys"}
|
||||
gstreamer-base-sys = { path = "./gstreamer-base/sys"}
|
||||
gstreamer-gl-sys = { path = "./gstreamer-gl/sys"}
|
||||
gstreamer-net-sys = { path = "./gstreamer-net/sys"}
|
||||
gstreamer-pbutils-sys = { path = "./gstreamer-pbutils/sys"}
|
||||
gstreamer-rtsp-sys = { path = "./gstreamer-rtsp/sys"}
|
||||
gstreamer-sdp-sys = { path = "./gstreamer-sdp/sys"}
|
||||
gstreamer-sys = { path = "./gstreamer/sys"}
|
||||
gstreamer-video-sys = { path = "./gstreamer-video/sys"}
|
||||
ges = { package = "gstreamer-editing-services", path = "./gstreamer-editing-services" }
|
||||
gst = { package = "gstreamer", path = "./gstreamer" }
|
||||
gst-allocators = { package = "gstreamer-allocators", path = "./gstreamer-allocators" }
|
||||
gst-app = { package = "gstreamer-app", path = "./gstreamer-app" }
|
||||
gst-audio = { package = "gstreamer-audio", path = "./gstreamer-audio" }
|
||||
gst-base = { package = "gstreamer-base", path = "./gstreamer-base" }
|
||||
gst-check = { package = "gstreamer-check", path = "./gstreamer-check" }
|
||||
gst-gl = { package = "gstreamer-gl", path = "./gstreamer-gl" }
|
||||
gst-gl-egl = { package = "gstreamer-gl-egl", path = "./gstreamer-gl/egl" }
|
||||
gst-gl-x11 = { package = "gstreamer-gl-x11", path = "./gstreamer-gl/x11" }
|
||||
gst-net = { package = "gstreamer-net", path = "./gstreamer-net" }
|
||||
gst-pbutils = { package = "gstreamer-pbutils", path = "./gstreamer-pbutils" }
|
||||
gst-play = { package = "gstreamer-play", path = "./gstreamer-play" }
|
||||
gst-player = { package = "gstreamer-player", path = "./gstreamer-player" }
|
||||
gst-rtsp = { package = "gstreamer-rtsp", path = "./gstreamer-rtsp" }
|
||||
gst-rtsp-server = { package = "gstreamer-rtsp-server", path = "./gstreamer-rtsp-server" }
|
||||
gst-sdp = { package = "gstreamer-sdp", path = "./gstreamer-sdp" }
|
||||
gst-video = { package = "gstreamer-video", path = "./gstreamer-video" }
|
||||
gio = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.19", version = "0.19" }
|
||||
gio-sys = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.19", version = "0.19" }
|
||||
glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.19", version = "0.19" }
|
||||
glib-sys = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.19", version = "0.19" }
|
||||
gobject-sys = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.19", version = "0.19" }
|
||||
cairo-rs = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.19", version = "0.19" }
|
||||
pango = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.19", version = "0.19" }
|
||||
pangocairo = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.19", version = "0.19" }
|
||||
gstreamer-audio-sys = { path = "./gstreamer-audio/sys", version = "0.22" }
|
||||
gstreamer-base-sys = { path = "./gstreamer-base/sys", version = "0.22" }
|
||||
gstreamer-gl-sys = { path = "./gstreamer-gl/sys", version = "0.22" }
|
||||
gstreamer-net-sys = { path = "./gstreamer-net/sys", version = "0.22" }
|
||||
gstreamer-pbutils-sys = { path = "./gstreamer-pbutils/sys", version = "0.22" }
|
||||
gstreamer-rtsp-sys = { path = "./gstreamer-rtsp/sys", version = "0.22" }
|
||||
gstreamer-sdp-sys = { path = "./gstreamer-sdp/sys", version = "0.22" }
|
||||
gstreamer-sys = { path = "./gstreamer/sys", version = "0.22" }
|
||||
gstreamer-video-sys = { path = "./gstreamer-video/sys", version = "0.22" }
|
||||
ges = { package = "gstreamer-editing-services", path = "./gstreamer-editing-services", version = "0.22" }
|
||||
gst = { package = "gstreamer", path = "./gstreamer", version = "0.22" }
|
||||
gst-allocators = { package = "gstreamer-allocators", path = "./gstreamer-allocators", version = "0.22" }
|
||||
gst-app = { package = "gstreamer-app", path = "./gstreamer-app", version = "0.22" }
|
||||
gst-audio = { package = "gstreamer-audio", path = "./gstreamer-audio", version = "0.22" }
|
||||
gst-base = { package = "gstreamer-base", path = "./gstreamer-base", version = "0.22" }
|
||||
gst-check = { package = "gstreamer-check", path = "./gstreamer-check", version = "0.22" }
|
||||
gst-gl = { package = "gstreamer-gl", path = "./gstreamer-gl", version = "0.22" }
|
||||
gst-gl-egl = { package = "gstreamer-gl-egl", path = "./gstreamer-gl/egl", version = "0.22" }
|
||||
gst-gl-x11 = { package = "gstreamer-gl-x11", path = "./gstreamer-gl/x11", version = "0.22" }
|
||||
gst-net = { package = "gstreamer-net", path = "./gstreamer-net", version = "0.22" }
|
||||
gst-pbutils = { package = "gstreamer-pbutils", path = "./gstreamer-pbutils", version = "0.22" }
|
||||
gst-play = { package = "gstreamer-play", path = "./gstreamer-play", version = "0.22" }
|
||||
gst-player = { package = "gstreamer-player", path = "./gstreamer-player", version = "0.22" }
|
||||
gst-rtsp = { package = "gstreamer-rtsp", path = "./gstreamer-rtsp", version = "0.22" }
|
||||
gst-rtsp-server = { package = "gstreamer-rtsp-server", path = "./gstreamer-rtsp-server", version = "0.22" }
|
||||
gst-sdp = { package = "gstreamer-sdp", path = "./gstreamer-sdp", version = "0.22" }
|
||||
gst-video = { package = "gstreamer-video", path = "./gstreamer-video", version = "0.22" }
|
||||
|
|
|
@ -15,7 +15,7 @@ rust-version.workspace = true
|
|||
|
||||
[dependencies]
|
||||
libc = "0.2"
|
||||
ffi = { package = "gstreamer-allocators-sys", path = "sys" }
|
||||
ffi = { package = "gstreamer-allocators-sys", path = "sys", version = "0.22" }
|
||||
glib.workspace = true
|
||||
gst.workspace = true
|
||||
once_cell = "1"
|
||||
|
|
|
@ -15,7 +15,7 @@ rust-version.workspace = true
|
|||
|
||||
[dependencies]
|
||||
libc = "0.2"
|
||||
ffi = { package = "gstreamer-analytics-sys", path = "sys" }
|
||||
ffi = { package = "gstreamer-analytics-sys", path = "sys", version = "0.22" }
|
||||
glib.workspace = true
|
||||
gst.workspace = true
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ rust-version.workspace = true
|
|||
futures-core = "0.3"
|
||||
futures-sink = "0.3"
|
||||
libc = "0.2"
|
||||
ffi = { package = "gstreamer-app-sys", path = "sys" }
|
||||
ffi = { package = "gstreamer-app-sys", path = "sys", version = "0.22" }
|
||||
glib.workspace = true
|
||||
gst.workspace = true
|
||||
gst-base.workspace = true
|
||||
|
|
|
@ -16,7 +16,7 @@ rust-version.workspace = true
|
|||
[dependencies]
|
||||
libc = "0.2"
|
||||
cfg-if = "1.0"
|
||||
ffi = { package = "gstreamer-audio-sys", path = "sys" }
|
||||
ffi = { package = "gstreamer-audio-sys", path = "sys", version = "0.22" }
|
||||
glib.workspace = true
|
||||
gst.workspace = true
|
||||
gst-base.workspace = true
|
||||
|
|
|
@ -16,7 +16,7 @@ rust-version.workspace = true
|
|||
[dependencies]
|
||||
cfg-if = "1.0"
|
||||
libc = "0.2"
|
||||
ffi = { package = "gstreamer-base-sys", path = "sys" }
|
||||
ffi = { package = "gstreamer-base-sys", path = "sys", version = "0.22" }
|
||||
glib.workspace = true
|
||||
gst.workspace = true
|
||||
atomic_refcell = "0.1"
|
||||
|
|
|
@ -14,7 +14,7 @@ edition.workspace = true
|
|||
rust-version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
ffi = { package = "gstreamer-check-sys", path = "sys" }
|
||||
ffi = { package = "gstreamer-check-sys", path = "sys", version = "0.22" }
|
||||
glib.workspace = true
|
||||
gst.workspace = true
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ edition.workspace = true
|
|||
rust-version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
ffi = { package = "gstreamer-controller-sys", path = "sys" }
|
||||
ffi = { package = "gstreamer-controller-sys", path = "sys", version = "0.22" }
|
||||
glib.workspace = true
|
||||
gst.workspace = true
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ rust-version.workspace = true
|
|||
|
||||
[dependencies]
|
||||
libc = "0.2"
|
||||
ffi = { package = "gstreamer-editing-services-sys", path = "sys"}
|
||||
ffi = { package = "gstreamer-editing-services-sys", path = "sys", version = "0.22"}
|
||||
glib.workspace = true
|
||||
gio.workspace = true
|
||||
gst.workspace = true
|
||||
|
|
|
@ -18,7 +18,7 @@ rust-version.workspace = true
|
|||
|
||||
[dependencies]
|
||||
libc = "0.2"
|
||||
ffi = { package = "gstreamer-gl-sys", path = "sys" }
|
||||
ffi = { package = "gstreamer-gl-sys", path = "sys", version = "0.22" }
|
||||
glib.workspace = true
|
||||
gst.workspace = true
|
||||
gst-base.workspace = true
|
||||
|
|
|
@ -17,7 +17,7 @@ rust-version.workspace = true
|
|||
|
||||
[dependencies]
|
||||
libc = "0.2"
|
||||
ffi = { package = "gstreamer-gl-egl-sys", path = "sys" }
|
||||
ffi = { package = "gstreamer-gl-egl-sys", path = "sys", version = "0.22" }
|
||||
glib.workspace = true
|
||||
gst.workspace = true
|
||||
gst-gl.workspace = true
|
||||
|
|
|
@ -18,7 +18,7 @@ rust-version.workspace = true
|
|||
|
||||
[dependencies]
|
||||
libc = "0.2"
|
||||
ffi = { package = "gstreamer-gl-wayland-sys", path = "sys" }
|
||||
ffi = { package = "gstreamer-gl-wayland-sys", path = "sys", version = "0.22" }
|
||||
glib.workspace = true
|
||||
gst.workspace = true
|
||||
gst-gl.workspace = true
|
||||
|
|
|
@ -18,7 +18,7 @@ rust-version.workspace = true
|
|||
|
||||
[dependencies]
|
||||
libc = "0.2"
|
||||
ffi = { package = "gstreamer-gl-x11-sys", path = "sys" }
|
||||
ffi = { package = "gstreamer-gl-x11-sys", path = "sys", version = "0.22" }
|
||||
glib.workspace = true
|
||||
gst.workspace = true
|
||||
gst-gl.workspace = true
|
||||
|
|
|
@ -14,7 +14,7 @@ edition.workspace = true
|
|||
rust-version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
ffi = { package = "gstreamer-mpegts-sys", path = "sys" }
|
||||
ffi = { package = "gstreamer-mpegts-sys", path = "sys", version = "0.22" }
|
||||
glib.workspace = true
|
||||
gst.workspace = true
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ edition.workspace = true
|
|||
rust-version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
ffi = { package = "gstreamer-net-sys", path = "sys" }
|
||||
ffi = { package = "gstreamer-net-sys", path = "sys", version = "0.22" }
|
||||
glib.workspace = true
|
||||
gio.workspace = true
|
||||
gst.workspace = true
|
||||
|
|
|
@ -15,7 +15,7 @@ rust-version.workspace = true
|
|||
|
||||
[dependencies]
|
||||
libc = "0.2"
|
||||
ffi = { package = "gstreamer-pbutils-sys", path = "sys" }
|
||||
ffi = { package = "gstreamer-pbutils-sys", path = "sys", version = "0.22" }
|
||||
glib.workspace = true
|
||||
gst.workspace = true
|
||||
gst-video.workspace = true
|
||||
|
|
|
@ -15,7 +15,7 @@ rust-version.workspace = true
|
|||
|
||||
[dependencies]
|
||||
libc = "0.2"
|
||||
ffi = { package = "gstreamer-play-sys", path = "sys" }
|
||||
ffi = { package = "gstreamer-play-sys", path = "sys", version = "0.22" }
|
||||
glib.workspace = true
|
||||
gst = { workspace = true, features = ["v1_20"] }
|
||||
gst-video = { workspace = true, features = ["v1_20"] }
|
||||
|
|
|
@ -15,7 +15,7 @@ rust-version.workspace = true
|
|||
|
||||
[dependencies]
|
||||
libc = "0.2"
|
||||
ffi = { package = "gstreamer-player-sys", path = "sys" }
|
||||
ffi = { package = "gstreamer-player-sys", path = "sys", version = "0.22" }
|
||||
glib.workspace = true
|
||||
gst.workspace = true
|
||||
gst-video.workspace = true
|
||||
|
|
|
@ -15,7 +15,7 @@ rust-version.workspace = true
|
|||
|
||||
[dependencies]
|
||||
libc = "0.2"
|
||||
ffi = { package = "gstreamer-rtp-sys", path = "sys" }
|
||||
ffi = { package = "gstreamer-rtp-sys", path = "sys", version = "0.22" }
|
||||
glib.workspace = true
|
||||
gst.workspace = true
|
||||
serde = { version = "1.0", optional = true }
|
||||
|
|
|
@ -15,7 +15,7 @@ rust-version.workspace = true
|
|||
|
||||
[dependencies]
|
||||
libc = "0.2"
|
||||
ffi = { package = "gstreamer-rtsp-server-sys", path = "sys" }
|
||||
ffi = { package = "gstreamer-rtsp-server-sys", path = "sys", version = "0.22" }
|
||||
glib.workspace = true
|
||||
gio.workspace = true
|
||||
gst.workspace = true
|
||||
|
|
|
@ -15,7 +15,7 @@ rust-version.workspace = true
|
|||
|
||||
[dependencies]
|
||||
libc = "0.2"
|
||||
ffi = { package = "gstreamer-rtsp-sys", path = "sys" }
|
||||
ffi = { package = "gstreamer-rtsp-sys", path = "sys", version = "0.22" }
|
||||
glib.workspace = true
|
||||
gst.workspace = true
|
||||
gst-sdp.workspace = true
|
||||
|
|
|
@ -14,7 +14,7 @@ edition.workspace = true
|
|||
rust-version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
ffi = { package = "gstreamer-sdp-sys", path = "sys" }
|
||||
ffi = { package = "gstreamer-sdp-sys", path = "sys", version = "0.22" }
|
||||
glib.workspace = true
|
||||
gst.workspace = true
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ rust-version.workspace = true
|
|||
|
||||
[dependencies]
|
||||
libc = "0.2"
|
||||
ffi = { package = "gstreamer-tag-sys", path = "sys" }
|
||||
ffi = { package = "gstreamer-tag-sys", path = "sys", version = "0.22" }
|
||||
glib.workspace = true
|
||||
gst.workspace = true
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ rust-version.workspace = true
|
|||
|
||||
[dependencies]
|
||||
libc = "0.2"
|
||||
ffi = { package = "gstreamer-validate-sys", path = "sys" }
|
||||
ffi = { package = "gstreamer-validate-sys", path = "sys", version = "0.22" }
|
||||
glib.workspace = true
|
||||
gst = { workspace = true, features = ["v1_22"] }
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ rust-version.workspace = true
|
|||
[dependencies]
|
||||
libc = "0.2"
|
||||
cfg-if = "1.0"
|
||||
ffi = { package = "gstreamer-video-sys", path = "sys" }
|
||||
ffi = { package = "gstreamer-video-sys", path = "sys", version = "0.22" }
|
||||
glib.workspace = true
|
||||
gst.workspace = true
|
||||
gst-base.workspace = true
|
||||
|
|
|
@ -15,7 +15,7 @@ rust-version.workspace = true
|
|||
|
||||
[dependencies]
|
||||
libc = "0.2"
|
||||
ffi = { package = "gstreamer-webrtc-sys", path = "sys" }
|
||||
ffi = { package = "gstreamer-webrtc-sys", path = "sys", version = "0.22" }
|
||||
glib.workspace = true
|
||||
gst.workspace = true
|
||||
gst-sdp.workspace = true
|
||||
|
|
|
@ -16,7 +16,7 @@ rust-version.workspace = true
|
|||
[dependencies]
|
||||
cfg-if = "1.0"
|
||||
libc = "0.2"
|
||||
ffi = { package = "gstreamer-sys", path = "sys" }
|
||||
ffi = { package = "gstreamer-sys", path = "sys", version = "0.22" }
|
||||
glib.workspace = true
|
||||
num-integer = { version = "0.1", default-features = false, features = [] }
|
||||
num-rational = { version = "0.4", default-features = false, features = [] }
|
||||
|
|
Loading…
Reference in a new issue