Skip to main content

max / audiofiles

Follow the makeover-layout 0.42.0 wave Manifest only. `links = "makeover-layout"` forbids two copies of the vocabulary in one graph, so a consumer cannot stay behind while the wave lands; this repo names none of the merged or deleted types.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session
https://claude.ai/code/session_01MptwXZ8k65v19rFmdGAyki
Author: Max Johnson <me@maxj.phd> · 2026-09-01 21:04 UTC
Signed with PGP, not checked
Commit: 8113fe4f56b4fa30c0085ab426a35501c71f2eb3
Parent: 7bd2b3a
2 files changed, +28 insertions, -12 deletions
M Cargo.lock +26 -10
@@ -3074,9 +3074,7 @@
3074 3074
3075 3075 [[package]]
3076 3076 name = "makeover-immediate"
3077 - version = "0.42.0"
3078 - source = "registry+https://github.com/rust-lang/crates.io-index"
3079 - checksum = "ec7b9057f4f623299570e7b560d38bae3ca5fe42d13a60a558656f87b4057f36"
3077 + version = "0.43.0"
3080 3078 dependencies = [
3081 3079 "egui",
3082 3080 "egui_extras",
@@ -3086,9 +3084,7 @@
3086 3084
3087 3085 [[package]]
3088 3086 name = "makeover-layout"
3089 - version = "0.41.2"
3090 - source = "registry+https://github.com/rust-lang/crates.io-index"
3091 - checksum = "f99de8062307b884315ffa57696427bfc846227d4b1d8b03ade031cd07c9eb2c"
3087 + version = "0.42.0"
3092 3088
3093 3089 [[package]]
3094 3090 name = "makeover-timing"
@@ -7584,10 +7580,6 @@
7584 7580 name = "quasi-webview"
7585 7581 version = "0.97.0"
7586 7582
7587 - [[patch.unused]]
7588 - name = "quasi-type"
7589 - version = "0.1.3"
7590 -
7591 7583 [[patch.unused]]
7592 7584 name = "kberg"
7593 7585 version = "0.1.0"
@@ -7599,3 +7591,27 @@
7599 7591 [[patch.unused]]
7600 7592 name = "painhours"
7601 7593 version = "0.1.0"
7594 +
7595 + [[patch.unused]]
7596 + name = "quasi-type"
7597 + version = "0.1.3"
7598 +
7599 + [[patch.unused]]
7600 + name = "alloy_tui"
7601 + version = "13.0.0"
7602 +
7603 + [[patch.unused]]
7604 + name = "makeover-build"
7605 + version = "0.64.0"
7606 +
7607 + [[patch.unused]]
7608 + name = "makeover-touch"
7609 + version = "0.32.0"
7610 +
7611 + [[patch.unused]]
7612 + name = "makeover-tui"
7613 + version = "0.42.0"
7614 +
7615 + [[patch.unused]]
7616 + name = "makeover-webview"
7617 + version = "0.71.0"
M Cargo.toml +2 -2
@@ -17,8 +17,8 @@
17 17 # to compile against an API added in a later one. The two move together --
18 18 # makeover-immediate re-exports nothing, so the `Column` the app describes and
19 19 # the `Column` the renderer matches on have to be the same type.
20 - makeover-layout = "0.41.0"
21 - makeover-immediate = "0.42.0"
20 + makeover-layout = "0.42"
21 + makeover-immediate = "0.43"
22 22 # The time axis. Minor rather than exact patch: it re-exports nothing and no
23 23 # type of its crosses a renderer boundary, so it is under the same rule as
24 24 # makeover-geometry above rather than the layout/immediate pair below.