Skip to main content

max / audiofiles

Follow the makeover cascade Pins only: makeover-layout 0.17.0, makeover-immediate 0.15.0. The links guard on makeover-layout makes a bump there tree-wide, so one copy per graph or the build fails.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-12 19:22 UTC
Signed with PGP, not checked
Commit: bd2edad52408024f1576de9d7dd949677305bd07
Parent: 2e4f23b
2 files changed, +24 insertions, -12 deletions
M Cargo.lock +22 -10
@@ -3002,9 +3002,7 @@
3002 3002
3003 3003 [[package]]
3004 3004 name = "makeover-immediate"
3005 - version = "0.14.0"
3006 - source = "registry+https://github.com/rust-lang/crates.io-index"
3007 - checksum = "d7b24d62899d8768908ddd808b5354de0badd3e2602cfbfd43670f74b3a7fb14"
3005 + version = "0.15.0"
3008 3006 dependencies = [
3009 3007 "egui",
3010 3008 "egui_extras",
@@ -3013,9 +3011,7 @@
3013 3011
3014 3012 [[package]]
3015 3013 name = "makeover-layout"
3016 - version = "0.16.0"
3017 - source = "registry+https://github.com/rust-lang/crates.io-index"
3018 - checksum = "5d02837b5ab4db4ee5759ddf8f77965336890d4b63c6e88e15b5782c9703138d"
3014 + version = "0.17.0"
3019 3015
3020 3016 [[package]]
3021 3017 name = "matchers"
@@ -7336,10 +7332,6 @@
7336 7332 name = "quasi-webview"
7337 7333 version = "0.1.0"
7338 7334
7339 - [[patch.unused]]
7340 - name = "docengine"
7341 - version = "0.7.0"
7342 -
7343 7335 [[patch.unused]]
7344 7336 name = "kberg"
7345 7337 version = "0.1.0"
@@ -7347,3 +7339,23 @@
7347 7339 [[patch.unused]]
7348 7340 name = "painhours"
7349 7341 version = "0.1.0"
7342 +
7343 + [[patch.unused]]
7344 + name = "docengine"
7345 + version = "0.7.0"
7346 +
7347 + [[patch.unused]]
7348 + name = "makeover-build"
7349 + version = "0.26.0"
7350 +
7351 + [[patch.unused]]
7352 + name = "makeover-touch"
7353 + version = "0.10.0"
7354 +
7355 + [[patch.unused]]
7356 + name = "makeover-tui"
7357 + version = "0.16.1"
7358 +
7359 + [[patch.unused]]
7360 + name = "makeover-webview"
7361 + version = "0.33.0"
M Cargo.toml +2 -2
@@ -17,8 +17,8 @@
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.16.0"
21 - makeover-immediate = "0.14.0"
20 + makeover-layout = "0.17.0"
21 + makeover-immediate = "0.15.0"
22 22 egui = { version = "0.35", default-features = false, features = ["default_fonts"] }
23 23 egui_extras = { version = "0.35", default-features = false }
24 24 eframe = { version = "0.35", default-features = false, features = ["default_fonts", "glow"] }