From 3e038dc043effd6c02dab09196d1c5a99508bf5d Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Wed, 22 Mar 2023 13:54:51 +0100 Subject: [PATCH] Disable standalone feature for Spectral Compressor This is not ready yet. --- plugins/spectral_compressor/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/spectral_compressor/Cargo.toml b/plugins/spectral_compressor/Cargo.toml index a86ce657..cd95dfce 100644 --- a/plugins/spectral_compressor/Cargo.toml +++ b/plugins/spectral_compressor/Cargo.toml @@ -10,7 +10,7 @@ homepage = "https://github.com/robbert-vdh/nih-plug/tree/master/plugins/spectral crate-type = ["lib", "cdylib"] [dependencies] -nih_plug = { path = "../../", features = ["assert_process_allocs", "standalone"] } +nih_plug = { path = "../../", features = ["assert_process_allocs"] } nih_plug_vizia = { path = "../../nih_plug_vizia" } realfft = "3.0"