Skip to main content

max / makeover-immediate

0.44.0: follow makeover-layout to 0.43.0 The Bespoke split. `links = "makeover-layout"` forbids two copies of the vocabulary in one graph, so a consumer cannot stay behind while the wave lands, and 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 22:06 UTC
Signed with PGP, not checked
Commit: 400b2b62b8d39d2b3a1bf605d9364bb15b804a1b
Parent: c5976d2
1 file changed, +1 insertion, -1 deletion
M Cargo.toml +1 -1
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "makeover-immediate"
3 - version = "0.43.0"
3 + version = "0.44.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"