diff options
author | thajohns <thajohns@clarkson.edu> | 2021-09-09 06:03:07 -0400 |
---|---|---|
committer | Graham Northup <grahamnorthup@yahoo.com> | 2021-09-10 04:05:55 -0400 |
commit | 2b388fe415ddedfdad96bf459204d85a0be7be4a (patch) | |
tree | 2c2c5b10e4d73b1095028715b841855b6a41d552 /Cargo.toml | |
parent | e53131737fcbec1798b83368f17146084f6d4b25 (diff) |
got it working correctly, turns out the issue was juat wifinogfx
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |