multi-plugin structure
This commit is contained in:
parent
fb3ba5d291
commit
ac98cbe6c7
9 changed files with 64 additions and 25 deletions
21
Cargo.toml
21
Cargo.toml
|
@ -1,16 +1,7 @@
|
|||
[package]
|
||||
name = "learner_plug"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib", "lib"]
|
||||
|
||||
[dependencies]
|
||||
atomic_float = "1.1.0"
|
||||
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" }
|
||||
parking_lot = "0.12.4"
|
||||
|
||||
[workspace]
|
||||
members = ["xtask"]
|
||||
resolver = "3"
|
||||
members = [
|
||||
"xtask",
|
||||
"plugins/dfpworm",
|
||||
"plugins/gain",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue