Skip to main content

max / audiofiles

Take the makeover-layout 0.30 cascade makeover-layout 0.30.0 (FieldKind::Rich, Facet) and makeover-immediate 0.29.1, which gives a markdown field a multi-line edit. Nothing in this app changes shape. Facet is named upstream against audiofiles' library browser as one of the sites the shape fits; that port is its own work and is not here.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-18 20:34 UTC
Signed with PGP, not checked
Commit: 168e2e578f8397c5286b4660615a2883c78bc59f
Parent: 406ba72
2 files changed, +28 insertions, -16 deletions
M Cargo.lock +27 -15
@@ -3073,9 +3073,7 @@
3073 3073
3074 3074 [[package]]
3075 3075 name = "makeover-immediate"
3076 - version = "0.29.0"
3077 - source = "registry+https://github.com/rust-lang/crates.io-index"
3078 - checksum = "a0edb9c4705d75764eecbea8b68ea03040f88f724e9c80e559897b45f8bb35c6"
3076 + version = "0.29.1"
3079 3077 dependencies = [
3080 3078 "egui",
3081 3079 "egui_extras",
@@ -3084,9 +3082,7 @@
3084 3082
3085 3083 [[package]]
3086 3084 name = "makeover-layout"
3087 - version = "0.29.1"
3088 - source = "registry+https://github.com/rust-lang/crates.io-index"
3089 - checksum = "61b8a93cc18532525df3662a1db90cde2f05cedefb9164c0f3dc4341c677de00"
3085 + version = "0.30.0"
3090 3086
3091 3087 [[package]]
3092 3088 name = "maplit"
@@ -4245,7 +4241,7 @@
4245 4241
4246 4242 [[package]]
4247 4243 name = "quasi-immediate"
4248 - version = "0.28.1"
4244 + version = "0.28.2"
4249 4245 dependencies = [
4250 4246 "docengine",
4251 4247 "egui",
@@ -4255,7 +4251,7 @@
4255 4251
4256 4252 [[package]]
4257 4253 name = "quasi-router"
4258 - version = "0.28.1"
4254 + version = "0.28.2"
4259 4255 dependencies = [
4260 4256 "makeover-layout",
4261 4257 ]
@@ -7544,17 +7540,21 @@
7544 7540 "winnow 1.0.4",
7545 7541 ]
7546 7542
7543 + [[patch.unused]]
7544 + name = "quasi-type"
7545 + version = "0.1.0"
7546 +
7547 7547 [[patch.unused]]
7548 7548 name = "quasi-axum"
7549 - version = "0.28.1"
7549 + version = "0.28.2"
7550 7550
7551 7551 [[patch.unused]]
7552 7552 name = "quasi-basics"
7553 - version = "0.28.1"
7553 + version = "0.28.2"
7554 7554
7555 7555 [[patch.unused]]
7556 7556 name = "quasi-http"
7557 - version = "0.28.1"
7557 + version = "0.28.2"
7558 7558
7559 7559 [[patch.unused]]
7560 7560 name = "quasi-store"
@@ -7562,11 +7562,11 @@
7562 7562
7563 7563 [[patch.unused]]
7564 7564 name = "quasi-tauri"
7565 - version = "0.28.1"
7565 + version = "0.28.2"
7566 7566
7567 7567 [[patch.unused]]
7568 7568 name = "quasi-webview"
7569 - version = "0.28.1"
7569 + version = "0.28.2"
7570 7570
7571 7571 [[patch.unused]]
7572 7572 name = "kberg"
@@ -7581,5 +7581,17 @@
7581 7581 version = "0.1.0"
7582 7582
7583 7583 [[patch.unused]]
7584 - name = "quasi-type"
7585 - version = "0.1.0"
7584 + name = "makeover-build"
7585 + version = "0.45.0"
7586 +
7587 + [[patch.unused]]
7588 + name = "makeover-touch"
7589 + version = "0.21.0"
7590 +
7591 + [[patch.unused]]
7592 + name = "makeover-tui"
7593 + version = "0.29.1"
7594 +
7595 + [[patch.unused]]
7596 + name = "makeover-webview"
7597 + version = "0.50.0"
M Cargo.toml +1 -1
@@ -17,7 +17,7 @@
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.29.1"
20 + makeover-layout = "0.30.0"
21 21 makeover-immediate = "0.29.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.