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

@@ -1,6 +1,6 @@
use atomic_float::AtomicF32;
use nih_plug::prelude::{util, 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::atomic::Ordering;