wip: remodularize 2

This commit is contained in:
🪞👃🪞 2025-01-08 19:19:35 +01:00
parent 3b6ff81dad
commit d38dc14e84
27 changed files with 564 additions and 563 deletions

View file

@ -4,9 +4,10 @@ edition = "2021"
version = "0.2.0"
[dependencies]
tek_tui = { path = "./tui" }
tek_jack = { path = "./jack" }
tek_midi = { path = "./midi" }
tek_tui = { path = "./tui" }
tek_jack = { path = "./jack" }
tek_time = { path = "./time" }
tek_midi = { path = "./midi" }
backtrace = "0.3.72"
clap = { version = "4.5.4", features = [ "derive" ] }
@ -16,7 +17,6 @@ palette = { version = "0.7.6", features = [ "random" ] }
rand = "0.8.5"
symphonia = { version = "0.5.4", features = [ "all" ] }
toml = "0.8.12"
uuid = { version = "1.10.0", features = [ "v4" ] }
wavers = "1.4.3"
#no_deadlocks = "1.3.2"
#suil-rs = { path = "../suil" }