gst-plugins-rs/gst-plugin-audiofx/Cargo.toml
Sebastian Dröge 6396781b84 Don't require GStreamer 1.10
We're working just fine with 1.8 too
2018-01-15 09:37:58 +02:00

21 lines
466 B
TOML

[package]
name = "gst-plugin-audiofx"
version = "0.1.2"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
repository = "https://github.com/sdroege/gst-plugin-rs"
license = "MIT/Apache-2.0"
[dependencies]
gst-plugin = { version = "0.1", path="../gst-plugin" }
glib = "0.4"
gstreamer = "0.10"
gstreamer-base = "0.10"
gstreamer-audio = "0.10"
byte-slice-cast = "0.1"
num-traits = "0.1"
[lib]
name = "gstrsaudiofx"
crate-type = ["cdylib"]
path = "src/lib.rs"