mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Add optional Zstandard compression for state
This can be particularly useful when using the persistent fields feature to store JSON or other large textual documents.
This commit is contained in:
@@ -9,6 +9,6 @@ license = "ISC"
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
nih_plug = { path = "../../../", features = ["assert_process_allocs"] }
|
||||
nih_plug = { path = "../../../", features = ["assert_process_allocs", "zstd"] }
|
||||
|
||||
parking_lot = "0.12"
|
||||
|
||||
Reference in New Issue
Block a user