chargrid_gamepad 0.6.0

Gamepad handler for chargrid frontends
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "chargrid_gamepad"
description = "Gamepad handler for chargrid frontends"
version = "0.6.0"
authors = ["Stephen Sherratt <stephen@sherra.tt>"]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/gridbugs/chargrid.git"
repository = "https://github.com/gridbugs/chargrid.git"
documentation = "https://docs.rs/chargrid_gamepad"
edition = "2021"

[dependencies]
chargrid_input = { path = "../input", version = "0.6", features = ["gamepad"] }
gilrs = "0.10"
log = "0.4"