Skip to main content

max / audiofiles

Take makeover-layout 0.20.0 The widget tier: Region::Widget, a named assembly of primitives. Additive here -- nothing in this crate matched Region exhaustively -- but the pin moves because a pre-1.0 minor is breaking and a stale pin builds on fw13 while failing everywhere else.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-14 15:16 UTC
Signed with PGP, not checked
Commit: 310acb051f1cf898ff20d959e6b5215c76f459e4
Parent: 15e9fe1
2 files changed, +14 insertions, -6 deletions
M Cargo.lock +13 -5
@@ -3071,8 +3071,6 @@
3071 3071 [[package]]
3072 3072 name = "makeover-immediate"
3073 3073 version = "0.18.0"
3074 - source = "registry+https://github.com/rust-lang/crates.io-index"
3075 - checksum = "333aefe3ef5c2c8df2df1fc7adf7a54613afaf58107e89916b0d0d6ca488dd6e"
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.19.1"
3085 - source = "registry+https://github.com/rust-lang/crates.io-index"
3086 - checksum = "6752c263c93eb808ac878e54887257792e487d1713e98e2dcbac68d31363c9f9"
3082 + version = "0.20.0"
3087 3083
3088 3084 [[package]]
3089 3085 name = "maplit"
@@ -7541,6 +7537,18 @@
7541 7537 "winnow 1.0.4",
7542 7538 ]
7543 7539
7540 + [[patch.unused]]
7541 + name = "makeover-touch"
7542 + version = "0.12.0"
7543 +
7544 + [[patch.unused]]
7545 + name = "makeover-tui"
7546 + version = "0.18.0"
7547 +
7548 + [[patch.unused]]
7549 + name = "makeover-webview"
7550 + version = "0.35.1"
7551 +
7544 7552 [[patch.unused]]
7545 7553 name = "kberg"
7546 7554 version = "0.1.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.19.0"
20 + makeover-layout = "0.20.0"
21 21 makeover-immediate = "0.18.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.