Skip to main content

max / alloy_tui

Repin makeover-geometry from 0.4.0 to 0.6 Terminal renderer: it reads Density, Gap, Step and Surface, not the CSS emitter, so the layer change in 0.6.0 does not apply. Nothing public was removed since 0.4.0.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-05 20:46 UTC
Signed with PGP, not checked
Commit: 555768e24fd58e6835eb05c1c516cc3edd378bdb
Parent: 92da02e
1 file changed, +1 insertion, -1 deletion
M Cargo.toml +1 -1
@@ -16,7 +16,7 @@
16 16 # here while they were unpublished; it is gone, and so is the last reason this
17 17 # crate could not be published from a clean checkout.
18 18 makeover = "2.4.1"
19 - makeover-geometry = "0.4.0"
19 + makeover-geometry = "0.6"
20 20 # The family's terminal renderer, which owns the bevel painting, the fill, and
21 21 # the reading of what the terminal can show. 0.4.0 and not 0.3.0 because the
22 22 # half-block glyphs are what makes delegating here an improvement rather than a