1
0
Fork 0

Re-enable assert_process_allocs for gain_gui_egui

This commit is contained in:
Robbert van der Helm 2022-09-21 16:25:07 +02:00
parent eb11da731d
commit 269c2a51e1

View file

@ -12,7 +12,7 @@ description = "A simple gain plugin with an egui GUI"
crate-type = ["cdylib", "lib"]
[dependencies]
nih_plug = { path = "../../../", features = ["standalone"] }
nih_plug = { path = "../../../", features = ["assert_process_allocs", "standalone"] }
nih_plug_egui = { path = "../../../nih_plug_egui" }
atomic_float = "0.1"