Use the new iced generic UI for Diopser

This handles a bit nicer than the egui UI.
This commit is contained in:
Robbert van der Helm
2022-03-16 01:20:02 +01:00
parent 24851bdc39
commit 1ddc305be5
5 changed files with 81 additions and 17 deletions

View File

@@ -16,7 +16,7 @@ simd = ["nih_plug/simd"]
[dependencies]
nih_plug = { path = "../../", features = ["assert_process_allocs"] }
nih_plug_egui = { path = "../../nih_plug_egui" }
nih_plug_iced = { path = "../../nih_plug_iced" }
# For the GUI
fftw = "0.7"