fold tui under main crate

This commit is contained in:
same mf who else 2026-02-21 16:18:52 +02:00
parent c1011ddb7f
commit 85ccb0737f
11 changed files with 66 additions and 79 deletions

View file

@ -17,13 +17,9 @@ version = "0.14.0"
edition = "2024"
[workspace.dependencies]
dizzle = { path = "../dizzle" }
tengri = { path = "./tengri" }
tengri_input = { path = "./input" }
tengri_output = { path = "./output" }
tengri_tui = { path = "./tui" }
tengri_proc = { path = "./proc" }
dizzle = { path = "../dizzle" }
tengri = { path = "./tengri" }
tengri_proc = { path = "./proc" }
anyhow = { version = "1.0" }
atomic_float = { version = "1" }