Skip to main content

max / makeover-build

Take makeover-webview 0.34.0 The generator emits through the webview renderer, so it moves with it. The release under it is makeover-layout 0.18.0, whose `links` makes one copy of the vocabulary per graph a build condition rather than a preference.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-13 00:16 UTC
Signed with PGP, not checked
Commit: 8f1f90789168d1a23765e27d00c4782a6cc7b8fd
Parent: c2017e4
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.26.0"
3 + version = "0.27.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"
@@ -32,7 +32,7 @@
32 32 # a cell into a run of leaves, so "this text is a link" became a member the run
33 33 # holds rather than a field on one container, and the renderer needed a name for
34 34 # it that was not invented locally.
35 - makeover-webview = "0.33.0"
35 + makeover-webview = "0.34.0"
36 36 makeover-geometry = "0.7"
37 37
38 38 [lints.rust]