Skip to main content

max / makeover-webview

0.43.0: take the makeover-layout 0.25.0 cascade Region::Columns needs no rules here. Regions are laid out by the consumer's own stylesheet, the way band, sidebar and pane already are; what this crate generates is components.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-15 16:26 UTC
Signed with PGP, not checked
Commit: d3aa53826a0192137997b52bf72c38cc4fca9dd9
Parent: cb2ac60
1 file changed, +3 insertions, -3 deletions
M Cargo.toml +3 -3
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "makeover-webview"
3 - version = "0.42.0"
3 + version = "0.43.0"
4 4 edition = "2024"
5 5 # One copy of this renderer per dependency graph, enforced by cargo rather than
6 6 # by remembering. Two versions means the generated stylesheet and the emitted
@@ -17,7 +17,7 @@
17 17 # patch satisfy the requirement and still fail to compile. That happened once
18 18 # with `form::radio_html` calling `FieldKind::Radio`, and makeover-build is where
19 19 # it surfaced, one release later.
20 - makeover-layout = "0.24.0"
20 + makeover-layout = "0.25.0"
21 21 # The capability axis. `makeover-touch` decides whether a hover rule should be
22 22 # gated at all; `makeover-geometry` spells the gate as a media condition. Both
23 23 # answers are owned elsewhere and neither is re-derived here.
@@ -27,7 +27,7 @@
27 27 # satisfies "0.8" and keeps a second makeover-geometry in the graph next to the
28 28 # 0.7 this crate asks for. `Density` is nominally distinct across the two and
29 29 # the build fails on a type that reads as identical.
30 - makeover-touch = "0.16.0"
30 + makeover-touch = "0.17.0"
31 31 makeover-geometry = "0.7"
32 32
33 33 [lints.rust]