mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Re-enable assert_process_allocs for gain_gui_egui
This commit is contained in:
@@ -12,7 +12,7 @@ description = "A simple gain plugin with an egui GUI"
|
|||||||
crate-type = ["cdylib", "lib"]
|
crate-type = ["cdylib", "lib"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
nih_plug = { path = "../../../", features = ["standalone"] }
|
nih_plug = { path = "../../../", features = ["assert_process_allocs", "standalone"] }
|
||||||
nih_plug_egui = { path = "../../../nih_plug_egui" }
|
nih_plug_egui = { path = "../../../nih_plug_egui" }
|
||||||
|
|
||||||
atomic_float = "0.1"
|
atomic_float = "0.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user