mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-05-11 09:10:14 +02:00
20 lines
434 B
TOML
20 lines
434 B
TOML
[package]
|
|
name = "tek_plugin"
|
|
edition = "2021"
|
|
version = "0.2.0"
|
|
|
|
[dependencies]
|
|
tek_tui = { git = "https://codeberg.org/unspeaker/tengri", rev = "d5a304e" }
|
|
|
|
tek_jack = { path = "../jack" }
|
|
tek_time = { path = "../time" }
|
|
tek_midi = { path = "../midi" }
|
|
|
|
livi = "0.7.4"
|
|
#once_cell = "1.19.0"
|
|
#no_deadlocks = "1.3.2"
|
|
#suil-rs = { path = "../suil" }
|
|
#vst = "0.4.0"
|
|
#vst3 = "0.1.0"
|
|
#winit = { version = "0.30.4", features = [ "x11" ] }
|