mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2026-04-03 13:30:44 +02:00
This commit is contained in:
parent
b0fbe3c173
commit
9dbf4fcab5
9 changed files with 1101 additions and 1169 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue