Major performance improvements

This commit is contained in:
2026-07-05 22:29:09 -05:00
parent d13f30d135
commit 04e6080780
12 changed files with 251 additions and 43 deletions

View File

@@ -39,6 +39,8 @@ ringbuf = { version = "0.4.8", optional = true}
rfd = { version = "0.17.2", optional = true }
tokio = { version = "1.48.0", features = [], optional = true }
log = "*"
anyhow = "1.0.103"
clap = { version = "4.6.1", features = ["derive"] }
[dependencies.iced]
git = "https://github.com/the10thWiz/iced"
@@ -57,3 +59,7 @@ required-features = ["iced", "rfd", "audio"]
[[bin]]
name = "wasm"
required-features = ["web"]
[[bin]]
name = "bench"
required-features = ["fs"]