Update Vizia

With two months of breaking changes, hooray! But everything should still
work after some bug squashing in Vizia.
This commit is contained in:
Robbert van der Helm
2022-06-18 01:59:53 +02:00
parent a291e0dfb6
commit b7bfa5f18e
13 changed files with 522 additions and 136 deletions

View File

@@ -15,7 +15,7 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.
use nih_plug::prelude::Editor;
use nih_plug_vizia::vizia::*;
use nih_plug_vizia::vizia::prelude::*;
use nih_plug_vizia::widgets::*;
use nih_plug_vizia::{assets, create_vizia_editor, ViziaState};
use std::sync::Arc;