Provide a cargo subcommand for NIH-plug's bundler

This commit is contained in:
Robbert van der Helm
2022-03-02 10:27:02 +01:00
parent bfe93f8d90
commit fa7f9fd85b
6 changed files with 39 additions and 0 deletions

13
cargo_nih_plug/README.md Normal file
View File

@@ -0,0 +1,13 @@
# NIH-plug: cargo subcommand for bundling plugins
This is NIH-plug's `cargo xtask` command, as a `cargo` subcommand. This way you
can use it outside of NIH-plug projects. If you're using NIH-plug, you'll want
to use the xtask integration directly instead, see:
<https://github.com/robbert-vdh/nih-plug/tree/master/nih_plug_xtask>.
Since this has not yet been published to `crates.io`, you'll need to install
this using:
```shell
cargo install --git https://github.com/robbert-vdh/nih-plug.git cargo-nih-plug
```