0.30.0: take makeover-layout 0.31
Same position the crate already took on FieldKind::File at 0.11.0: egui's honest
answer is a native picker, which is a fifth control and a file-dialog
dependency, and no consumer asks for one yet. Field::accept and Field::multiple
are that picker's arguments, so they are carried rather than lost -- the day the
dialog arrives it opens with them.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-18 21: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.