Skip to main content

max / audiofiles

Take makeover 2.3.0 from the registry It was the last path dep here. 2.3.0 is published now, and this app was already building against that exact tree, so the resolved colours do not move: what changes is that the source is the registry rather than a sibling directory. 345 tests pass, clippy clean across the workspace.
Author: Max Johnson <me@maxj.phd> · 2026-07-28 22:31 UTC
Signed with PGP, not checked
Commit: bcd52dcf1bd1c5dab5accb6049d6c08436bd7760
Parent: 1b50241
2 files changed, +3 insertions, -1 deletion
M Cargo.lock +2
@@ -2974,6 +2974,8 @@
2974 2974 [[package]]
2975 2975 name = "makeover"
2976 2976 version = "2.3.0"
2977 + source = "registry+https://github.com/rust-lang/crates.io-index"
2978 + checksum = "e35cc903581eea6df09a3a102f101d85a6b941ea18431fcd0a70738762271fdf"
2977 2979 dependencies = [
2978 2980 "include_dir",
2979 2981 "serde",
M Cargo.toml +1 -1
@@ -59,7 +59,7 @@
59 59 libc = "0.2"
60 60 midir = "0.11"
61 61 tagtree = { path = "../../MNW/shared/tagtree" }
62 - makeover = { path = "../../Libraries/makeover" }
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 65 makeover-geometry = "0.1.0"