mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Move features section in main Cargo.toml
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@@ -22,6 +22,12 @@ members = [
|
||||
"plugins/diopser",
|
||||
]
|
||||
|
||||
[features]
|
||||
default = []
|
||||
# Enabling this feature will cause the plugin to terminate when allocations
|
||||
# occur in the processing function while compiling in debug mode.
|
||||
assert_process_allocs = ["assert_no_alloc"]
|
||||
|
||||
[dependencies]
|
||||
nih_plug_derive = { path = "nih_plug_derive" }
|
||||
|
||||
@@ -49,9 +55,3 @@ features = [
|
||||
"Win32_System_LibraryLoader",
|
||||
"Win32_System_Performance",
|
||||
]
|
||||
|
||||
[features]
|
||||
default = []
|
||||
# Enabling this feature will cause the plugin to terminate when allocations
|
||||
# occur in the processing function while compiling in debug mode.
|
||||
assert_process_allocs = ["assert_no_alloc"]
|
||||
|
||||
Reference in New Issue
Block a user