gst-plugins-rs/gst-plugin-simple/Cargo.toml
2018-05-09 12:27:25 +03:00

18 lines
390 B
TOML

[package]
name = "gst-plugin-simple"
version = "0.2.1"
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.5"
gst-plugin = { version = "0.2", path="../gst-plugin" }
gstreamer = "0.11"
gstreamer-base = "0.11"
[lib]
name = "gst_plugin_simple"
path = "src/lib.rs"