Skip to main content

max / makeover-build

Take makeover-webview 0.19, and release 0.11.0 Carried by the meter cascade: makeover-webview gained an emitter and took makeover-layout 0.10, and a build-script crate left on the old minor pulls a second copy of the description layer into every consumer's graph.
Author: Max Johnson <me@maxj.phd> · 2026-08-09 13:03 UTC
Signed with PGP, not checked
Commit: 4ff2990517b6fbd8e324c1041fef65e94d8e54c4
Parent: e1fa00e
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.10.0"
3 + version = "0.11.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"
@@ -8,7 +8,7 @@
8 8
9 9 [dependencies]
10 10 makeover = "2.4"
11 - makeover-webview = "0.18"
11 + makeover-webview = "0.19"
12 12 makeover-geometry = "0.6"
13 13
14 14 [lints.rust]