mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Store persistent fields as plain JSON strings
On second thought, this is much better. The resulting file size will be much smaller because only double quotes need to be escaped. It's also easier to read at a glance.
This commit is contained in:
@@ -10,7 +10,6 @@ members = ["nih_plug_derive", "plugins/gain", "xtask"]
|
||||
|
||||
[dependencies]
|
||||
nih_plug_derive = { path = "nih_plug_derive" }
|
||||
base64 = "0.13"
|
||||
lazy_static = "1.4"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
|
||||
Reference in New Issue
Block a user