From 269c2a51e128f53d3675f7212f15f1e3a0deceae Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Wed, 21 Sep 2022 16:25:07 +0200 Subject: [PATCH] Re-enable assert_process_allocs for gain_gui_egui --- plugins/examples/gain_gui_egui/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/examples/gain_gui_egui/Cargo.toml b/plugins/examples/gain_gui_egui/Cargo.toml index 1fe8a927..7b9f9ef7 100644 --- a/plugins/examples/gain_gui_egui/Cargo.toml +++ b/plugins/examples/gain_gui_egui/Cargo.toml @@ -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"