max / makeover-build
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
- Claude-Session
- https://claude.ai/code/session_01DwpiantpUgohzML4xr6KeQ
1 file changed,
+2 insertions,
-2 deletions
| @@ -1,6 +1,6 @@ | |||
| 1 | 1 | [package] | |
| 2 | 2 | name = "makeover-build" | |
| 3 | - | version = "0.62.0" | |
| 3 | + | version = "0.63.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" | |
| @@ -47,7 +47,7 @@ | |||
| 47 | 47 | # re-asserted only the axes its depth declares, so a flat control kept the | |
| 48 | 48 | # hover surface after it stopped answering, and anything without a bevel kept | |
| 49 | 49 | # the pressed rule's inset one. | |
| 50 | - | makeover-webview = "0.69.0" | |
| 50 | + | makeover-webview = "0.70.0" | |
| 51 | 51 | makeover-geometry = "0.7" | |
| 52 | 52 | # 0.1.1, not 0.1.0: the cadence axis and `reduced_motion_css` are what | |
| 53 | 53 | # `timing_css` emits, and 0.1.0 has neither. A consumer resolving 0.1.0 would |