Skip to main content

max / makeover-immediate

0.43.0: follow makeover-layout to 0.42.0 `links = "makeover-layout"` forbids two copies of the vocabulary in one graph, so every consumer moves in the same wave rather than at its own pace. Minor bump because the requirement change is breaking for anything downstream of this crate, whatever else did or did not change here.
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 21:03 UTC
Signed with PGP, not checked
Commit: 2b722fe5df3a89c7e35329b5bac188f9bc61ae64
Parent: 137f6fd
1 file changed, +2 insertions, -2 deletions
M Cargo.toml +2 -2
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "makeover-immediate"
3 - version = "0.42.1"
3 + version = "0.43.0"
4 4 edition = "2024"
5 5 description = "The immediate-mode renderer for makeover-layout. Immediate mode is the constraint that matters, not the library: no cascade, no retained tree, one stroke per widget. Backed by egui."
6 6 license = "MIT"
@@ -13,7 +13,7 @@
13 13 # Exact patch rather than the minor, as the rest of the suite pins: a
14 14 # minor-only requirement is satisfied by a consumer lock holding an earlier
15 15 # patch, which then fails to compile against an API added in a later one.
16 - makeover-layout = "0.41.0"
16 + makeover-layout = "0.42"
17 17 # The cadence the activity mark blinks at, and the motion-off seam beside it.
18 18 # Taken rather than chosen here: three renderers draw this mark and a number
19 19 # picked per renderer is three heartbeats for one wait.