Files
nih-plug/plugins/examples/gain-gui/Cargo.toml
2022-02-12 16:04:46 +01:00

15 lines
272 B
TOML

[package]
name = "gain_gui"
version = "0.1.0"
edition = "2021"
license = "ISC"
[lib]
crate-type = ["cdylib"]
[dependencies]
nih_plug = { path = "../../../", features = ["assert_process_allocs"] }
nih_plug_egui = { path = "../../../nih_plug_egui" }
atomic_float = "0.1"