Skip to main content

max / makeover-tui

Take makeover-layout 0.10, and release 0.10.0 The vocabulary added Meter and a minor is breaking pre-1.0. Nothing here renders one yet: no consumer draws a bar in this renderer, and a member implemented because its sibling has one has nobody to say what it should look like. The bump is so the suite does not carry two copies of the description layer in one graph.
Author: Max Johnson <me@maxj.phd> · 2026-08-09 13:03 UTC
Signed with PGP, not checked
Commit: b1b23461180430be6fcb540aa784d512578ef964
Parent: 41ae65b
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.9.0"
3 + version = "0.10.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"
@@ -14,7 +14,7 @@
14 14
15 15 [dependencies]
16 16 ratatui = { version = "0.30", default-features = false }
17 - makeover-layout = "0.9"
17 + makeover-layout = "0.10"
18 18 makeover = { version = "2.4.1", optional = true }
19 19
20 20 [lints.rust]