mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Move PersistentField and helpers to dedicated mod
As mentioned in the previous commit's breaking changes entry.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user