aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-02-04 17:45:51 +0900
committerAstatin <[email protected]>2025-02-04 17:45:51 +0900
commite8e555c55335ac59e030c3f8b2177ee055d32bda (patch)
tree79528948bf0910aa6fc5345fe9c3645639d8eae7 /Cargo.toml
parent29aabccf0a0e2ad109a02ae0ba789956eaa29edb (diff)
Remove useless features in rodio
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7f19bf6..4995e31 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ authors = ["Astatin <astatin@redacted>"]
[dependencies]
minifb = "0.24"
-rodio = "0.17"
+rodio = { version = "0.17", default-features = false, features = [] }
gilrs = "0.10.2"
clap = { version = "4.3.21", features = ["derive"] }