stick 0.12.1

Platform-agnostic asynchronous gamepad, joystick and flighstick library
Documentation
[dev-dependencies.pasts]
version = "0.8"

[features]
default = ["sdb"]
gcdb = []
sdb = []

[package]
authors = ["Jeron Aldaron Lau <jeronlau@plopgrizzly.com>", "Daniel Parnell <me@danielparnell.com>"]
categories = ["hardware-support", "asynchronous", "game-development"]
description = "Platform-agnostic asynchronous gamepad, joystick and flighstick library"
documentation = "https://docs.rs/stick"
edition = "2018"
homepage = "https://github.com/libcala/stick/blob/main/CHANGELOG.md"
include = ["Cargo.toml", "README.md", "src/", "*.sdb"]
keywords = ["ux", "joystick", "gamepad", "platform-agnostic", "controller"]
license = "Apache-2.0 OR MIT OR BSL-1.0"
name = "stick"
readme = "README.md"
repository = "https://github.com/libcala/stick"
version = "0.12.1"
[package.metadata.docs.rs]
all-features = true
default-target = "x86_64-unknown-linux-gnu"
[target."cfg(all(not(target_arch=\"wasm32\"),target_os=\"linux\"))".dependencies.smelling_salts]
version = "0.4"
[target."cfg(windows)".dependencies.log]
default-features = false
version = "0.4"

[target."cfg(windows)".dependencies.winapi]
features = ["libloaderapi", "xinput", "winerror"]
version = "0.3"