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

View File

@@ -1,10 +1,10 @@
[package]
name = "aw_soft_vacuum"
name = "soft_vacuum"
version = "0.1.0"
edition = "2021"
authors = ["Robbert van der Helm <mail@robbertvanderhelm.nl>"]
license = "GPL-3.0-or-later"
homepage = "https://github.com/robbert-vdh/nih-plug/tree/master/plugins/aw_soft_vacuum"
homepage = "https://github.com/robbert-vdh/nih-plug/tree/master/plugins/soft_vacuum"
[lib]
crate-type = ["cdylib"]

View File

@@ -24,5 +24,5 @@ After installing [Rust](https://rustup.rs/), you can compile Safety Limiter as
follows:
```shell
cargo xtask bundle aw_soft_vacuum --release
cargo xtask bundle soft_vacuum --release
```