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-09-17 15:31:10 +0300
committerSebastian Dröge <sebastian@centricular.com>2016-09-18 17:23:14 +0300
commitb23385e88fc67c9391554fef49cc6a4e46746484 (patch)
treec578e3124af72c9e15265fe20124300b77db34b7 /Cargo.toml
parent1ef938b6ec1e729d6e83b23c025d2142ba154089 (diff)
Add some more Buffer API and use explicit bitflags instead of magic numbers
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 957d9112a..bd0e37c25 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,6 +10,7 @@ license = "LGPL-2.1+"
libc = "0.2"
url = "1.1"
hyper = "0.9"
+bitflags = "0.7"
[build-dependencies]
gcc = "0.3"