mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Don't build the gain example with zstd enabled
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user