Moved HidDevice to struct Pedals. Closes #2

A recent update of hidapi made this possible.
This commit is contained in:
2018-11-13 00:21:08 +01:00
parent bef171200e
commit 00070237e7
3 changed files with 67 additions and 64 deletions

View File

@@ -5,7 +5,7 @@ authors = ["Dennis <dennis@dennispotter.eu>"]
[dependencies]
structopt = "0.2.10"
hidapi = "0.4.1"
hidapi = "0.5.0"
users = "0.7"
colored = "1.6.1"