Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2022-12-16 21:37:27 +0300
committerSebastian Dröge <sebastian@centricular.com>2022-12-16 21:37:58 +0300
commitb701003352726d57688aff3c6a71cb77db551c10 (patch)
tree12a365081b88a6f5dc0af6428af24e04807657d6
parent5f9645bb741de5df1ab887cd70816aaf6499122e (diff)
livesync: Add missing version to the gst-plugin-gtk4 / gst-plugin-version-helper dependencies0.9.3
-rw-r--r--utils/livesync/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/livesync/Cargo.toml b/utils/livesync/Cargo.toml
index 01c11d37b..d6c827c89 100644
--- a/utils/livesync/Cargo.toml
+++ b/utils/livesync/Cargo.toml
@@ -12,7 +12,7 @@ rust-version = "1.63"
gio = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16", optional = true }
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", branch = "0.19", version = "0.19" }
gst-audio = { package = "gstreamer-audio", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", branch = "0.19", version = "0.19" }
-gst-plugin-gtk4 = { path = "../../video/gtk4", optional = true }
+gst-plugin-gtk4 = { path = "../../video/gtk4", version = "0.9", optional = true }
gtk = { package = "gtk4", git = "https://github.com/gtk-rs/gtk4-rs", branch = "0.5", version = "0.5", optional = true }
muldiv = "1.0"
num-rational = { version = "0.4", default-features = false, features = [] }
@@ -37,7 +37,7 @@ name = "livesync"
path = "tests/livesync.rs"
[build-dependencies]
-gst-plugin-version-helper = { path="../../version-helper" }
+gst-plugin-version-helper = { path="../../version-helper", version = "0.7" }
[features]
static = []