Watch
1
0
Fork
You've already forked souveraine
0

tuie: adapt to StyledText accessors and indexed Theme palette

Dep bump swapped StyledText's public .text field for as_ref/as_str
accessors and set_fg/set_bg/drop_end mutators; Theme now built from
(fg, bg, [16] indexed) instead of named slots. Mechanical port across
the widget set plus an ANSI-index mapping of the chat palette.
This commit is contained in:
Fimeg 2026-06-15 20:52:05 -04:00
commit 1734346e59
24 changed files with 117 additions and 137 deletions

2
Cargo.lock generated
View file

@ -10260,7 +10260,7 @@ dependencies = [
[[package]]
name = "tuie"
version = "0.1.5"
version = "0.2.0"
dependencies = [
"axis2d",
"base64-simd",