Skip to main content

max / makeover-immediate

Release 0.42.1: documentation without the historical narrative
Author: Max Johnson <me@maxj.phd> · 2026-08-31 11:43 UTC
Signed with PGP, not checked
Commit: b6347de266ccdf7836ad613fb4cd44dbb6a857df
Parent: 6f81ce2
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.42.0"
3 + version = "0.42.1"
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"