mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-02-14 11:55:14 +00:00
20 lines
466 B
TOML
20 lines
466 B
TOML
[package]
|
|
name = "gst-plugin-audiofx"
|
|
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]
|
|
gst-plugin = { version = "0.2", path="../gst-plugin" }
|
|
glib = "0.5"
|
|
gstreamer = "0.11"
|
|
gstreamer-base = "0.11"
|
|
gstreamer-audio = "0.11"
|
|
byte-slice-cast = "0.1"
|
|
num-traits = "0.2"
|
|
|
|
[lib]
|
|
name = "gstrsaudiofx"
|
|
crate-type = ["cdylib"]
|
|
path = "src/lib.rs"
|