Skip to main content

max / makeover-build

Pin makeover-geometry 0.3.0, release 0.3.0 Ships the re-derived Touch density preset to every consumer that reaches the geometry layer through this crate: goingson, balanced_breakfast and the MNW server. A caret on a 0.x crate pins the minor, so ^0.2.0 does not match 0.3.0 and none of them could pick it up without this. Minor rather than patch: the emitted geometry.css changes substantially. The @media (hover: none), (pointer: coarse) block was a no-op repeat of the base layer and is now a real override, so a touch consumer's spacing moves on the next rebuild.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-31 19:36 UTC
Signed with PGP, not checked
Commit: 5265327159a99a72d164d5e8355ad6d35712c937
Parent: 515f328
1 file changed, +2 insertions, -2 deletions
M Cargo.toml +2 -2
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "makeover-build"
3 - version = "0.2.0"
3 + version = "0.3.0"
4 4 edition = "2024"
5 5 description = "Build-script support for the make-family design system: materialise makeover's themes and makeover-webview's stylesheet into a Tauri app's frontend, once, instead of copying the same twenty lines into every consumer's build.rs."
6 6 license = "MIT"
@@ -9,7 +9,7 @@
9 9 [dependencies]
10 10 makeover = "2.4.1"
11 11 makeover-webview = "0.9.0"
12 - makeover-geometry = "0.2.0"
12 + makeover-geometry = "0.3.0"
13 13
14 14 [lints.rust]
15 15 unused = "warn"