Skip to main content

max / audiofiles

Take makeover-layout 0.27.0 and quasi 0.11 Region::Group, the container a section heading names. Pins only; no screen has adopted it yet.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-15 19:46 UTC
Signed with PGP, not checked
Commit: eeafe7b353d2ff0a3024dbae4594f58e46c751c4
Parent: a6beda8
2 files changed, +29 insertions, -17 deletions
M Cargo.lock +25 -13
@@ -3070,9 +3070,7 @@
3070 3070
3071 3071 [[package]]
3072 3072 name = "makeover-immediate"
3073 - version = "0.24.0"
3074 - source = "registry+https://github.com/rust-lang/crates.io-index"
3075 - checksum = "03abc4ce154f0ac923c8712215b8611fd9442471edea8abf945f7b64d2f07d49"
3073 + version = "0.25.0"
3076 3074 dependencies = [
3077 3075 "egui",
3078 3076 "egui_extras",
@@ -3081,9 +3079,7 @@
3081 3079
3082 3080 [[package]]
3083 3081 name = "makeover-layout"
3084 - version = "0.26.1"
3085 - source = "registry+https://github.com/rust-lang/crates.io-index"
3086 - checksum = "58967567e03caca4b9b991734184d7952ac54e2075882cff42312f04f5214bab"
3082 + version = "0.27.0"
3087 3083
3088 3084 [[package]]
3089 3085 name = "maplit"
@@ -4242,7 +4238,7 @@
4242 4238
4243 4239 [[package]]
4244 4240 name = "quasi-immediate"
4245 - version = "0.10.0"
4241 + version = "0.11.0"
4246 4242 dependencies = [
4247 4243 "docengine",
4248 4244 "egui",
@@ -4252,7 +4248,7 @@
4252 4248
4253 4249 [[package]]
4254 4250 name = "quasi-router"
4255 - version = "0.10.0"
4251 + version = "0.11.0"
4256 4252 dependencies = [
4257 4253 "makeover-layout",
4258 4254 ]
@@ -7555,15 +7551,15 @@
7555 7551
7556 7552 [[patch.unused]]
7557 7553 name = "quasi-axum"
7558 - version = "0.10.0"
7554 + version = "0.11.0"
7559 7555
7560 7556 [[patch.unused]]
7561 7557 name = "quasi-basics"
7562 - version = "0.10.0"
7558 + version = "0.11.0"
7563 7559
7564 7560 [[patch.unused]]
7565 7561 name = "quasi-http"
7566 - version = "0.10.0"
7562 + version = "0.11.0"
7567 7563
7568 7564 [[patch.unused]]
7569 7565 name = "quasi-store"
@@ -7571,8 +7567,24 @@
7571 7567
7572 7568 [[patch.unused]]
7573 7569 name = "quasi-tauri"
7574 - version = "0.10.0"
7570 + version = "0.11.0"
7575 7571
7576 7572 [[patch.unused]]
7577 7573 name = "quasi-webview"
7578 - version = "0.10.0"
7574 + version = "0.11.0"
7575 +
7576 + [[patch.unused]]
7577 + name = "makeover-build"
7578 + version = "0.38.0"
7579 +
7580 + [[patch.unused]]
7581 + name = "makeover-touch"
7582 + version = "0.19.0"
7583 +
7584 + [[patch.unused]]
7585 + name = "makeover-tui"
7586 + version = "0.25.0"
7587 +
7588 + [[patch.unused]]
7589 + name = "makeover-webview"
7590 + version = "0.45.0"
M Cargo.toml +4 -4
@@ -17,12 +17,12 @@
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.26.1"
21 - makeover-immediate = "0.24.0"
20 + makeover-layout = "0.27.0"
21 + makeover-immediate = "0.25.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.10" }
25 - quasi-immediate = { git = "https://makenot.work/git/max/quasi.git", version = "0.10" }
24 + quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.11" }
25 + quasi-immediate = { git = "https://makenot.work/git/max/quasi.git", version = "0.11" }
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"] }