0.25.1: take makeover-touch 0.8.2, so the graph holds one makeover-layout
This crate takes makeover-touch and makeover-layout both, and touch was pinned
to layout "0.12" while this asked for 0.14.0. Two makeover-layouts compiled
here every build, and touch re-exports Priority, so the duplicate was reachable
rather than merely wasteful.
Nothing here changed. The pin is the fix and it lives one crate up.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-11 18:31 UTC
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"
@@ -22,7 +22,7 @@
22
22
# satisfies "0.8" and keeps a second makeover-geometry in the graph next to the
23
23
# 0.7 this crate asks for. `Density` is nominally distinct across the two and
24
24
# the build fails on a type that reads as identical.