2023-04-02 22:31:38 +10:00
|
|
|
[package]
|
2023-04-06 04:07:13 +10:00
|
|
|
name = "soft_vacuum"
|
2023-04-02 22:31:38 +10:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
authors = ["Robbert van der Helm <mail@robbertvanderhelm.nl>"]
|
|
|
|
license = "GPL-3.0-or-later"
|
2023-04-06 04:07:13 +10:00
|
|
|
homepage = "https://github.com/robbert-vdh/nih-plug/tree/master/plugins/soft_vacuum"
|
2023-04-02 22:31:38 +10:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
crate-type = ["cdylib"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
nih_plug = { path = "../../", features = ["assert_process_allocs"] }
|
2023-04-05 23:17:26 +10:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
approx = "0.5.1"
|