0.41.0: widget::act draws the hint as a hover
makeover-layout 0.40.0 gives Act a hint. egui has a pointer, so a hover is
honest on this host in a way it is not on a terminal.
quasi-immediate was calling on_hover_text outside this widget because
layout::Act carried no hint, so a makeover host that was not quasi got
nothing. It is inside now.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
15
-
makeover-layout = "0.39.0"
15
+
makeover-layout = "0.40.0"
16
16
# The cadence the activity mark blinks at, and the motion-off seam beside it.
17
17
# Taken rather than chosen here: three renderers draw this mark and a number
18
18
# picked per renderer is three heartbeats for one wait.