[package]
name = "xinput-mapper"
version = "0.1.2"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Functional helpers to convert DInput YAML mapping into an XInput-like state."
repository = "https://github.com/tetthys/xinput-mapper"
readme = "README.md"
keywords = ["hid", "xinput", "yaml", "gamepad", "mapping"]
categories = ["game-development", "parsing", "embedded"]
[dependencies]
serde = { version = "1", features = ["derive"] }
serde_yaml = "0.9"
thiserror = "1"
[dev-dependencies]
pretty_assertions = "1"
[lib]
name = "xinput_mapper"
path = "src/lib.rs"
[[example]]
name = "convert"
path = "examples/convert.rs"