Use default-features instead of default_features

The latter is deprecated.
This commit is contained in:
Robbert van der Helm
2024-05-04 20:27:44 +02:00
parent bb274976ca
commit 10aabe3a38
4 changed files with 4 additions and 4 deletions

View File

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