extract tui support code to tek_tui

This commit is contained in:
🪞👃🪞 2025-01-05 10:50:32 +01:00
parent 1a9077427c
commit 1faf5bb6df
22 changed files with 477 additions and 450 deletions

View file

@ -4,8 +4,7 @@ edition = "2021"
version = "0.2.0"
[dependencies]
tek_layout = { path = "./layout" }
tek_edn = { optional = true, path = "./edn" }
tek_tui = { path = "./tui" }
atomic_float = "1.0.0"
backtrace = "0.3.72"
@ -29,7 +28,7 @@ wavers = "1.4.3"
[features]
default = ["edn"]
edn = ["tek_edn"]
edn = ["tek_tui/edn"]
[[bin]]
name = "tek_arranger"