Don't build the gain example with zstd enabled
This commit is contained in:
parent
b19e6afa6c
commit
743d456e0f
|
@ -9,6 +9,6 @@ license = "ISC"
|
||||||
crate-type = ["cdylib"]
|
crate-type = ["cdylib"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
nih_plug = { path = "../../../", features = ["assert_process_allocs", "zstd"] }
|
nih_plug = { path = "../../../", features = ["assert_process_allocs"] }
|
||||||
|
|
||||||
parking_lot = "0.12"
|
parking_lot = "0.12"
|
||||||
|
|
Loading…
Reference in a new issue