extract plugin crate

This commit is contained in:
🪞👃🪞 2025-01-11 22:23:58 +01:00
parent 1f10c95ed0
commit 8c6716adce
14 changed files with 53 additions and 15 deletions

18
plugin/Cargo.toml Normal file
View file

@ -0,0 +1,18 @@
[package]
name = "tek_plugin"
edition = "2021"
version = "0.2.0"
[dependencies]
tek_tui = { path = "../tui" }
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" ] }