Take makeover-layout 0.10, and release 0.7.0
The vocabulary added Meter and a minor is breaking pre-1.0. Nothing here
renders one yet: no consumer draws a bar in this renderer, and a member
implemented because its sibling has one has nobody to say what it should
look like. The bump is so the suite does not carry two copies of the
description layer in one graph.
Author: Max Johnson <me@maxj.phd> · 2026-08-09 13:03 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 }