Skip to main content

max / alloy_tui

6.0.0: take makeover-tui 0.15 A major rather than a minor because makeover-tui shows through: Fidelity, Mode and ThemeError are re-exported, and Theme.makeover is a public field of makeover_tui::Theme. Three 0.x minors change those types' identity, so a consumer naming one from both crates sees two of it.
Author: Max Johnson <me@maxj.phd> · 2026-08-12 17:16 UTC
Signed with PGP, not checked
Commit: cd73a6c66e4fc6c42cdba937fb01c1eb7bd865f3
Parent: 427d88c
1 file changed, +1 insertion, -1 deletion
M Cargo.toml +1 -1
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "alloy_tui"
3 - version = "5.1.0"
3 + version = "6.0.0"
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.