Rename the Soft Vacuum package

This commit is contained in:
Robbert van der Helm
2023-04-05 20:07:13 +02:00
parent ad5f0ce72a
commit e1c7508624
11 changed files with 14 additions and 14 deletions

16
Cargo.lock generated
View File

@@ -348,14 +348,6 @@ version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "aw_soft_vacuum"
version = "0.1.0"
dependencies = [
"approx 0.5.1",
"nih_plug",
]
[[package]]
name = "backtrace"
version = "0.3.67"
@@ -3760,6 +3752,14 @@ dependencies = [
"winapi",
]
[[package]]
name = "soft_vacuum"
version = "0.1.0"
dependencies = [
"approx 0.5.1",
"nih_plug",
]
[[package]]
name = "spectral_compressor"
version = "0.4.3"