Replace Diopser egui GUI with empty iced GUI

This commit is contained in:
Robbert van der Helm
2022-03-12 23:28:18 +01:00
parent 3ebe34c870
commit ab1e170f74
4 changed files with 39 additions and 14 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"