From 8b2fab2673ae1d595090d035d646bd59cd194a61 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Sat, 21 Oct 2017 09:30:38 +0200 Subject: [PATCH] Finish rework --- Cargo.toml | 2 +- src/engine.rs | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d83294b..7fabc42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ documentation = "http://docs.rs/rodio" [dependencies] claxon = "0.3.0" -cpal = "0.4.0" +cpal = "0.5.0" hound = "1.0.0" lazy_static = "0.1.12" lewton = "0.5" diff --git a/src/engine.rs b/src/engine.rs index ce71254..751a27b 100644 --- a/src/engine.rs +++ b/src/engine.rs @@ -146,7 +146,7 @@ fn new_voice(engine: &Arc, endpoint: &Endpoint) -> (Arc, endpoint: &Endpoint) -> (Arc