mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2026-02-21 18:49:04 +01:00
refactor(output,tui): fix errors, now there's more...
Some checks failed
/ build (push) Has been cancelled
Some checks failed
/ build (push) Has been cancelled
This commit is contained in:
parent
4fa5d74fa2
commit
2dc74657d5
9 changed files with 713 additions and 754 deletions
|
|
@ -9,8 +9,10 @@ bumpalo = [ "dep:bumpalo" ]
|
|||
dsl = []
|
||||
|
||||
[dependencies]
|
||||
dizzle = { path = "../../dizzle" }
|
||||
bumpalo = { optional = true, workspace = true }
|
||||
atomic_float = { workspace = true }
|
||||
bumpalo = { workspace = true, optional = true }
|
||||
dizzle = { path = "../../dizzle" }
|
||||
quanta = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
tengri = { path = "../tengri", features = [ "dsl", "tui" ] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue