Disable standalone feature for Spectral Compressor
This is not ready yet.
This commit is contained in:
parent
ea39daf99b
commit
3e038dc043
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue