From d8aa701fc37a9ef6869059008b7942e94a9bae55 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sat, 8 May 2021 19:41:00 -0600 Subject: avoid compiling file playback since we don't need it --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 95cdc17..b582bce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,4 +8,4 @@ edition = "2018" [dependencies] rand = "0.8.3" -rodio = "0.13.1" +rodio = { version = "0.13.1", default-features = false } -- cgit v1.2.3