dualshock3 0.1.0

Sony Dualshock 3 Controller for Rust (using HIDAPI)
Documentation
[dependencies.hidapi]
default-features = false
features = ["linux-static-hidraw"]
version = "1.2.1"

[dependencies.log]
version = "0.4"

[dependencies.stoppable_thread]
version = "0.2.1"

[package]
authors = ["Felix hennig <mail@felixhennig.com>"]
description = "Sony Dualshock 3 Controller for Rust (using HIDAPI)"
edition = "2018"
license = "MIT"
name = "dualshock3"
readme = "README.md"
repository = "https://github.com/fhennig/dualshock3-rs"
version = "0.1.0"