Skip to main content

max / makeover-build

0.4.0: take makeover-webview 0.10 and makeover-geometry 0.5 Pin bumps only. layout_css calls makeover_webview::stylesheet and the four states ride along, so nothing here changes shape. No makeover-touch dependency: webview gates hover internally, and a Rust dependency is not usable transitively anyway, so adding one here would be unused.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-02 15:35 UTC
Signed with PGP, not checked
Commit: a5a4708bd2de34222d03c58d0bdaf960358ae201
Parent: 60d2157
1 file changed, +3 insertions, -3 deletions
M Cargo.toml +3 -3
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "makeover-build"
3 - version = "0.3.1"
3 + version = "0.4.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,8 +8,8 @@
8 8
9 9 [dependencies]
10 10 makeover = "2.4.1"
11 - makeover-webview = "0.9.0"
12 - makeover-geometry = "0.4.0"
11 + makeover-webview = "0.10"
12 + makeover-geometry = "0.5"
13 13
14 14 [lints.rust]
15 15 unused = "warn"