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
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 }