Skip to main content

max / makeover-build

Pin makeover-webview 0.6.0 Brings the forms emitter within reach of the apps this helper materialises for. The stylesheet half is unchanged; 0.6.0 adds form.rs and moves to makeover-layout 0.4.0. Note this helper still only materialises CSS. Form markup depends on the value, the error and the options at the moment a modal opens, so it is not a build-time asset and does not belong in tauri_frontend.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-30 12:40 UTC
Signed with PGP, not checked
Commit: ce3c21246cdd4cd27c79a76eaa7fd9c3f46fb67b
Parent: c809f69
1 file changed, +1 insertion, -1 deletion
M Cargo.toml +1 -1
@@ -8,7 +8,7 @@
8 8
9 9 [dependencies]
10 10 makeover = "2.3.0"
11 - makeover-webview = "0.5.1"
11 + makeover-webview = "0.6.0"
12 12 makeover-geometry = "0.2.0"
13 13
14 14 [lints.rust]