Skip to main content

max / audiofiles

Take makeover-geometry 0.4.0 Behaviourally inert here: 0.4.0 only adds the SizeClass type, and the one value change since 0.2.0 (Pane and Page stop tightening under Touch, in 0.3.0) never reaches this app, whose single call site resolves against Density::Pointer.
Author: Max Johnson <me@maxj.phd> · 2026-07-31 23:18 UTC
Signed with PGP, not checked
Commit: b55c88bdc127cb615613a09d6751b4089f681a9c
Parent: 71264fa
2 files changed, +3 insertions, -3 deletions
M Cargo.lock +2 -2
@@ -2986,9 +2986,9 @@
2986 2986
2987 2987 [[package]]
2988 2988 name = "makeover-geometry"
2989 - version = "0.2.0"
2989 + version = "0.4.0"
2990 2990 source = "registry+https://github.com/rust-lang/crates.io-index"
2991 - checksum = "fee41544ab308cc2b66da57ec381d19ca763e85627410b0e27361539e3836873"
2991 + checksum = "ec63a50eb9934c2cd416912048c9437a61657064c1947e40571f5fd37a22ffe6"
2992 2992
2993 2993 [[package]]
2994 2994 name = "makeover-immediate"
M Cargo.toml +1 -1
@@ -62,7 +62,7 @@
62 62 makeover = "2.4.1"
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.2.0"
65 + makeover-geometry = "0.4.0"
66 66
67 67 [workspace.lints.rust]
68 68 unused = "warn"