12 lines
305 B
TOML
12 lines
305 B
TOML
[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" }
|
|
nih_plug_vizia = { git = "https://github.com/robbert-vdh/nih-plug.git", version = "0.0.0" }
|