Skip to main content

max / audiofiles

Take makeover-layout 0.29.0 Room and Fallback, wiki layout-room-and-fallback. Additive, so nothing here changes; the pin moves because links allows one copy of the vocabulary per graph and a minor cascades whether or not a consumer uses the new members.
Author: Max Johnson <me@maxj.phd> · 2026-08-18 19:13 UTC
Signed with PGP, not checked
Commit: c9426eb6dceeeab8852756968e949b2ea0fd348a
Parent: 35a3fe6
2 files changed, +14 insertions, -6 deletions
M Cargo.lock +13 -5
@@ -3074,8 +3074,6 @@
3074 3074 [[package]]
3075 3075 name = "makeover-immediate"
3076 3076 version = "0.28.0"
3077 - source = "registry+https://github.com/rust-lang/crates.io-index"
3078 - checksum = "53eb783cd5fda606d921e021af39d4c4604e6a7bd3fe9747c3739fe5ff7224b1"
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.28.2"
3088 - source = "registry+https://github.com/rust-lang/crates.io-index"
3089 - checksum = "23a39310f0553033a02c056725a24295519e4d28ecb5597796fbfc7b2aa81dfa"
3085 + version = "0.29.0"
3090 3086
3091 3087 [[package]]
3092 3088 name = "maplit"
@@ -7580,6 +7576,18 @@
7580 7576 name = "painhours"
7581 7577 version = "0.1.0"
7582 7578
7579 + [[patch.unused]]
7580 + name = "makeover-touch"
7581 + version = "0.20.0"
7582 +
7583 + [[patch.unused]]
7584 + name = "makeover-tui"
7585 + version = "0.28.0"
7586 +
7587 + [[patch.unused]]
7588 + name = "makeover-webview"
7589 + version = "0.48.0"
7590 +
7583 7591 [[patch.unused]]
7584 7592 name = "quasi-type"
7585 7593 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.28.2"
20 + makeover-layout = "0.29.0"
21 21 makeover-immediate = "0.28.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.