wip3 (25e): woohoohoo

This commit is contained in:
🪞👃🪞 2024-12-09 16:34:45 +01:00
parent 3de89bf4fd
commit 36280ce9b7
40 changed files with 1607 additions and 1412 deletions

View file

@ -3,6 +3,9 @@ name = "tek_tui"
edition = "2021"
version = "0.1.0"
[lib]
path = "src/tui.rs"
[dependencies]
tek_core = { path = "../tek_core" }
tek_layout = { path = "../tek_layout" }