wip: unearth the backlog severely
Some checks failed
/ build (push) Has been cancelled

This commit is contained in:
same mf who else 2026-03-20 02:49:10 +02:00
parent b0fbe3c173
commit 9dbf4fcab5
9 changed files with 1101 additions and 1169 deletions

View file

@ -5,10 +5,9 @@ version = "0.15.0"
description = "UI metaframework."
[features]
default = ["lang", "sing", "draw", "play", "tui", "text", "time", "rand", "okhsl"]
default = ["lang", "sing", "draw", "play", "term", "text", "time", "rand", "okhsl"]
bumpalo = ["dep:bumpalo"]
draw = []
dsl = ["dep:dizzle"]
gui = ["draw", "dep:winit"]
lang = ["dep:dizzle"]
okhsl = ["dep:palette"]
@ -17,7 +16,7 @@ rand = ["dep:rand"]
sing = ["dep:jack"]
text = ["dep:unicode-width"]
time = ["dep:quanta"]
tui = ["draw", "dep:ratatui", "dep:crossterm"]
term = ["draw", "dep:ratatui", "dep:crossterm"]
[dependencies]
anyhow = { version = "1.0" }