Revert Diopser back to egui

I should probably first redo the Gain GUI example with vizia before
deciding on a final GUI framework for Diopser.
This commit is contained in:
Robbert van der Helm
2022-03-15 13:53:31 +01:00
parent 0b3e7708a6
commit 01e7998c03
4 changed files with 15 additions and 88 deletions

View File

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