1
0
Fork 0
nih-plug/plugins/gain/Cargo.toml
Robbert van der Helm c3f8b8fb8c Re-export the nih_plug_derive macro
No need to have to use this crate separately.
2022-01-26 12:50:30 +01:00

11 lines
145 B
TOML

[package]
name = "gain"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
nih_plug = { path = "../../nih_plug" }