Skip to main content

max / audiofiles

Take makeover-immediate 0.27.0 and makeover-layout 0.27.5 A sortable table heading in the browser drew content_muted, which is what State::Disabled resolves to, so a column you could press said it would not answer; it takes content_secondary now and draws the idle caret, which also stops a press from widening its own column.
Author: Max Johnson <me@maxj.phd> · 2026-08-16 21:58 UTC
Signed with PGP, not checked
Commit: 08756224d0d5006ee1b0189fd58ee6f82a8807ac
Parent: 867d657
2 files changed, +15 insertions, -15 deletions
M Cargo.lock +11 -11
@@ -3072,9 +3072,9 @@
3072 3072
3073 3073 [[package]]
3074 3074 name = "makeover-immediate"
3075 - version = "0.26.0"
3075 + version = "0.27.0"
3076 3076 source = "registry+https://github.com/rust-lang/crates.io-index"
3077 - checksum = "e9946bbd05379c4aa025389d129c44440006c4aad2ec039a9e92ef7061b95191"
3077 + checksum = "70330efb17e6cb4fdc10e6483960dcef51d3cd2770b89565a11e3697badaeab0"
3078 3078 dependencies = [
3079 3079 "egui",
3080 3080 "egui_extras",
@@ -3083,9 +3083,9 @@
3083 3083
3084 3084 [[package]]
3085 3085 name = "makeover-layout"
3086 - version = "0.27.3"
3086 + version = "0.27.5"
3087 3087 source = "registry+https://github.com/rust-lang/crates.io-index"
3088 - checksum = "688717314a2bc2e4a02701bd3cfe90de4997cf327c7d8c340f7359376a89af93"
3088 + checksum = "ed4a0a89e118db1cc010c72e696741b3701c83bfe6bec5db06e29515b4c1d216"
3089 3089
3090 3090 [[package]]
3091 3091 name = "maplit"
@@ -4244,7 +4244,7 @@
4244 4244
4245 4245 [[package]]
4246 4246 name = "quasi-immediate"
4247 - version = "0.17.0"
4247 + version = "0.18.0"
4248 4248 dependencies = [
4249 4249 "docengine",
4250 4250 "egui",
@@ -4254,7 +4254,7 @@
4254 4254
4255 4255 [[package]]
4256 4256 name = "quasi-router"
4257 - version = "0.17.0"
4257 + version = "0.18.0"
4258 4258 dependencies = [
4259 4259 "makeover-layout",
4260 4260 ]
@@ -7545,15 +7545,15 @@
7545 7545
7546 7546 [[patch.unused]]
7547 7547 name = "quasi-axum"
7548 - version = "0.17.0"
7548 + version = "0.18.0"
7549 7549
7550 7550 [[patch.unused]]
7551 7551 name = "quasi-basics"
7552 - version = "0.17.0"
7552 + version = "0.18.0"
7553 7553
7554 7554 [[patch.unused]]
7555 7555 name = "quasi-http"
7556 - version = "0.17.0"
7556 + version = "0.18.0"
7557 7557
7558 7558 [[patch.unused]]
7559 7559 name = "quasi-store"
@@ -7561,11 +7561,11 @@
7561 7561
7562 7562 [[patch.unused]]
7563 7563 name = "quasi-tauri"
7564 - version = "0.17.0"
7564 + version = "0.18.0"
7565 7565
7566 7566 [[patch.unused]]
7567 7567 name = "quasi-webview"
7568 - version = "0.17.0"
7568 + version = "0.18.0"
7569 7569
7570 7570 [[patch.unused]]
7571 7571 name = "kberg"
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.27.0"
21 - makeover-immediate = "0.26.0"
20 + makeover-layout = "0.27.5"
21 + makeover-immediate = "0.27.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.17" }
25 - quasi-immediate = { git = "https://makenot.work/git/max/quasi.git", version = "0.17" }
24 + quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.18" }
25 + quasi-immediate = { git = "https://makenot.work/git/max/quasi.git", version = "0.18" }
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"] }