Skip to main content

max / balanced_breakfast

Take makeover-build 0.15 for the compact shell override 0.15.0 emits size_class_css() after the density block, so the generated geometry.css now carries the below-600px override that drops --gap-pane to --step-loose and --gap-page to --step-broad. The lockfile also catches up to the docengine path dep at 0.5.0.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-10 22:47 UTC
Signed with PGP, not checked
Commit: 03cb0ccc34ffe4a3932fe910001030a1e8b394b1
Parent: 0432171
2 files changed, +5 insertions, -5 deletions
M Cargo.lock +4 -4
@@ -1462,7 +1462,7 @@
1462 1462
1463 1463 [[package]]
1464 1464 name = "docengine"
1465 - version = "0.4.0"
1465 + version = "0.5.0"
1466 1466 dependencies = [
1467 1467 "ammonia",
1468 1468 "pulldown-cmark",
@@ -3141,9 +3141,9 @@
3141 3141
3142 3142 [[package]]
3143 3143 name = "makeover-build"
3144 - version = "0.14.1"
3144 + version = "0.15.0"
3145 3145 source = "registry+https://github.com/rust-lang/crates.io-index"
3146 - checksum = "4fd18c4050ad28344da34329279baf092a560d5db087bf0e20e45ae2ef928a12"
3146 + checksum = "b517a2d67aba7766eca3b8ee174cef4100fb51f64455c22fe804dac9f5b64c6c"
3147 3147 dependencies = [
3148 3148 "makeover",
3149 3149 "makeover-geometry",
@@ -6031,7 +6031,7 @@
6031 6031 "serde_with",
6032 6032 "swift-rs",
6033 6033 "thiserror 2.0.20",
6034 - "toml 0.9.12+spec-1.1.0",
6034 + "toml 1.1.4+spec-1.1.0",
6035 6035 "url",
6036 6036 "urlpattern",
6037 6037 "uuid",
@@ -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.14.1"
21 + makeover-build = "0.15"
22 22
23 23 [dependencies]
24 24 bb-interface.workspace = true