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
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."