output: more big refactors

This commit is contained in:
🪞👃🪞 2025-09-07 12:34:30 +03:00
parent 194f2f9874
commit 5e6338fad8
68 changed files with 1604 additions and 1016 deletions

View file

@ -4,12 +4,17 @@ description = "UI metaframework, output layer."
version = { workspace = true }
edition = { workspace = true }
[lib]
path = "src/output.rs"
[features]
dsl = [ "tengri_dsl" ]
bumpalo = [ "dep:bumpalo" ]
dsl = [ "dep:tengri_dsl" ]
[dependencies]
tengri_core = { path = "../core" }
tengri_dsl = { optional = true, path = "../dsl" }
bumpalo = { optional = true, workspace = true }
[dev-dependencies]
tengri = { path = "../tengri", features = [ "dsl", "tui" ] }