Skip to main content

max / makeover-immediate

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
Signed with PGP, not checked
Commit: 8c28410ab3875893e46547841086a706c8915c48
Parent: 2880063
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.6.0"
3 + version = "0.7.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.9"
11 + makeover-layout = "0.10"
12 12
13 13 [lints.rust]
14 14 unused = "warn"