Skip to main content

max / balanced_breakfast

Drop the build deps that moved into makeover-build makeover and makeover-geometry were still declared as build dependencies after the emitters left; the build script has not referenced either since. makeover-build reaches them now, and picks up makeover-geometry 0.2.0's density_css through that path, so the generated file is unchanged. Cargo.lock staged as a partial hunk so the unrelated synckit-client lines stay out.
Author: Max Johnson <me@maxj.phd> · 2026-07-28 22:11 UTC
Signed with PGP, not checked
Commit: 51249be9f045dcc17b3732dfe073d45242e6c885
Parent: c29d274
3 files changed, +4 insertions, -8 deletions
M Cargo.lock +1 -4
@@ -446,7 +446,6 @@
446 446 "futures",
447 447 "makeover 2.2.0",
448 448 "makeover-build",
449 - "makeover-geometry",
450 449 "open",
451 450 "parking_lot",
452 451 "rand 0.10.2",
@@ -3135,9 +3134,7 @@
3135 3134
3136 3135 [[package]]
3137 3136 name = "makeover-geometry"
3138 - version = "0.1.0"
3139 - source = "registry+https://github.com/rust-lang/crates.io-index"
3140 - checksum = "9d8b94e51333489b0a79bb63ad4100ca49726f2048e2477f6ee3d6dd822f9327"
3137 + version = "0.2.0"
3141 3138
3142 3139 [[package]]
3143 3140 name = "makeover-layout"
M Cargo.toml -1
@@ -56,7 +56,6 @@
56 56 makeover = "2.2.0"
57 57 # The invariant half of the design system: relational spacing. makeover
58 58 # resolves colour, which a theme may override; this carries what no theme may.
59 - makeover-geometry = "0.1.0"
60 59 toml = "1.1"
61 60 dirs = "6.0.0"
62 61
@@ -14,9 +14,9 @@
14 14
15 15 [build-dependencies]
16 16 tauri-build = { version = "2.5.5", features = [] }
17 - makeover.workspace = true
18 - makeover-geometry.workspace = true
19 - # Materialises themes/ and the phase-A stylesheet. Path dep while unpublished.
17 + # Materialises all three generated files: themes/, geometry.css, layout.css.
18 + # The build script needs nothing else; makeover and makeover-geometry reach it
19 + # through here. Path dep while unpublished.
20 20 makeover-build = { path = "../../../Libraries/makeover-build" }
21 21
22 22 [dependencies]