Skip to main content

max / makeover-touch

Take makeover-layout 0.7 and makeover-geometry 0.5 Required before the first publish rather than after it. makeover-webview takes this crate and both of those, and on the old pins cargo would resolve two incompatible copies of each: the Density that Affordance::available accepts would stop being the Density webview holds. Both upstream changes are additive, so nothing here moves.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-02 15:34 UTC
Signed with PGP, not checked
Commit: 1805ec702d1207d317b51eab9ed2a677065b95e4
Parent: 26e8c69
1 file changed, +2 insertions, -2 deletions
M Cargo.toml +2 -2
@@ -7,8 +7,8 @@
7 7 repository = "https://makenot.work/git/max/makeover-touch"
8 8
9 9 [dependencies]
10 - makeover-geometry = "0.4"
11 - makeover-layout = "0.6"
10 + makeover-geometry = "0.5"
11 + makeover-layout = "0.7"
12 12
13 13 [lints.rust]
14 14 unused = "warn"