Skip to main content

max / audiofiles

Take the makeover-layout 0.19.0 cascade
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-13 13:56 UTC
Signed with PGP, not checked
Commit: ea3227d7fe29be6120db044edf8ece86b740e28c
Parent: 821ae20
2 files changed, +25 insertions, -13 deletions
M Cargo.lock +23 -11
@@ -2985,9 +2985,7 @@
2985 2985
2986 2986 [[package]]
2987 2987 name = "makeover"
2988 - version = "2.5.0"
2989 - source = "registry+https://github.com/rust-lang/crates.io-index"
2990 - checksum = "3ba9cbc9da41bffe0514e6d6744cecf8097eb18676edcaf62a7dd08cea42e4aa"
2988 + version = "2.5.1"
2991 2989 dependencies = [
2992 2990 "include_dir",
2993 2991 "serde",
@@ -2997,14 +2995,10 @@
2997 2995 [[package]]
2998 2996 name = "makeover-geometry"
2999 2997 version = "0.7.0"
3000 - source = "registry+https://github.com/rust-lang/crates.io-index"
3001 - checksum = "91a82b16c4f5b66dd7e87ed92fff7d22185e4d88e5355de6166dd64450cf6a16"
3002 2998
3003 2999 [[package]]
3004 3000 name = "makeover-immediate"
3005 - version = "0.16.0"
3006 - source = "registry+https://github.com/rust-lang/crates.io-index"
3007 - checksum = "38bc07bb3a543b1de2c1c85f51b6e9f99499df81236c2c72d66fbf1c36ef203a"
3001 + version = "0.17.0"
3008 3002 dependencies = [
3009 3003 "egui",
3010 3004 "egui_extras",
@@ -3013,9 +3007,7 @@
3013 3007
3014 3008 [[package]]
3015 3009 name = "makeover-layout"
3016 - version = "0.18.0"
3017 - source = "registry+https://github.com/rust-lang/crates.io-index"
3018 - checksum = "48e5725b8dc2d30d5e46b324dd97757e14e61345607c9f55534a34768a6b54dd"
3010 + version = "0.19.0"
3019 3011
3020 3012 [[package]]
3021 3013 name = "matchers"
@@ -7348,6 +7340,26 @@
7348 7340 name = "quasi-webview"
7349 7341 version = "0.1.0"
7350 7342
7343 + [[patch.unused]]
7344 + name = "alloy_tui"
7345 + version = "7.0.0"
7346 +
7347 + [[patch.unused]]
7348 + name = "makeover-build"
7349 + version = "0.27.0"
7350 +
7351 + [[patch.unused]]
7352 + name = "makeover-touch"
7353 + version = "0.12.0"
7354 +
7355 + [[patch.unused]]
7356 + name = "makeover-tui"
7357 + version = "0.18.0"
7358 +
7359 + [[patch.unused]]
7360 + name = "makeover-webview"
7361 + version = "0.35.0"
7362 +
7351 7363 [[patch.unused]]
7352 7364 name = "docengine"
7353 7365 version = "0.7.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.18.0"
21 - makeover-immediate = "0.16.0"
20 + makeover-layout = "0.19.0"
21 + makeover-immediate = "0.17.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"] }