wip: modularize once again

This commit is contained in:
🪞👃🪞 2025-01-08 18:50:15 +01:00
parent e08c9d1790
commit 3b6ff81dad
44 changed files with 984 additions and 913 deletions

View file

@ -4,17 +4,15 @@ edition = "2021"
version = "0.2.0"
[dependencies]
tek_tui = { path = "./tui" }
tek_tui = { path = "./tui" }
tek_jack = { path = "./jack" }
tek_midi = { path = "./midi" }
atomic_float = "1.0.0"
backtrace = "0.3.72"
clap = { version = "4.5.4", features = [ "derive" ] }
jack = { path = "./rust-jack" }
livi = "0.7.4"
midly = "0.5"
once_cell = "1.19.0"
palette = { version = "0.7.6", features = [ "random" ] }
quanta = "0.12.3"
rand = "0.8.5"
symphonia = { version = "0.5.4", features = [ "all" ] }
toml = "0.8.12"