Skip to main content

max / makeover-webview

0.8.0, on the published makeover-layout 0.5.0 Drops the temporary patch.crates-io that pointed the description at the working tree while the goingson wiring was still finding gaps. It found four; two of them needed the crate and are in, and the other two turned out to have answers on the app side using patterns goingson already had. Breaking because the description's own major moved under it.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-30 13:02 UTC
Signed with PGP, not checked
Commit: c686089883a0ca630404021899f7ee704635b0c3
Parent: 891c3e5
1 file changed, +2 insertions, -2 deletions
M Cargo.toml +2 -2
@@ -1,13 +1,13 @@
1 1 [package]
2 2 name = "makeover-webview"
3 - version = "0.7.0"
3 + version = "0.8.0"
4 4 edition = "2024"
5 5 description = "The webview renderer for makeover-layout. Emits CSS, and is the one renderer that needs no palette: var() is the late binding, so resolution stays with the browser."
6 6 license = "MIT"
7 7 repository = "https://makenot.work/git/max/makeover-webview"
8 8
9 9 [dependencies]
10 - makeover-layout = "0.4.0"
10 + makeover-layout = "0.5.0"
11 11
12 12 [lints.rust]
13 13 unused = "warn"