0.15.0: follow makeover-layout 0.17
No source change. The links guard added at makeover-layout 0.16.0 makes one
copy per graph a resolver error rather than a warning, so the bump is tree-wide
and this is it arriving.
Minor rather than patch because pre-1.0 a minor is breaking and this crate's
surface is stated in makeover-layout's types.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-12 19:15 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"
@@ -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.