mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
13 lines
282 B
TOML
13 lines
282 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"
|