Skip to main content

max / alloy_tui

Pin makeover-geometry 0.4.0, release 4.1.1 No behaviour change: this crate resolves against Density::Pointer only, and every Gap value it derives is identical at 0.2.0 and 0.4.0. The gap since 0.3.0 was Pane and Page holding at their Pointer steps under Touch, which a terminal never asks for.
Author: Max Johnson <me@maxj.phd> · 2026-07-31 23:28 UTC
Signed with PGP, not checked
Commit: 7e68698e53eaa1532dca9710d278b2a5a552dc5a
Parent: 7de7564
1 file changed, +2 insertions, -2 deletions
M Cargo.toml +2 -2
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "alloy_tui"
3 - version = "4.1.0"
3 + version = "4.1.1"
4 4 description = "Alloy design system: makeover intents rendered as ratatui Color/Style, plus themed widgets for the alloy console and siblings."
5 5 edition = "2024"
6 6 # 1.88 is ratatui 0.30.2's floor, and 0.30.2 is where `Block::shadow` lands.
@@ -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.2.0"
19 + makeover-geometry = "0.4.0"
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