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

github.com/sdroege/gst-plugin-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 /audio/lewton
parent6390d85b5f08794b7e12ec79f0420b874886fa14 (diff)
Switch to the combined gtk-rs and gstreamer-rs repositories
Diffstat (limited to 'audio/lewton')
-rw-r--r--audio/lewton/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/lewton/Cargo.toml b/audio/lewton/Cargo.toml
index bab708c3..1e5cef57 100644
--- a/audio/lewton/Cargo.toml
+++ b/audio/lewton/Cargo.toml
@@ -8,7 +8,7 @@ description = "lewton Vorbis Decoder Plugin"
edition = "2018"
[dependencies]
-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-audio = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
gstreamer-check = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }