tek/crates/tek_tui/Cargo.toml

17 lines
386 B
TOML

[package]
name = "tek_tui"
edition = "2021"
version = "0.1.0"
[dependencies]
tek_core = { path = "../tek_core" }
tek_api = { path = "../tek_api" }
#tek_snd = { path = "../tek_snd" }
livi = "0.7.4"
suil-rs = { path = "../suil" }
symphonia = { version = "0.5.4", features = [ "all" ] }
vst = "0.4.0"
#vst3 = "0.1.0"
wavers = "1.4.3"
winit = { version = "0.30.4", features = [ "x11" ] }