gst-plugins-rs/gst-plugin-simple/Cargo.toml

18 lines
462 B
TOML

[package]
name = "gst-plugin-simple"
version = "0.1.0"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
repository = "https://github.com/sdroege/gst-plugin-rs"
license = "MIT/Apache-2.0"
[dependencies]
url = "1.1"
glib = "0.4"
gst-plugin = { version = "0.1", path="../gst-plugin" }
gstreamer = { version = "0.10", features = ["v1_10"] }
gstreamer-base = { version = "0.10", features = ["v1_10"] }
[lib]
name = "gst_plugin_simple"
path = "src/lib.rs"