Skip to main content

max / audiofiles

Follow the makeover 0.44 and quasi 0.99 wave makeover-layout grew `Syntax` and `Change` (quasicoherent 19d7602d), and makeover-layout carries `links`, so every pin in the graph moves together or two copies of the vocabulary is a resolver error rather than a warning. Nothing here reads the new members yet.
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-02 15:31 UTC
Signed with PGP, not checked
Commit: 3348ac5523d64f6c32fa2f5ba0abae6e7ab2d768
Parent: c46d835
2 files changed, +30 insertions, -18 deletions
M Cargo.lock +26 -14
@@ -3074,9 +3074,7 @@
3074 3074
3075 3075 [[package]]
3076 3076 name = "makeover-immediate"
3077 - version = "0.44.0"
3078 - source = "registry+https://github.com/rust-lang/crates.io-index"
3079 - checksum = "d34f96a7b5b7c26c79ea94b243e911b006e4899270bac418d215ff39f111cda9"
3077 + version = "0.45.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.43.0"
3090 - source = "registry+https://github.com/rust-lang/crates.io-index"
3091 - checksum = "c0a9124f65373683ae4320b00bf4a6198b2554ef3ad3af2806b413ac164545fa"
3087 + version = "0.44.0"
3092 3088
3093 3089 [[package]]
3094 3090 name = "makeover-timing"
@@ -4256,7 +4252,7 @@
4256 4252
4257 4253 [[package]]
4258 4254 name = "quasi-immediate"
4259 - version = "0.98.0"
4255 + version = "0.99.0"
4260 4256 dependencies = [
4261 4257 "docengine",
4262 4258 "egui",
@@ -4267,7 +4263,7 @@
4267 4263
4268 4264 [[package]]
4269 4265 name = "quasi-router"
4270 - version = "0.98.0"
4266 + version = "0.99.0"
4271 4267 dependencies = [
4272 4268 "makeover-layout",
4273 4269 ]
@@ -7568,21 +7564,37 @@
7568 7564 name = "painhours"
7569 7565 version = "0.1.0"
7570 7566
7567 + [[patch.unused]]
7568 + name = "makeover-build"
7569 + version = "0.66.0"
7570 +
7571 + [[patch.unused]]
7572 + name = "makeover-touch"
7573 + version = "0.34.0"
7574 +
7575 + [[patch.unused]]
7576 + name = "makeover-tui"
7577 + version = "0.44.0"
7578 +
7579 + [[patch.unused]]
7580 + name = "makeover-webview"
7581 + version = "0.73.0"
7582 +
7571 7583 [[patch.unused]]
7572 7584 name = "quasi-axum"
7573 - version = "0.98.0"
7585 + version = "0.99.0"
7574 7586
7575 7587 [[patch.unused]]
7576 7588 name = "quasi-basics"
7577 - version = "0.98.0"
7589 + version = "0.99.0"
7578 7590
7579 7591 [[patch.unused]]
7580 7592 name = "quasi-http"
7581 - version = "0.98.0"
7593 + version = "0.99.0"
7582 7594
7583 7595 [[patch.unused]]
7584 7596 name = "quasi-notifs"
7585 - version = "0.98.0"
7597 + version = "0.99.0"
7586 7598
7587 7599 [[patch.unused]]
7588 7600 name = "quasi-store"
@@ -7590,11 +7602,11 @@
7590 7602
7591 7603 [[patch.unused]]
7592 7604 name = "quasi-tauri"
7593 - version = "0.98.0"
7605 + version = "0.99.0"
7594 7606
7595 7607 [[patch.unused]]
7596 7608 name = "quasi-webview"
7597 - version = "0.98.0"
7609 + version = "0.99.0"
7598 7610
7599 7611 [[patch.unused]]
7600 7612 name = "quasi-type"
M Cargo.toml +4 -4
@@ -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.43"
21 - makeover-immediate = "0.44"
20 + makeover-layout = "0.44"
21 + makeover-immediate = "0.45"
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.
@@ -26,8 +26,8 @@
26 26 # The described screens, which are audiofiles-browser's screens. By git URL with
27 27 # a version requirement, per the tree's rule for cross-repo deps. They were
28 28 # behind a `quasi` feature until 2026-08-25, when the last flip landed.
29 - quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.98" }
30 - quasi-immediate = { git = "https://makenot.work/git/max/quasi.git", version = "0.98" }
29 + quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.99" }
30 + quasi-immediate = { git = "https://makenot.work/git/max/quasi.git", version = "0.99" }
31 31 egui = { version = "0.35", default-features = false, features = ["default_fonts"] }
32 32 egui_extras = { version = "0.35", default-features = false }
33 33 eframe = { version = "0.35", default-features = false, features = ["default_fonts", "glow"] }