Skip to main content

max / makeover-build

Take makeover-webview 0.75 The three placed forms it adds are not used here, and the bump is still required: makeover-webview carries `links`, so an app taking this crate and quasi-webview would have two copies of it in one graph and fail to resolve rather than warn. Both apps take both. makeover-layout moves to 0.44.2 with it, which is where the chart types 0.75.0 emits against live.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session
https://claude.ai/code/session_01P8ostB2UmZJGj5WjSHRSot
Author: Max Johnson <me@maxj.phd> · 2026-09-08 21:00 UTC
Signed with PGP, not checked
Commit: fedc1461cb3d012945d56006679e9ed37352d61f
Parent: 04bd2b3
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.67.0"
3 + version = "0.68.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"
@@ -48,7 +48,7 @@
48 48 # re-asserted only the axes its depth declares, so a flat control kept the
49 49 # hover surface after it stopped answering, and anything without a bevel kept
50 50 # the pressed rule's inset one.
51 - makeover-webview = "0.74"
51 + makeover-webview = "0.75"
52 52 makeover-geometry = "0.7"
53 53 # 0.1.1, not 0.1.0: the cadence axis and `reduced_motion_css` are what
54 54 # `timing_css` emits, and 0.1.0 has neither. A consumer resolving 0.1.0 would