mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 10:46:55 +00:00
Disable standalone feature for Spectral Compressor
This is not ready yet.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user