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/csound/Cargo.toml
parent6390d85b5f08794b7e12ec79f0420b874886fa14 (diff)
Switch to the combined gtk-rs and gstreamer-rs repositories
Diffstat (limited to 'audio/csound/Cargo.toml')
-rw-r--r--audio/csound/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/csound/Cargo.toml b/audio/csound/Cargo.toml
index 4393f3e3b..034ea4cf1 100644
--- a/audio/csound/Cargo.toml
+++ b/audio/csound/Cargo.toml
@@ -8,7 +8,7 @@ edition = "2018"
description = "An Audio filter plugin based on Csound"
[dependencies]
-glib = { git = "https://github.com/gtk-rs/glib" }
+glib = { git = "https://github.com/gtk-rs/gtk-rs" }
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
gst_base = { package = "gstreamer-base", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
gst_audio = { package = "gstreamer-audio", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }