Skip to main content

max / audiofiles

Take makeover-layout 0.10 and makeover-immediate 0.7 Carried by the meter cascade. audiofiles draws no progress bar, so it gains nothing here beyond staying on one copy of the description layer.
Author: Max Johnson <me@maxj.phd> · 2026-08-09 13:03 UTC
Signed with PGP, not checked
Commit: e11ea0a253892148f3fd00bf5d5fb62854d2cf44
Parent: 8cbf854
2 files changed, +4 insertions, -8 deletions
M Cargo.lock +2 -6
@@ -2990,9 +2990,7 @@
2990 2990
2991 2991 [[package]]
2992 2992 name = "makeover-immediate"
2993 - version = "0.6.0"
2994 - source = "registry+https://github.com/rust-lang/crates.io-index"
2995 - checksum = "4a08f8493542ca1bd039c6e91fa3e30f249d002a2729f6426bfed136879568b4"
2993 + version = "0.7.0"
2996 2994 dependencies = [
2997 2995 "egui",
2998 2996 "makeover-layout",
@@ -3000,9 +2998,7 @@
3000 2998
3001 2999 [[package]]
3002 3000 name = "makeover-layout"
3003 - version = "0.9.0"
3004 - source = "registry+https://github.com/rust-lang/crates.io-index"
3005 - checksum = "95b7ccafc965eb90f308b68d6fb00f6ff642a453b661f4c452cb20aeb60e3990"
3001 + version = "0.10.0"
3006 3002
3007 3003 [[package]]
3008 3004 name = "matchers"
M Cargo.toml +2 -2
@@ -12,8 +12,8 @@
12 12 audiofiles-browser = { path = "crates/audiofiles-browser" }
13 13 audiofiles-sync = { path = "crates/audiofiles-sync" }
14 14 audiofiles-rhai = { path = "crates/audiofiles-rhai" }
15 - makeover-layout = "0.9"
16 - makeover-immediate = "0.6"
15 + makeover-layout = "0.10"
16 + makeover-immediate = "0.7"
17 17 egui = { version = "0.35", default-features = false, features = ["default_fonts"] }
18 18 egui_extras = { version = "0.35", default-features = false }
19 19 eframe = { version = "0.35", default-features = false, features = ["default_fonts", "glow"] }