vcs-classic-hid 0.1.0

Custom drivers for the Atari VCS classic joystick
Documentation
[dependencies.hidapi]
default-features = false
version = "1.2.5"

[features]
default = ["linux-static-hidraw"]
linux-static-hidraw = ["hidapi/linux-static-hidraw"]
linux-static-libusb = ["hidapi/linux-static-libusb"]

[package]
authors = ["Eduardo Pinho <enet4mikeenet@gmail.com>"]
categories = ["hardware-support", "game-development"]
description = "Custom drivers for the Atari VCS classic joystick"
edition = "2018"
keywords = ["atari", "vcs", "joystick", "controller", "gamepad"]
license = "MIT OR Apache-2.0"
name = "vcs-classic-hid"
readme = "README.md"
repository = "https://github.com/Enet4/vcs-classic-hid"
version = "0.1.0"