mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Rename the Soft Vacuum package
This commit is contained in:
@@ -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"]
|
||||
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user