mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 03:36:41 +01:00
extract tui support code to tek_tui
This commit is contained in:
parent
1a9077427c
commit
1faf5bb6df
22 changed files with 477 additions and 450 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue