Skip to main content

max / makenotwork

magicmirror: take makeover-tui 0.26.0 Nine 0.x minors from 0.17.0. The surface magicmirror uses (Theme, Fidelity, makeover_layout::{Column, Priority, Width}, table) survived the renames in between, so no code changed. 98 tests pass.
Author: Max Johnson <me@maxj.phd> · 2026-08-16 22:38 UTC
Signed with PGP, not checked
Commit: 14069143ce0a9c4f8a3b4a07f95fc6a26f635ee7
Parent: 88b4b29
2 files changed, +45 insertions, -37 deletions
@@ -1086,15 +1086,15 @@
1086 1086
1087 1087 [[package]]
1088 1088 name = "makeover-layout"
1089 - version = "0.18.0"
1089 + version = "0.27.5"
1090 1090 source = "registry+https://github.com/rust-lang/crates.io-index"
1091 - checksum = "48e5725b8dc2d30d5e46b324dd97757e14e61345607c9f55534a34768a6b54dd"
1091 + checksum = "ed4a0a89e118db1cc010c72e696741b3701c83bfe6bec5db06e29515b4c1d216"
1092 1092
1093 1093 [[package]]
1094 1094 name = "makeover-tui"
1095 - version = "0.17.0"
1095 + version = "0.26.0"
1096 1096 source = "registry+https://github.com/rust-lang/crates.io-index"
1097 - checksum = "6bec0a014d4da44d95dca4db82b5f9418edb4dd10fa5009e13832489939fcabd"
1097 + checksum = "4f53b048e40476d8b7ac0570ee656d897c0e3143e2c4be171ed44071b1b3712c"
1098 1098 dependencies = [
1099 1099 "makeover",
1100 1100 "makeover-layout",
@@ -2902,6 +2902,46 @@
2902 2902 source = "registry+https://github.com/rust-lang/crates.io-index"
2903 2903 checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"
2904 2904
2905 + [[patch.unused]]
2906 + name = "quasi-axum"
2907 + version = "0.18.0"
2908 +
2909 + [[patch.unused]]
2910 + name = "quasi-basics"
2911 + version = "0.18.0"
2912 +
2913 + [[patch.unused]]
2914 + name = "quasi-http"
2915 + version = "0.18.0"
2916 +
2917 + [[patch.unused]]
2918 + name = "quasi-immediate"
2919 + version = "0.18.0"
2920 +
2921 + [[patch.unused]]
2922 + name = "quasi-router"
2923 + version = "0.18.0"
2924 +
2925 + [[patch.unused]]
2926 + name = "quasi-store"
2927 + version = "0.1.0"
2928 +
2929 + [[patch.unused]]
2930 + name = "quasi-tauri"
2931 + version = "0.18.0"
2932 +
2933 + [[patch.unused]]
2934 + name = "quasi-webview"
2935 + version = "0.18.0"
2936 +
2937 + [[patch.unused]]
2938 + name = "synckit-client"
2939 + version = "0.8.0"
2940 +
2941 + [[patch.unused]]
2942 + name = "synckit-config"
2943 + version = "0.2.0"
2944 +
2905 2945 [[patch.unused]]
2906 2946 name = "kberg"
2907 2947 version = "0.1.0"
@@ -2917,35 +2957,3 @@
2917 2957 [[patch.unused]]
2918 2958 name = "docengine"
2919 2959 version = "0.7.0"
2920 -
2921 - [[patch.unused]]
2922 - name = "synckit-client"
2923 - version = "0.8.0"
2924 -
2925 - [[patch.unused]]
2926 - name = "synckit-config"
2927 - version = "0.2.0"
2928 -
2929 - [[patch.unused]]
2930 - name = "quasi-axum"
2931 - version = "0.1.0"
2932 -
2933 - [[patch.unused]]
2934 - name = "quasi-http"
2935 - version = "0.1.0"
2936 -
2937 - [[patch.unused]]
2938 - name = "quasi-router"
2939 - version = "0.1.0"
2940 -
2941 - [[patch.unused]]
2942 - name = "quasi-store"
2943 - version = "0.1.0"
2944 -
2945 - [[patch.unused]]
2946 - name = "quasi-tauri"
2947 - version = "0.1.0"
2948 -
2949 - [[patch.unused]]
2950 - name = "quasi-webview"
2951 - version = "0.1.0"
@@ -18,7 +18,7 @@
18 18 # `makeover-tui` is the terminal renderer, and its `theme` feature is the
19 19 # intents-to-ratatui-colours mapping. No hex value is written in this crate.
20 20 makeover = "2.5.0"
21 - makeover-tui = { version = "0.17.0", features = ["theme"] }
21 + makeover-tui = { version = "0.26.0", features = ["theme"] }
22 22 tokio = { version = "1.50.0", features = ["macros", "rt-multi-thread", "time", "sync", "signal", "fs"] }
23 23 # `rustls-no-provider` rather than `rustls`: the latter is an alias for
24 24 # `__rustls-aws-lc-rs`, which links a C crypto backend. The provider is ring