Skip to main content

max / audiofiles

Take quasi 0.38 Forward fix for quasi 0.38.0. `Immediate::with_fill` is what the bump carries for this host: a bespoke region can hold an egui closure now, which is the mechanism a waveform or a transport would take when the browser wants one here.
Author: Max Johnson <me@maxj.phd> · 2026-08-20 15:22 UTC
Signed with PGP, not checked
Commit: cf2339da240405ecc3617db77c8b6adb5b0ac9f2
Parent: 70ba39b
2 files changed, +32 insertions, -32 deletions
M Cargo.lock +30 -30
@@ -4241,7 +4241,7 @@
4241 4241
4242 4242 [[package]]
4243 4243 name = "quasi-immediate"
4244 - version = "0.37.0"
4244 + version = "0.38.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.37.0"
4254 + version = "0.38.0"
4255 4255 dependencies = [
4256 4256 "makeover-layout",
4257 4257 ]
@@ -7540,34 +7540,6 @@
7540 7540 "winnow 1.0.4",
7541 7541 ]
7542 7542
7543 - [[patch.unused]]
7544 - name = "quasi-axum"
7545 - version = "0.37.0"
7546 -
7547 - [[patch.unused]]
7548 - name = "quasi-basics"
7549 - version = "0.37.0"
7550 -
7551 - [[patch.unused]]
7552 - name = "quasi-http"
7553 - version = "0.37.0"
7554 -
7555 - [[patch.unused]]
7556 - name = "quasi-notifs"
7557 - version = "0.37.0"
7558 -
7559 - [[patch.unused]]
7560 - name = "quasi-store"
7561 - version = "0.1.0"
7562 -
7563 - [[patch.unused]]
7564 - name = "quasi-tauri"
7565 - version = "0.37.0"
7566 -
7567 - [[patch.unused]]
7568 - name = "quasi-webview"
7569 - version = "0.37.0"
7570 -
7571 7543 [[patch.unused]]
7572 7544 name = "kberg"
7573 7545 version = "0.1.0"
@@ -7584,6 +7556,34 @@
7584 7556 name = "quasi-type"
7585 7557 version = "0.1.0"
7586 7558
7559 + [[patch.unused]]
7560 + name = "quasi-axum"
7561 + version = "0.38.0"
7562 +
7563 + [[patch.unused]]
7564 + name = "quasi-basics"
7565 + version = "0.38.0"
7566 +
7567 + [[patch.unused]]
7568 + name = "quasi-http"
7569 + version = "0.38.0"
7570 +
7571 + [[patch.unused]]
7572 + name = "quasi-notifs"
7573 + version = "0.38.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.38.0"
7582 +
7583 + [[patch.unused]]
7584 + name = "quasi-webview"
7585 + version = "0.38.0"
7586 +
7587 7587 [[patch.unused]]
7588 7588 name = "makeover-build"
7589 7589 version = "0.47.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.37" }
25 - quasi-immediate = { git = "https://makenot.work/git/max/quasi.git", version = "0.37" }
24 + quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.38" }
25 + quasi-immediate = { git = "https://makenot.work/git/max/quasi.git", version = "0.38" }
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"] }