Export the standalone target for gain_gui_vizia

This commit is contained in:
Robbert van der Helm
2022-04-22 17:17:42 +02:00
parent f3db4a9ed0
commit 96ec1da037
4 changed files with 36 additions and 5 deletions

View File

@@ -8,10 +8,11 @@ license = "ISC"
description = "A simple gain plugin with an vizia GUI"
[lib]
crate-type = ["cdylib"]
# The `lib` artifact is needed for the standalone target
crate-type = ["cdylib", "lib"]
[dependencies]
nih_plug = { path = "../../../", features = ["assert_process_allocs"] }
nih_plug = { path = "../../../", features = ["assert_process_allocs", "standalone"] }
nih_plug_vizia = { path = "../../../nih_plug_vizia" }
atomic_float = "0.1"