11 lines
197 B
TOML
11 lines
197 B
TOML
[package]
|
|
name = "nih-plug-engine"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
nih_plug = { git = "https://github.com/robbert-vdh/nih-plug.git" }
|
|
|
|
[lib]
|
|
crate-type = ["cdylib", "staticlib"]
|