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

7
Cargo.lock generated
View File

@@ -89,6 +89,13 @@ version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
[[package]]
name = "cargo-nih-plug"
version = "0.1.0"
dependencies = [
"nih_plug_xtask",
]
[[package]]
name = "cc"
version = "1.0.73"