Take makeover-layout 0.9
Minor rather than patch because src/lib.rs:85 re-exports makeover_layout whole,
so every type this crate hands through changes identity with the underlying
version.
Nothing here matched RowPart, which is what 0.9 opened, so the bump is the whole
change.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-09 02:15 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 }