Skip to main content

max / audiofiles

Follow the makeover-layout 0.43.0 wave Manifest only; audiofiles names no opaque region yet. Its waveform exclusion is a candidate `Ceded` region and is filed separately.
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 22:06 UTC
Signed with PGP, not checked
Commit: 85c30efba16e53d33782d40d2fd62f9fa67ddd28
Parent: 8113fe4
2 files changed, +18 insertions, -34 deletions
M Cargo.lock +16 -32
@@ -3075,6 +3075,8 @@
3075 3075 [[package]]
3076 3076 name = "makeover-immediate"
3077 3077 version = "0.43.0"
3078 + source = "registry+https://github.com/rust-lang/crates.io-index"
3079 + checksum = "099921663fba546bd6074bfb84f91a0265e161d390f5eefc3c498b566b59e6be"
3078 3080 dependencies = [
3079 3081 "egui",
3080 3082 "egui_extras",
@@ -3085,6 +3087,8 @@
3085 3087 [[package]]
3086 3088 name = "makeover-layout"
3087 3089 version = "0.42.0"
3090 + source = "registry+https://github.com/rust-lang/crates.io-index"
3091 + checksum = "662f6e429e96748bd0d6690963df98af2224adfa26e9b30789eb72b1cb044a09"
3088 3092
3089 3093 [[package]]
3090 3094 name = "makeover-timing"
@@ -7552,6 +7556,18 @@
7552 7556 "winnow 1.0.4",
7553 7557 ]
7554 7558
7559 + [[patch.unused]]
7560 + name = "kberg"
7561 + version = "0.1.0"
7562 +
7563 + [[patch.unused]]
7564 + name = "ops-status"
7565 + version = "0.1.0"
7566 +
7567 + [[patch.unused]]
7568 + name = "painhours"
7569 + version = "0.1.0"
7570 +
7555 7571 [[patch.unused]]
7556 7572 name = "quasi-axum"
7557 7573 version = "0.97.0"
@@ -7580,38 +7596,6 @@
7580 7596 name = "quasi-webview"
7581 7597 version = "0.97.0"
7582 7598
7583 - [[patch.unused]]
7584 - name = "kberg"
7585 - version = "0.1.0"
7586 -
7587 - [[patch.unused]]
7588 - name = "ops-status"
7589 - version = "0.1.0"
7590 -
7591 - [[patch.unused]]
7592 - name = "painhours"
7593 - version = "0.1.0"
7594 -
7595 7599 [[patch.unused]]
7596 7600 name = "quasi-type"
7597 7601 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.42"
21 - makeover-immediate = "0.43"
20 + makeover-layout = "0.43"
21 + makeover-immediate = "0.44"
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.