Skip to main content

max / makeover-immediate

0.10.0: answer what overlaying means in immediate mode Palette gains `elevation` and `cast()` returns it as an egui::Shadow. egui already paints shadows for its own menus, so this hands that machinery the theme's tone rather than inventing a painter the way the bevel needed. Breaking: Palette grows a required field, on the same footing as `well` and `sunken`.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-10 14:46 UTC
Signed with PGP, not checked
Commit: 8e1a40cc84f0ab1bb815e4a0ea4a11adcbfcdccb
Parent: 7736658
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.9.0"
3 + version = "0.10.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"