max / makeover-build
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
1 file changed,
+6 insertions,
-6 deletions
| @@ -1,6 +1,6 @@ | |||
| 1 | 1 | [package] | |
| 2 | 2 | name = "makeover-build" | |
| 3 | - | version = "0.24.0" | |
| 3 | + | version = "0.25.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" | |
| @@ -28,11 +28,11 @@ | |||
| 28 | 28 | # renderer's `links` key makes a resolver error rather than a silent mismatch, | |
| 29 | 29 | # and it means a bump here is a bump for every consumer at once. | |
| 30 | 30 | # | |
| 31 | - | # 0.31.0 is the release that moved the sort caret's leading space and its | |
| 32 | - | # reserved box into the generated sheet. An app on the earlier renderer carries | |
| 33 | - | # its own copy of both, which `check_vocabulary` now reads as an override rather | |
| 34 | - | # than as the reviewed pairing it used to be. | |
| 35 | - | makeover-webview = "0.31.0" | |
| 31 | + | # 0.32.0 names the one inline control, a link. quasi's containment model turns | |
| 32 | + | # a cell into a run of leaves, so "this text is a link" became a member the run | |
| 33 | + | # holds rather than a field on one container, and the renderer needed a name for | |
| 34 | + | # it that was not invented locally. | |
| 35 | + | makeover-webview = "0.32.0" | |
| 36 | 36 | makeover-geometry = "0.7" | |
| 37 | 37 | ||
| 38 | 38 | [lints.rust] |