Skip to main content

max / balanced_breakfast

Take makeover-layout 0.21.0 Image and Fit: the vocabulary can name a picture now.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-14 16:04 UTC
Signed with PGP, not checked
Commit: 9ba9247aed358c78461b72681d1ca7e7a6f76dd9
Parent: 16bd8b5
2 files changed, +12 insertions, -12 deletions
M Cargo.lock +11 -11
@@ -3141,9 +3141,7 @@
3141 3141
3142 3142 [[package]]
3143 3143 name = "makeover-build"
3144 - version = "0.28.0"
3145 - source = "registry+https://github.com/rust-lang/crates.io-index"
3146 - checksum = "240d3be9851135821b50e4ed187b720b8b8c37935a522e226ce52dc3b30b1b26"
3144 + version = "0.29.0"
3147 3145 dependencies = [
3148 3146 "makeover",
3149 3147 "makeover-geometry",
@@ -3158,15 +3156,11 @@
3158 3156
3159 3157 [[package]]
3160 3158 name = "makeover-layout"
3161 - version = "0.19.0"
3162 - source = "registry+https://github.com/rust-lang/crates.io-index"
3163 - checksum = "2c5e6bd13bcf40df8f4eae9736591a1ecef32aedc7205eb497e0633a8a9d2b35"
3159 + version = "0.21.0"
3164 3160
3165 3161 [[package]]
3166 3162 name = "makeover-touch"
3167 3163 version = "0.12.0"
3168 - source = "registry+https://github.com/rust-lang/crates.io-index"
3169 - checksum = "6a9314d98c2a457b901cb93274b3b39686a67a198499eeee407b978dae7aa054"
3170 3164 dependencies = [
3171 3165 "makeover-geometry",
3172 3166 "makeover-layout",
@@ -3174,9 +3168,7 @@
3174 3168
3175 3169 [[package]]
3176 3170 name = "makeover-webview"
3177 - version = "0.35.1"
3178 - source = "registry+https://github.com/rust-lang/crates.io-index"
3179 - checksum = "587b41c78ea53600fe756b277fb01b65ba373bf4198c52cc333c9273112a533e"
3171 + version = "0.36.0"
3180 3172 dependencies = [
3181 3173 "makeover-geometry",
3182 3174 "makeover-layout",
@@ -7968,6 +7960,14 @@
7968 7960 name = "quasi-webview"
7969 7961 version = "0.2.0"
7970 7962
7963 + [[patch.unused]]
7964 + name = "makeover-immediate"
7965 + version = "0.18.0"
7966 +
7967 + [[patch.unused]]
7968 + name = "makeover-tui"
7969 + version = "0.19.0"
7970 +
7971 7971 [[patch.unused]]
7972 7972 name = "kberg"
7973 7973 version = "0.1.0"
@@ -18,7 +18,7 @@
18 18 # Materialises all three generated files: themes/, geometry.css, layout.css.
19 19 # The build script needs nothing else; makeover and makeover-geometry reach it
20 20 # through here.
21 - makeover-build = "0.28.0"
21 + makeover-build = "0.29.0"
22 22
23 23 [dependencies]
24 24 bb-interface.workspace = true