diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -1,21 +1,18 @@ [package] name = "retain" -version = "0.1.0-pre2" +version = "0.1.0" authors = [ "haemolacriaa" ] description = "Retain is a real-time audio plugin that retains the nth largest magnitude frequencies in a signal" edition = "2024" repository = "https://git.haemolacriaa.com/retain" +license = "GPL-3.0" publish = false [lib] crate-type = ["rlib", "cdylib"] [dependencies] -nice-plug = { - path = "../nice-plug/crates/nice-plug", - version = "0.1.0", - features = ["assert_process_allocs"] -} +nice-plug = { path = "../nice-plug/crates/nice-plug", version = "0.1.0" } nice-plug-egui = { path = "../nice-plug/crates/nice-plug-egui", version = "0.1.5" } realfft = { version = "3.5.0", features = ["avx", "neon", "sse"] } num-complex = "0.4.6" |
