Skip to main content

max / makeover-immediate

0.19.0: require makeover-layout 0.21 Same reason makeover-touch takes 0.13.0: 0.18.0 is published asking for ^0.19, and makeover-layout carries `links`, so a stale requirement is a resolver error rather than a working old pin.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-14 16:35 UTC
Signed with PGP, not checked
Commit: 42b9978a4a380874c897389d54924b25667656e5
Parent: 80a06d7
1 file changed, +1 insertion, -1 deletion
M Cargo.toml +1 -1
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "makeover-immediate"
3 - version = "0.18.0"
3 + version = "0.19.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"