Skip to main content

max / makeover-webview

Take makeover-touch 0.5, so one vocabulary resolves makeover-touch 0.4 pinned makeover-layout "0.8", so this crate on 0.9 and that one on 0.4 put two copies of the description layer in one graph. Bumping the pin collapses them to one.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-09 02:13 UTC
Signed with PGP, not checked
Commit: 32e9dd810636aa8b9aa05c41dec0166ced6a8b74
Parent: c3a9d29
1 file changed, +1 insertion, -1 deletion
M Cargo.toml +1 -1
@@ -15,7 +15,7 @@
15 15 # The capability axis. `makeover-touch` decides whether a hover rule should be
16 16 # gated at all; `makeover-geometry` spells the gate as a media condition. Both
17 17 # answers are owned elsewhere and neither is re-derived here.
18 - makeover-touch = "0.4"
18 + makeover-touch = "0.5"
19 19 makeover-geometry = "0.6"
20 20
21 21 [lints.rust]