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>2020-11-01 11:24:02 +0300
committerSebastian Dröge <sebastian@centricular.com>2020-11-01 11:24:57 +0300
commit1f446f6b646ab03ac82824a11d656f0a82046319 (patch)
treedcf8580e207b9836fca38da207a8421c40107892 /generic/file/Cargo.toml
parent6390d85b5f08794b7e12ec79f0420b874886fa14 (diff)
Switch to the combined gtk-rs and gstreamer-rs repositories
Diffstat (limited to 'generic/file/Cargo.toml')
-rw-r--r--generic/file/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/file/Cargo.toml b/generic/file/Cargo.toml
index d811ba52e..ae0f4b24b 100644
--- a/generic/file/Cargo.toml
+++ b/generic/file/Cargo.toml
@@ -8,7 +8,7 @@ description = "Rust File Plugin"
[dependencies]
url = "2"
-glib = { git = "https://github.com/gtk-rs/glib" }
+glib = { git = "https://github.com/gtk-rs/gtk-rs" }
gstreamer = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
gstreamer-base = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
lazy_static = "1.0"