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:
Diffstat (limited to 'gst-plugin-simple/Cargo.toml')
-rw-r--r--gst-plugin-simple/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/gst-plugin-simple/Cargo.toml b/gst-plugin-simple/Cargo.toml
index 53abbf52b..b288aaf06 100644
--- a/gst-plugin-simple/Cargo.toml
+++ b/gst-plugin-simple/Cargo.toml
@@ -7,11 +7,11 @@ license = "MIT/Apache-2.0"
[dependencies]
url = "1.1"
-glib = { git = "https://github.com/gtk-rs/glib" }
-gobject-subclass = { git = "https://github.com/gtk-rs/gobject-subclass" }
-gst-plugin = { path="../gst-plugin" }
-gstreamer = { git = "https://github.com/sdroege/gstreamer-rs" }
-gstreamer-base = { git = "https://github.com/sdroege/gstreamer-rs" }
+glib = "0.6"
+gobject-subclass = "0.2"
+gst-plugin = { version = "0.3", path="../gst-plugin" }
+gstreamer = "0.12"
+gstreamer-base = "0.12"
[lib]
name = "gst_plugin_simple"