Skip to main content

max / balanced_breakfast

Take makeover-build 0.3.0 for the re-derived Touch preset Picks up makeover-geometry 0.3.0 through the build helper. A caret on a 0.x crate pins the minor, so 0.2.0 could not resolve it. Changes touch spacing only: peer 6 to 10, group 10 to 12, section 12 to 16. Pointer is untouched, so the desktop build is byte-identical. BB has no mode-scoped selectors, so this reaches it purely through the (hover: none), (pointer: coarse) block. Generated geometry.css is gitignored, so only the pin moves here.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-31 19:54 UTC
Signed with PGP, not checked
Commit: 6c7eabfbab2849c8efd79106b7c9133c4f147d84
Parent: e0f17f4
2 files changed, +5 insertions, -5 deletions
M Cargo.lock +4 -4
@@ -3116,9 +3116,9 @@
3116 3116
3117 3117 [[package]]
3118 3118 name = "makeover-build"
3119 - version = "0.2.0"
3119 + version = "0.3.0"
3120 3120 source = "registry+https://github.com/rust-lang/crates.io-index"
3121 - checksum = "2de96b65f668a690dc86768338af38779692c23ccc116f4df5746f4700b15d9a"
3121 + checksum = "e1568b6e57626d7dc67545570625dd4f0353bf559c0d839097056d21cc9dda7d"
3122 3122 dependencies = [
3123 3123 "makeover",
3124 3124 "makeover-geometry",
@@ -3127,9 +3127,9 @@
3127 3127
3128 3128 [[package]]
3129 3129 name = "makeover-geometry"
3130 - version = "0.2.0"
3130 + version = "0.3.0"
3131 3131 source = "registry+https://github.com/rust-lang/crates.io-index"
3132 - checksum = "fee41544ab308cc2b66da57ec381d19ca763e85627410b0e27361539e3836873"
3132 + checksum = "3ddfc090a25b44c9738cf05e9839e651cd449f6525a7301ae56187761df0ab66"
3133 3133
3134 3134 [[package]]
3135 3135 name = "makeover-layout"
@@ -17,7 +17,7 @@
17 17 # Materialises all three generated files: themes/, geometry.css, layout.css.
18 18 # The build script needs nothing else; makeover and makeover-geometry reach it
19 19 # through here. Path dep while unpublished.
20 - makeover-build = "0.2.0"
20 + makeover-build = "0.3.0"
21 21
22 22 [dependencies]
23 23 bb-interface.workspace = true