Skip to main content

max / audiofiles

Take quasi 0.35 The forward fix for `Frame`, the member a mount puts around a screen. Nothing here supplies one yet, so the pin is the whole change.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-19 13:16 UTC
Signed with PGP, not checked
Commit: 711e49dbecba0c3e2434658244a908639469444e
Parent: 924bd61
2 files changed, +23 insertions, -23 deletions
M Cargo.lock +21 -21
@@ -4241,7 +4241,7 @@
4241 4241
4242 4242 [[package]]
4243 4243 name = "quasi-immediate"
4244 - version = "0.34.0"
4244 + version = "0.35.0"
4245 4245 dependencies = [
4246 4246 "docengine",
4247 4247 "egui",
@@ -4251,7 +4251,7 @@
4251 4251
4252 4252 [[package]]
4253 4253 name = "quasi-router"
4254 - version = "0.34.0"
4254 + version = "0.35.0"
4255 4255 dependencies = [
4256 4256 "makeover-layout",
4257 4257 ]
@@ -7541,24 +7541,32 @@
7541 7541 ]
7542 7542
7543 7543 [[patch.unused]]
7544 - name = "quasi-type"
7544 + name = "kberg"
7545 + version = "0.1.0"
7546 +
7547 + [[patch.unused]]
7548 + name = "ops-status"
7549 + version = "0.1.0"
7550 +
7551 + [[patch.unused]]
7552 + name = "painhours"
7545 7553 version = "0.1.0"
7546 7554
7547 7555 [[patch.unused]]
7548 7556 name = "quasi-axum"
7549 - version = "0.34.0"
7557 + version = "0.35.0"
7550 7558
7551 7559 [[patch.unused]]
7552 7560 name = "quasi-basics"
7553 - version = "0.34.0"
7561 + version = "0.35.0"
7554 7562
7555 7563 [[patch.unused]]
7556 7564 name = "quasi-http"
7557 - version = "0.34.0"
7565 + version = "0.35.0"
7558 7566
7559 7567 [[patch.unused]]
7560 7568 name = "quasi-notifs"
7561 - version = "0.34.0"
7569 + version = "0.35.0"
7562 7570
7563 7571 [[patch.unused]]
7564 7572 name = "quasi-store"
@@ -7566,11 +7574,15 @@
7566 7574
7567 7575 [[patch.unused]]
7568 7576 name = "quasi-tauri"
7569 - version = "0.34.0"
7577 + version = "0.35.0"
7570 7578
7571 7579 [[patch.unused]]
7572 7580 name = "quasi-webview"
7573 - version = "0.34.0"
7581 + version = "0.35.0"
7582 +
7583 + [[patch.unused]]
7584 + name = "quasi-type"
7585 + version = "0.1.0"
7574 7586
7575 7587 [[patch.unused]]
7576 7588 name = "makeover-build"
@@ -7587,15 +7599,3 @@
7587 7599 [[patch.unused]]
7588 7600 name = "makeover-webview"
7589 7601 version = "0.51.0"
7590 -
7591 - [[patch.unused]]
7592 - name = "kberg"
7593 - version = "0.1.0"
7594 -
7595 - [[patch.unused]]
7596 - name = "ops-status"
7597 - version = "0.1.0"
7598 -
7599 - [[patch.unused]]
7600 - name = "painhours"
7601 - version = "0.1.0"
M Cargo.toml +2 -2
@@ -21,8 +21,8 @@
21 21 makeover-immediate = "0.30.0"
22 22 # The described screens, behind audiofiles-browser's `quasi` feature. By git URL
23 23 # with a version requirement, per the tree's rule for cross-repo deps.
24 - quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.34" }
25 - quasi-immediate = { git = "https://makenot.work/git/max/quasi.git", version = "0.34" }
24 + quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.35" }
25 + quasi-immediate = { git = "https://makenot.work/git/max/quasi.git", version = "0.35" }
26 26 egui = { version = "0.35", default-features = false, features = ["default_fonts"] }
27 27 egui_extras = { version = "0.35", default-features = false }
28 28 eframe = { version = "0.35", default-features = false, features = ["default_fonts", "glow"] }