Skip to main content

max / makeover-immediate

Take makeover-layout 0.16.0, so a screen resolves the one the suite reads 0.16.0 declares `links`: one copy of the vocabulary per dependency graph, and a second one is a resolver error. An unmoved renderer alongside a moved one is that second copy, so this crate moves in the same wave.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-12 01:18 UTC
Commit: 275fb70bc0eae2e82005c0367f4fc4f9fb4d0693
Parent: 303b06f
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.13.0"
3 + version = "0.14.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"
@@ -12,7 +12,7 @@
12 12 # Exact patch rather than the minor, as the rest of the suite pins: a
13 13 # minor-only requirement is satisfied by a consumer lock holding an earlier
14 14 # patch, which then fails to compile against an API added in a later one.
15 - makeover-layout = "0.15.0"
15 + makeover-layout = "0.16.0"
16 16
17 17 [lints.rust]
18 18 unused = "warn"