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>2021-05-13 09:50:08 +0300
committerSebastian Dröge <sebastian@centricular.com>2021-05-13 09:50:08 +0300
commit04a60b8f46fb936a8cc26cad369423f0ebc2a2d1 (patch)
tree3df2797028883dd47bbbbbf3f3302bd95d00e833 /audio/claxon
parent97b6a9099fc36285ff7698043e7869270ee493ac (diff)
Update repository URL for gtk-rs "core" crates
Diffstat (limited to 'audio/claxon')
-rw-r--r--audio/claxon/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/claxon/Cargo.toml b/audio/claxon/Cargo.toml
index 322471fa5..20f9b7d61 100644
--- a/audio/claxon/Cargo.toml
+++ b/audio/claxon/Cargo.toml
@@ -8,7 +8,7 @@ description = "Claxon FLAC Decoder Plugin"
edition = "2018"
[dependencies]
-glib = { git = "https://github.com/gtk-rs/gtk-rs" }
+glib = { git = "https://github.com/gtk-rs/gtk-rs-core" }
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
gst-audio = { package = "gstreamer-audio", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
claxon = { version = "0.4" }