Skip to main content

max / alloy_tui

Track makeover 0.9.0 Picks up the corrected third-party attribution and the removal of palenight. Also keeps alloy_tui on the same makeover as its consumers: got links alloy_tui by path, and a version split made ThemeColors two incompatible types.
Author: Max Johnson <me@maxj.phd> · 2026-07-19 19:59 UTC
Signed with PGP, not checked
Commit: 7a13bd12c89933405b9827bcfa710d4af1388d59
Parent: 748d441
2 files changed, +23 insertions, -3 deletions
M Cargo.lock +22 -2
@@ -568,6 +568,25 @@
568 568 source = "registry+https://github.com/rust-lang/crates.io-index"
569 569 checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
570 570
571 + [[package]]
572 + name = "include_dir"
573 + version = "0.7.4"
574 + source = "registry+https://github.com/rust-lang/crates.io-index"
575 + checksum = "923d117408f1e49d914f1a379a309cffe4f18c05cf4e3d12e613a15fc81bd0dd"
576 + dependencies = [
577 + "include_dir_macros",
578 + ]
579 +
580 + [[package]]
581 + name = "include_dir_macros"
582 + version = "0.7.4"
583 + source = "registry+https://github.com/rust-lang/crates.io-index"
584 + checksum = "7cab85a7ed0bd5f0e76d93846e0147172bed2e2d3f859bcc33a8d9699cad1a75"
585 + dependencies = [
586 + "proc-macro2",
587 + "quote",
588 + ]
589 +
571 590 [[package]]
572 591 name = "indexmap"
573 592 version = "2.14.0"
@@ -718,10 +737,11 @@
718 737
719 738 [[package]]
720 739 name = "makeover"
721 - version = "0.8.0"
740 + version = "0.9.0"
722 741 source = "registry+https://github.com/rust-lang/crates.io-index"
723 - checksum = "c43e27ea24999c6692f6e72ee286fafc561da0cc6f81bc39fc867621718063f7"
742 + checksum = "8901217cbffb659a961ac7b63fbfb72bacd4eda13b1d5a7329a9ffed54616165"
724 743 dependencies = [
744 + "include_dir",
725 745 "serde",
726 746 "toml",
727 747 ]
M Cargo.toml +1 -1
@@ -11,7 +11,7 @@
11 11
12 12 [workspace.dependencies]
13 13 ratatui = "0.30"
14 - makeover = "0.8.0"
14 + makeover = "0.9.0"
15 15
16 16 [profile.release]
17 17 lto = "thin"