Skip to main content

max / makeover-build

Pin makeover-geometry 0.4.0, release 0.3.1 Emitted CSS is unchanged: density_css output is byte-identical at 0.3.0 and 0.4.0, since 0.4.0 only adds SizeClass and SizeClass is deliberately kept out of the gap scale.
Author: Max Johnson <me@maxj.phd> · 2026-07-31 23:28 UTC
Signed with PGP, not checked
Commit: 60d215776bed4c5cb6387e5319bdaff90d7e0a4c
Parent: 5265327
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.3.0"
3 + version = "0.3.1"
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.3.0"
12 + makeover-geometry = "0.4.0"
13 13
14 14 [lints.rust]
15 15 unused = "warn"