Skip to main content

max / audiofiles

Take the makeover 0.41 line makeover-layout 0.41.0 adds Arrangement::Single. The cone moves together because makeover-layout carries `links`, so two versions in one graph is a resolver error rather than a warning.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session
https://claude.ai/code/session_01DwpiantpUgohzML4xr6KeQ
Author: Max Johnson <me@maxj.phd> · 2026-08-30 18:43 UTC
Signed with PGP, not checked
Commit: 2fd087aa98cca8af6d65c8dfc12aa8cadb0cfa13
Parent: 5cc3f93
2 files changed, +36 insertions, -36 deletions
M Cargo.lock +34 -34
@@ -3074,9 +3074,9 @@
3074 3074
3075 3075 [[package]]
3076 3076 name = "makeover-immediate"
3077 - version = "0.41.0"
3077 + version = "0.42.0"
3078 3078 source = "registry+https://github.com/rust-lang/crates.io-index"
3079 - checksum = "5fecbd8dd999dfab40e6c642f2adf76196f46d31096557c8a83405df61e2884b"
3079 + checksum = "ec7b9057f4f623299570e7b560d38bae3ca5fe42d13a60a558656f87b4057f36"
3080 3080 dependencies = [
3081 3081 "egui",
3082 3082 "egui_extras",
@@ -3086,9 +3086,9 @@
3086 3086
3087 3087 [[package]]
3088 3088 name = "makeover-layout"
3089 - version = "0.40.0"
3089 + version = "0.41.0"
3090 3090 source = "registry+https://github.com/rust-lang/crates.io-index"
3091 - checksum = "c2f7ecec1a7e3b5026f731aec88607a5856fc21945cca478d4130d08724deb96"
3091 + checksum = "668c1ae75b3cc6617b9ef840f7980b0f576a93564f244c920191c90794fc8e17"
3092 3092
3093 3093 [[package]]
3094 3094 name = "makeover-timing"
@@ -4256,7 +4256,7 @@
4256 4256
4257 4257 [[package]]
4258 4258 name = "quasi-immediate"
4259 - version = "0.80.0"
4259 + version = "0.81.0"
4260 4260 dependencies = [
4261 4261 "docengine",
4262 4262 "egui",
@@ -4267,7 +4267,7 @@
4267 4267
4268 4268 [[package]]
4269 4269 name = "quasi-router"
4270 - version = "0.80.0"
4270 + version = "0.81.0"
4271 4271 dependencies = [
4272 4272 "makeover-layout",
4273 4273 ]
@@ -7556,6 +7556,34 @@
7556 7556 "winnow 1.0.4",
7557 7557 ]
7558 7558
7559 + [[patch.unused]]
7560 + name = "quasi-axum"
7561 + version = "0.81.0"
7562 +
7563 + [[patch.unused]]
7564 + name = "quasi-basics"
7565 + version = "0.81.0"
7566 +
7567 + [[patch.unused]]
7568 + name = "quasi-http"
7569 + version = "0.81.0"
7570 +
7571 + [[patch.unused]]
7572 + name = "quasi-notifs"
7573 + version = "0.81.0"
7574 +
7575 + [[patch.unused]]
7576 + name = "quasi-store"
7577 + version = "0.1.0"
7578 +
7579 + [[patch.unused]]
7580 + name = "quasi-tauri"
7581 + version = "0.81.0"
7582 +
7583 + [[patch.unused]]
7584 + name = "quasi-webview"
7585 + version = "0.81.0"
7586 +
7559 7587 [[patch.unused]]
7560 7588 name = "quasi-type"
7561 7589 version = "0.1.3"
@@ -7571,31 +7599,3 @@
7571 7599 [[patch.unused]]
7572 7600 name = "painhours"
7573 7601 version = "0.1.0"
7574 -
7575 - [[patch.unused]]
7576 - name = "quasi-axum"
7577 - version = "0.80.0"
7578 -
7579 - [[patch.unused]]
7580 - name = "quasi-basics"
7581 - version = "0.80.0"
7582 -
7583 - [[patch.unused]]
7584 - name = "quasi-http"
7585 - version = "0.80.0"
7586 -
7587 - [[patch.unused]]
7588 - name = "quasi-notifs"
7589 - version = "0.80.0"
7590 -
7591 - [[patch.unused]]
7592 - name = "quasi-store"
7593 - version = "0.1.0"
7594 -
7595 - [[patch.unused]]
7596 - name = "quasi-tauri"
7597 - version = "0.80.0"
7598 -
7599 - [[patch.unused]]
7600 - name = "quasi-webview"
7601 - version = "0.80.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.40.0"
21 - makeover-immediate = "0.41.0"
20 + makeover-layout = "0.41.0"
21 + makeover-immediate = "0.42.0"
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.