Skip to main content

max / makeover-immediate

Take makeover-layout 0.9 Minor rather than patch: no re-export here, but makeover-layout types appear in this crate's public signatures, so their identity changes with the underlying version. Over-claiming the break costs a version number; under-claiming it breaks a consumer silently.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-09 02:16 UTC
Signed with PGP, not checked
Commit: 2880063f9634ce94f6ea567bbf0c259564bf00a0
Parent: b08b5b0
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.5.2"
3 + version = "0.6.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"
@@ -8,7 +8,7 @@
8 8
9 9 [dependencies]
10 10 egui = { version = "0.35", default-features = false }
11 - makeover-layout = "0.8.2"
11 + makeover-layout = "0.9"
12 12
13 13 [lints.rust]
14 14 unused = "warn"