Skip to main content

max / audiofiles

Take makeover-layout 0.9 and makeover-immediate 0.6 Pre-1.0 a minor is breaking, so staying on 0.8 would have put a second copy of the description layer in any tree holding both this and the rest of the suite.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-09 02:27 UTC
Signed with PGP, not checked
Commit: 8cbf8543eae3fd602a3c723ef9e3622787090b88
Parent: 6bda321
2 files changed, +39 insertions, -23 deletions
M Cargo.lock +37 -21
@@ -1243,7 +1243,7 @@
1243 1243 "libc",
1244 1244 "option-ext",
1245 1245 "redox_users",
1246 - "windows-sys 0.59.0",
1246 + "windows-sys 0.61.2",
1247 1247 ]
1248 1248
1249 1249 [[package]]
@@ -1554,7 +1554,7 @@
1554 1554 checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
1555 1555 dependencies = [
1556 1556 "libc",
1557 - "windows-sys 0.59.0",
1557 + "windows-sys 0.61.2",
1558 1558 ]
1559 1559
1560 1560 [[package]]
@@ -2990,9 +2990,9 @@
2990 2990
2991 2991 [[package]]
2992 2992 name = "makeover-immediate"
2993 - version = "0.5.2"
2993 + version = "0.6.0"
2994 2994 source = "registry+https://github.com/rust-lang/crates.io-index"
2995 - checksum = "66eefff77a8f3b3c36afc479c193c46df37c21d924451b47e35a3f08469a5355"
2995 + checksum = "4a08f8493542ca1bd039c6e91fa3e30f249d002a2729f6426bfed136879568b4"
2996 2996 dependencies = [
2997 2997 "egui",
2998 2998 "makeover-layout",
@@ -3000,9 +3000,9 @@
3000 3000
3001 3001 [[package]]
3002 3002 name = "makeover-layout"
3003 - version = "0.8.2"
3003 + version = "0.9.0"
3004 3004 source = "registry+https://github.com/rust-lang/crates.io-index"
3005 - checksum = "9883c75a9d26fce10be2b979c01a74f8c07513800a70ec6bf598de1e7d411f1b"
3005 + checksum = "95b7ccafc965eb90f308b68d6fb00f6ff642a453b661f4c452cb20aeb60e3990"
3006 3006
3007 3007 [[package]]
3008 3008 name = "matchers"
@@ -3113,7 +3113,7 @@
3113 3113 "once_cell",
3114 3114 "png",
3115 3115 "thiserror 2.0.19",
3116 - "windows-sys 0.60.2",
3116 + "windows-sys 0.61.2",
3117 3117 ]
3118 3118
3119 3119 [[package]]
@@ -3192,7 +3192,7 @@
3192 3192 source = "registry+https://github.com/rust-lang/crates.io-index"
3193 3193 checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
3194 3194 dependencies = [
3195 - "windows-sys 0.59.0",
3195 + "windows-sys 0.61.2",
3196 3196 ]
3197 3197
3198 3198 [[package]]
@@ -3295,7 +3295,7 @@
3295 3295 source = "registry+https://github.com/rust-lang/crates.io-index"
3296 3296 checksum = "680998035259dcfcafe653688bf2aa6d3e2dc05e98be6ab46afb089dc84f1df8"
3297 3297 dependencies = [
3298 - "proc-macro-crate 1.3.1",
3298 + "proc-macro-crate 3.5.0",
3299 3299 "proc-macro2",
3300 3300 "quote",
3301 3301 "syn 2.0.119",
@@ -4456,7 +4456,7 @@
4456 4456 "errno",
4457 4457 "libc",
4458 4458 "linux-raw-sys 0.12.1",
4459 - "windows-sys 0.59.0",
4459 + "windows-sys 0.61.2",
4460 4460 ]
4461 4461
4462 4462 [[package]]
@@ -4513,7 +4513,7 @@
4513 4513 "security-framework",
4514 4514 "security-framework-sys",
4515 4515 "webpki-root-certs",
4516 - "windows-sys 0.59.0",
4516 + "windows-sys 0.61.2",
4517 4517 ]
4518 4518
4519 4519 [[package]]
@@ -4903,7 +4903,7 @@
4903 4903 checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
4904 4904 dependencies = [
4905 4905 "libc",
4906 - "windows-sys 0.60.2",
4906 + "windows-sys 0.61.2",
4907 4907 ]
4908 4908
4909 4909 [[package]]
@@ -5473,10 +5473,10 @@
5473 5473 checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
5474 5474 dependencies = [
5475 5475 "fastrand",
5476 - "getrandom 0.3.4",
5476 + "getrandom 0.4.3",
5477 5477 "once_cell",
5478 5478 "rustix 1.1.4",
5479 - "windows-sys 0.59.0",
5479 + "windows-sys 0.61.2",
5480 5480 ]
5481 5481
5482 5482 [[package]]
@@ -5884,7 +5884,7 @@
5884 5884 "once_cell",
5885 5885 "png",
5886 5886 "thiserror 2.0.19",
5887 - "windows-sys 0.60.2",
5887 + "windows-sys 0.61.2",
5888 5888 ]
5889 5889
5890 5890 [[package]]
@@ -5916,7 +5916,7 @@
5916 5916 dependencies = [
5917 5917 "memoffset",
5918 5918 "tempfile",
5919 - "windows-sys 0.60.2",
5919 + "windows-sys 0.61.2",
5920 5920 ]
5921 5921
5922 5922 [[package]]
@@ -6490,7 +6490,7 @@
6490 6490 source = "registry+https://github.com/rust-lang/crates.io-index"
6491 6491 checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
6492 6492 dependencies = [
6493 - "windows-sys 0.59.0",
6493 + "windows-sys 0.61.2",
6494 6494 ]
6495 6495
6496 6496 [[package]]
@@ -7297,10 +7297,6 @@
7297 7297 "winnow 1.0.4",
7298 7298 ]
7299 7299
7300 - [[patch.unused]]
7301 - name = "docengine"
7302 - version = "0.4.0"
7303 -
7304 7300 [[patch.unused]]
7305 7301 name = "kberg"
7306 7302 version = "0.1.0"
@@ -7308,3 +7304,23 @@
7308 7304 [[patch.unused]]
7309 7305 name = "painhours"
7310 7306 version = "0.1.0"
7307 +
7308 + [[patch.unused]]
7309 + name = "docengine"
7310 + version = "0.4.0"
7311 +
7312 + [[patch.unused]]
7313 + name = "quasi-http"
7314 + version = "0.1.0"
7315 +
7316 + [[patch.unused]]
7317 + name = "quasi-router"
7318 + version = "0.1.0"
7319 +
7320 + [[patch.unused]]
7321 + name = "quasi-tauri"
7322 + version = "0.1.0"
7323 +
7324 + [[patch.unused]]
7325 + name = "quasi-webview"
7326 + version = "0.1.0"
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.8.2"
16 - makeover-immediate = "0.5.2"
15 + makeover-layout = "0.9"
16 + makeover-immediate = "0.6"
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"] }