Skip to main content

max / makeover-tui

Follow makeover-layout to 0.43.0 `links = "makeover-layout"` forbids two copies of the vocabulary in one graph, so every consumer moves in the same wave.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session
https://claude.ai/code/session_01MptwXZ8k65v19rFmdGAyki
Author: Max Johnson <me@maxj.phd> · 2026-09-01 22:05 UTC
Signed with PGP, not checked
Commit: ba0dcfd5acf22c026155e21eade4cdd6c806da57
Parent: c8f88bf
2 files changed, +2 insertions, -2 deletions
M Cargo.toml +1 -1
@@ -20,7 +20,7 @@
20 20 # compile against an API added in a later one -- which is what `Depth::Overlay`
21 21 # would do here. The rest of the suite has pinned this way since
22 22 # makeover-webview found it the hard way.
23 - makeover-layout = "0.42"
23 + makeover-layout = "0.43"
24 24 # The cadence the activity mark blinks at, and the motion-off seam beside it.
25 25 # Taken rather than chosen here: `activity_lit` is this crate's only use of it,
26 26 # and the whole point is that the number is not this crate's to pick.
M src/lib.rs +1 -1
@@ -83,7 +83,7 @@
83 83 //! # `piece`, not `widget`
84 84 //!
85 85 //! `makeover-layout` owns `Region::Widget`, the tier between a primitive and
86 - //! `Region::Bespoke`: a named assembly of primitives that each renderer draws
86 + //! `Region::Widget`: a named assembly of primitives that each renderer draws
87 87 //! its own way. That is host-agnostic and sits *above* every renderer.
88 88 //!
89 89 //! This crate's [`piece`] module is the opposite end of the same stack: