Skip to main content

max / balanced_breakfast

Refresh the makeover pins so the generated stylesheet is current The lockfile still held makeover-webview 0.1.0 while makeover-build requires 0.5.1, so build.rs had been regenerating layout.css from a crate three versions behind: 657 bytes emitting raised and well alone, against the eleven components the description now derives. The sheet was current in goingson and stale here, from nothing more than a lockfile that had not been touched since the pin moved. Regenerated, css/layout.css is byte-identical to goingson's. The geometry.css difference is the deliberate one: goingson passes Some(".ui-mode-mobile") for its iOS target and this app passes None.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-30 03:34 UTC
Signed with PGP, not checked
Commit: 29c0c3f8eecc4a16eabbe5635ee59f27bd2f9e06
Parent: 1d01d41
1 file changed, +4 insertions, -4 deletions
M Cargo.lock +4 -4
@@ -3131,15 +3131,15 @@
3131 3131
3132 3132 [[package]]
3133 3133 name = "makeover-layout"
3134 - version = "0.1.0"
3134 + version = "0.3.0"
3135 3135 source = "registry+https://github.com/rust-lang/crates.io-index"
3136 - checksum = "c6342972c67cb6a54ce0ae661e2a4060b548de16113578cac71ca5f7316991bb"
3136 + checksum = "e220120a09f4ee3bf8e9a0959c3cde8bcb653827eda3f885f10671623b872252"
3137 3137
3138 3138 [[package]]
3139 3139 name = "makeover-webview"
3140 - version = "0.1.0"
3140 + version = "0.5.1"
3141 3141 source = "registry+https://github.com/rust-lang/crates.io-index"
3142 - checksum = "5741881d62fc10d2ab194f5dd6aec2fc41e436dea2ea4bc9b2db12fded9b6a2d"
3142 + checksum = "ff20dd9d759cfb3b407631272f93a660f889a0103f0337256238ccdde315ac9a"
3143 3143 dependencies = [
3144 3144 "makeover-layout",
3145 3145 ]