rusty-xinput 1.3.0

Safe dynamic loading of xinput.
Documentation
[dependencies.lazy_static]
version = "1.3"

[dependencies.log]
default-features = false
version = "0.4"
[dev-dependencies.simple_logger]
version = "0.5"

[lib]
name = "rusty_xinput"
path = "src/lib.rs"

[package]
authors = ["Lokathor <zefria@gmail.com>"]
description = "Safe dynamic loading of xinput."
keywords = ["xinput"]
license = "Zlib OR Apache-2.0 OR MIT"
name = "rusty-xinput"
readme = "README.md"
repository = "https://github.com/Lokathor/rusty-xinput"
version = "1.3.0"
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
[target."cfg(windows)".dependencies.winapi]
features = ["libloaderapi", "xinput", "winerror"]
version = "0.3"