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 /audio/audiofx/Cargo.toml
parent6390d85b5f08794b7e12ec79f0420b874886fa14 (diff)
Switch to the combined gtk-rs and gstreamer-rs repositories
Diffstat (limited to 'audio/audiofx/Cargo.toml')
-rw-r--r--audio/audiofx/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/audiofx/Cargo.toml b/audio/audiofx/Cargo.toml
index a289b5b75..85dd5fa93 100644
--- a/audio/audiofx/Cargo.toml
+++ b/audio/audiofx/Cargo.toml
@@ -8,7 +8,7 @@ description = "Rust AudioFx 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-base = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
gstreamer-audio = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }