1
0
Fork 0

Don't build the gain example with zstd enabled

This commit is contained in:
Robbert van der Helm 2022-08-18 19:46:51 +02:00
parent b19e6afa6c
commit 743d456e0f

View file

@ -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"