tek/crates/tek_plugin/Cargo.toml

20 lines
359 B
TOML

[package]
name = "tek_plugin"
edition = "2021"
version = "0.1.0"
[dependencies]
tek_core = { path = "../tek_core" }
tek_jack = { path = "../tek_jack" }
livi = "0.7.4"
winit = { version = "0.30.4", features = [ "x11" ] }
suil-rs = { path = "../suil" }
vst = "0.4.0"
#vst3 = "0.1.0"
[lib]
path = "src/lib.rs"
[[bin]]
name = "tek_plugin"
path = "src/main.rs"