Skip to main content

max / makenotwork

Take makeover-tui 0.14.0 in viewer 0.14.0 carries the table module, and viewer is one of the 14 call sites it was counted off: render.rs draws the rollup with a hand-written mapping over ratatui's Table and four literal Constraints. The pin is what makes that module reachable; the port off the literals is a separate change.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-12 00:16 UTC
Signed with PGP, not checked
Commit: a6485df2d5cac8999691d1c245c99df9dc05c804
Parent: db46ba6
1 file changed, +1 insertion, -1 deletion
@@ -18,7 +18,7 @@
18 18 # `makeover-tui` is the terminal renderer, and its `theme` feature is the
19 19 # intents-to-ratatui-colours mapping. No hex value is written in this crate.
20 20 makeover = "2.5.0"
21 - makeover-tui = { version = "0.12.0", features = ["theme"] }
21 + makeover-tui = { version = "0.14.0", features = ["theme"] }
22 22 tokio = { version = "1.50.0", features = ["macros", "rt-multi-thread", "time", "sync", "signal"] }
23 23 # `rustls-no-provider` rather than `rustls`: the latter is an alias for
24 24 # `__rustls-aws-lc-rs`, which links a C crypto backend. The provider is ring