summaryrefslogtreecommitdiff
path: root/src/audio.rs
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2017-09-10 21:58:50 +0200
committerJustin Worthe <justin@worthe-it.co.za>2017-09-10 21:58:50 +0200
commit9f381cd26fee3926ac0128772e23f6e00681e4e1 (patch)
treea20558f8155cff05ac01929bf51fca802e7be684 /src/audio.rs
parentd23fae9da3da625ca87c615a7798570f138aa0f5 (diff)
Added compile flags to disable anything that shouldn't end in a wasm build
- No GTK - No Portaudio
Diffstat (limited to 'src/audio.rs')
-rw-r--r--src/audio.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/audio.rs b/src/audio.rs
index 421c131..e3100ae 100644
--- a/src/audio.rs
+++ b/src/audio.rs
@@ -1,4 +1,3 @@
-extern crate portaudio;
use portaudio as pa;
use std::sync::mpsc::*;