multi-plugin structure

This commit is contained in:
Haze Weathers 2025-09-16 14:15:12 -06:00
parent fb3ba5d291
commit ac98cbe6c7
9 changed files with 64 additions and 25 deletions

12
plugins/gain/Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "gain"
version = "0.1.0"
edition = "2024"
[lib]
crate-type = ["cdylib"]
[dependencies]
atomic_float = "1.1"
nih_plug = { git = "https://github.com/robbert-vdh/nih-plug.git", version = "0.0.0", features = ["assert_process_allocs"] }
nih_plug_vizia = { git = "https://github.com/robbert-vdh/nih-plug.git", version = "0.0.0" }