Move PersistentField and helpers to dedicated mod

As mentioned in the previous commit's breaking changes entry.
This commit is contained in:
Robbert van der Helm
2022-10-20 12:11:04 +02:00
parent fb71d0fcce
commit 2a0ed0c5ec
7 changed files with 143 additions and 140 deletions

View File

@@ -92,7 +92,7 @@
use baseview::{WindowOpenOptions, WindowScalePolicy};
use crossbeam::atomic::AtomicCell;
use crossbeam::channel;
use nih_plug::param::internals::PersistentField;
use nih_plug::param::persist::PersistentField;
use nih_plug::prelude::{Editor, GuiContext, ParentWindowHandle};
use serde::{Deserialize, Serialize};
use std::fmt::Debug;