Skip to main content

max / makeover-tui

Take makeover 3.0 behind the theme feature
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-18 14:32 UTC
Signed with PGP, not checked
Commit: 378c6506f3ffbc8168ce6d878b98154ce16898e6
Parent: 463387a
1 file changed, +2 insertions, -2 deletions
M Cargo.toml +2 -2
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "makeover-tui"
3 - version = "0.27.0"
3 + version = "0.28.0"
4 4 edition = "2024"
5 5 description = "The terminal renderer for makeover-layout, on ratatui. Colour stops being the constraint above 256 entries; geometry never does, because an edge occupies a whole cell on every side."
6 6 license = "MIT"
@@ -20,7 +20,7 @@
20 20 # would do here. The rest of the suite has pinned this way since
21 21 # makeover-webview found it the hard way.
22 22 makeover-layout = "0.28.0"
23 - makeover = { version = "2.5", optional = true }
23 + makeover = { version = "3.0", optional = true }
24 24
25 25 [lints.rust]
26 26 unused = "warn"