Skip to main content

max / makeover-build

0.9.0: take makeover-webview 0.17 The depth classes stop being controls upstream: .raised emits fill and bevel and no interaction states, so an app finally has a raised surface that is merely an object. .card and .button are unchanged. Every consumer's generated layout.css loses five .raised state rules that nothing was using. Pinned at 0.17.1 rather than 0.17, because 0.17.0 carries the under-tight makeover-layout pin this crate is what found: it resolved layout 0.8.0 here and failed on FieldKind::Radio.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-06 17:03 UTC
Signed with PGP, not checked
Commit: 31ded840807be808165a6d1cfbb059232a4002f4
Parent: 97cb0ff
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.8.0"
3 + version = "0.9.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.1"
11 - makeover-webview = "0.16"
11 + makeover-webview = "0.17.1"
12 12 makeover-geometry = "0.6"
13 13
14 14 [lints.rust]