mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
move edn_view into layout
This commit is contained in:
parent
4d0f98acd2
commit
9a70fbc416
13 changed files with 91 additions and 89 deletions
|
|
@ -10,9 +10,6 @@ crossterm = "0.28.1"
|
|||
ratatui = { version = "0.29.0", features = [ "unstable-widget-ref", "underline-color" ] }
|
||||
better-panic = "0.3.0"
|
||||
|
||||
tek_edn = { optional = true, path = "../edn" }
|
||||
tek_input = { optional = true, path = "../input" }
|
||||
tek_output = { optional = true, path = "../output" }
|
||||
|
||||
[features]
|
||||
default = ["tek_input", "tek_output", "tek_edn"]
|
||||
tek_edn = { path = "../edn" }
|
||||
tek_input = { path = "../input" }
|
||||
tek_output = { path = "../output" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue