mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-10 12:29:44 +00:00
714301d584
We're working just fine with 1.8 too
20 lines
621 B
TOML
20 lines
621 B
TOML
[package]
|
|
name = "gst-plugin-audiofx"
|
|
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]
|
|
gst-plugin = { path="../gst-plugin" }
|
|
glib = { git = "https://github.com/gtk-rs/glib" }
|
|
gstreamer = { git = "https://github.com/sdroege/gstreamer-rs" }
|
|
gstreamer-base = { git = "https://github.com/sdroege/gstreamer-rs" }
|
|
gstreamer-audio = { git = "https://github.com/sdroege/gstreamer-rs" }
|
|
byte-slice-cast = "0.1"
|
|
num-traits = "0.1"
|
|
|
|
[lib]
|
|
name = "gstrsaudiofx"
|
|
crate-type = ["cdylib"]
|
|
path = "src/lib.rs"
|