editor ui

This commit is contained in:
2026-06-17 18:25:09 -05:00
parent 6464e47747
commit fb8f6df501
11 changed files with 982 additions and 135 deletions
+2 -1
View File
@@ -5,5 +5,6 @@ edition = "2024"
[dependencies]
kiln-core = { path = "../kiln-core" }
kiln-ui = { path = "../kiln-ui" }
color = "0.3.3"
ratatui = { version = "0.30.1", features = ["unstable-rendered-line-info"] }
ratatui = { workspace = true, features = ["unstable-rendered-line-info"] }