summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorthajohns <thajohns@clarkson.edu>2021-09-09 06:03:07 -0400
committerGraham Northup <grahamnorthup@yahoo.com>2021-09-10 04:05:55 -0400
commit2b388fe415ddedfdad96bf459204d85a0be7be4a (patch)
tree2c2c5b10e4d73b1095028715b841855b6a41d552 /Cargo.toml
parente53131737fcbec1798b83368f17146084f6d4b25 (diff)
got it working correctly, turns out the issue was juat wifinogfx
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"