Skip to main content

max / audiofiles

Move to makeover-geometry 0.2.0 The pin named 0.1.0 and caret on a 0.x cannot reach 0.2.0, so this needed the manifest. No code change and no spacing change: the step scale, the Gap-to-Step mapping and DEFAULT_BASE_PX are all identical between the two. The one behavioural difference in 0.2.0 is that Density::Touch lost its own preset and resolves to Pointer's until one is derived. It cannot reach this app, which asks for Density::Pointer and nothing else. Full suite passes.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-30 04:23 UTC
Signed with PGP, not checked
Commit: 9b0298c0bb13d2c48b93de539f6fc6fb209a958a
Parent: 58c1af6
2 files changed, +3 insertions, -3 deletions
M Cargo.lock +2 -2
@@ -2984,9 +2984,9 @@
2984 2984
2985 2985 [[package]]
2986 2986 name = "makeover-geometry"
2987 - version = "0.1.0"
2987 + version = "0.2.0"
2988 2988 source = "registry+https://github.com/rust-lang/crates.io-index"
2989 - checksum = "9d8b94e51333489b0a79bb63ad4100ca49726f2048e2477f6ee3d6dd822f9327"
2989 + checksum = "fee41544ab308cc2b66da57ec381d19ca763e85627410b0e27361539e3836873"
2990 2990
2991 2991 [[package]]
2992 2992 name = "makeover-immediate"
M Cargo.toml +1 -1
@@ -62,7 +62,7 @@
62 62 makeover = "2.3.0"
63 63 # The invariant half of the design system: relational spacing. makeover
64 64 # resolves colour, which a theme may override; this carries what no theme may.
65 - makeover-geometry = "0.1.0"
65 + makeover-geometry = "0.2.0"
66 66
67 67 [workspace.lints.rust]
68 68 unused = "warn"