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>2016-05-13 18:02:19 +0300
committerSebastian Dröge <sebastian@centricular.com>2016-05-13 18:02:19 +0300
commit0b67ffc9c74019f0af6a34aefe91a6226d095e42 (patch)
tree0ef2e0100d3b97b005cbdbb8e7e23d8ee529e7f7 /Cargo.toml
parent833148cef6ee09d37283cdeb5fd89253caf799ea (diff)
Add location property handling
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d098434a4..76a8918f3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,7 @@ authors = ["Sebastian Dröge <sebastian@centricular.com>"]
build = "build.rs"
[dependencies]
+libc = "0.2"
[build-dependencies]
gcc = "0.3"