aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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"] }