summaryrefslogtreecommitdiff
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 1c9506a..1719a45 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ doc = false
[dependencies]
byteorder = "1.1.0"
rand = "0.3"
-cpal = "0.13"
+cpal = { version = "0.13", features = [ "jack" ] }
unicode-xid = "0.1.0"
xml-rs = "0.8.0"
failure = "0.1"