Update the copyright headers

Happy new year!
This commit is contained in:
Robbert van der Helm
2024-01-09 19:26:52 +01:00
parent 36ee023fb3
commit 7a01b57735
37 changed files with 38 additions and 38 deletions

View File

@@ -7,10 +7,10 @@ license = "GPL-3.0-or-later"
homepage = "https://github.com/robbert-vdh/nih-plug/tree/master/plugins/spectral_compressor"
[lib]
crate-type = ["cdylib"]
crate-type = ["lib", "cdylib"]
[dependencies]
nih_plug = { path = "../../", features = ["assert_process_allocs"] }
nih_plug = { path = "../../", features = ["assert_process_allocs", "standalone"] }
nih_plug_vizia = { path = "../../nih_plug_vizia" }
realfft = "3.0"