steamy-controller 0.1.0

Library to interact with the Steam controller.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name    = "steamy-controller"
version = "0.1.0"

authors = ["meh. <meh@schizofreni.co>"]
license = "WTFPL"

description = "Library to interact with the Steam controller."
repository  = "https://github.com/meh/steamy"
keywords    = ["steam", "input", "controller"]

[dependencies]
libusb    = "0.2"
byteorder = "0.4"
bitflags  = "0.3"