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-file/Cargo.toml')
-rw-r--r--gst-plugin-file/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/gst-plugin-file/Cargo.toml b/gst-plugin-file/Cargo.toml
index f57c333de..0774a2a5a 100644
--- a/gst-plugin-file/Cargo.toml
+++ b/gst-plugin-file/Cargo.toml
@@ -7,11 +7,11 @@ license = "MIT/Apache-2.0"
[dependencies]
url = "1.1"
-glib = { git = "https://github.com/gtk-rs/glib" }
-gstreamer = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["subclassing"] }
-gstreamer-base = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["subclassing"] }
+glib = { version = "0.7", features = ["subclassing"] }
+gstreamer = { version = "0.13", features = ["subclassing"] }
+gstreamer-base = { version = "0.13", features = ["subclassing"] }
[lib]
name = "gstrsfile"
crate-type = ["cdylib"]
-path = "src/lib.rs" \ No newline at end of file
+path = "src/lib.rs"