Skip to main content

max / makeover-build

Release 0.16.0 makeover-webview 0.23.0, which lays a table out with display: table, gives a button somewhere for its tone to land, resets the list a renderer emits for a described list, and stops hiding a row's actions until hover. Every consumer's generated stylesheet gains those rules on this bump.
Author: Max Johnson <me@maxj.phd> · 2026-08-10 23:11 UTC
Signed with PGP, not checked
Commit: 07747794ccb0c2ff3b3867df009c8ba4a78f8ac6
Parent: abbb1e4
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.15.0"
3 + version = "0.16.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"
@@ -15,12 +15,12 @@
15 15 # naming a token nothing defines, and a custom property whose value fails to
16 16 # substitute takes the whole declaration with it rather than degrading.
17 17 makeover = "2.5"
18 - # 0.22.0 and not 0.22: the same exact-patch discipline 0.13.1 was released for.
18 + # 0.23.0 and not 0.23: the same exact-patch discipline 0.13.1 was released for.
19 19 # An earlier patch in a minor can pin an older makeover-touch, which drags a
20 20 # second makeover-geometry into the graph alongside the one below and fails to
21 21 # compile on `Density` being nominally distinct. The exact patch is what keeps
22 22 # the geometry axis single.
23 - makeover-webview = "0.22.1"
23 + makeover-webview = "0.23.0"
24 24 makeover-geometry = "0.7"
25 25
26 26 [lints.rust]