Add a skeleton for a Hard Vacuum port

This commit is contained in:
Robbert van der Helm
2023-04-02 14:31:38 +02:00
parent 4502eaec3a
commit 3e26fcf912
8 changed files with 848 additions and 0 deletions

7
Cargo.lock generated
View File

@@ -348,6 +348,13 @@ 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 = [
"nih_plug",
]
[[package]]
name = "backtrace"
version = "0.3.67"