Skip to content

Commit d46669d

Browse files
author
Yakov Tchenak
committed
chore(deps): remove unused rubato dependency
rubato was listed in Cargo.toml but never imported anywhere in src/. WASAPI's AUTOCONVERTPCM handles all our resampling needs. Dropping it shrinks the dep graph and closes the Dependabot 0.16 -> 2.0 PR noise.
1 parent db4dfb8 commit d46669d

2 files changed

Lines changed: 0 additions & 73 deletions

File tree

Cargo.lock

Lines changed: 0 additions & 70 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ winit = "0.30"
2929
serde = { version = "1", features = ["derive"] }
3030
serde_json = "1"
3131

32-
# Audio resampling — converts between sample rates
33-
rubato = "0.16"
34-
3532
# Structured logging — modern replacement for println! debugging
3633
tracing = "0.1"
3734
tracing-subscriber = "0.3"

0 commit comments

Comments
 (0)