Make Arc<ViziaState> persistable

This allows the plugin instance's size and scale to be remembered.
This commit is contained in:
Robbert van der Helm
2022-07-13 23:07:59 +02:00
parent 2a1abf10e1
commit ef1d56646a
4 changed files with 48 additions and 5 deletions

1
Cargo.lock generated
View File

@@ -2445,6 +2445,7 @@ dependencies = [
"crossbeam",
"nih_plug",
"nih_plug_assets",
"serde",
"vizia",
]