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
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 }