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:
parent
80bfb3a599
commit
1734346e59
24 changed files with 117 additions and 137 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -10260,7 +10260,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tuie"
|
||||
version = "0.1.5"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"axis2d",
|
||||
"base64-simd",
|
||||
|
|
|
|||
Loading…
Reference in a new issue