amethyst_input 0.9.1

Input rebinding
Documentation
[badges.travis-ci]
repository = "amethyst/amethyst"
[dependencies.amethyst_config]
version = "0.12.0"

[dependencies.amethyst_core]
version = "0.8.1"

[dependencies.amethyst_error]
version = "0.3.0"

[dependencies.amethyst_window]
version = "0.3.0"

[dependencies.derivative]
version = "1.0"

[dependencies.derive-new]
version = "0.5"

[dependencies.fnv]
version = "1"

[dependencies.sdl2]
optional = true
version = "0.32.2"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.smallvec]
features = ["serde"]
version = "0.6"

[dependencies.thread_profiler]
optional = true
version = "0.3"

[dependencies.winit]
features = ["serde"]
version = "0.19"
[dev-dependencies.approx]
version = "0.3"

[features]
nightly = ["amethyst_core/nightly"]
profiler = ["thread_profiler/thread_profiler"]
sdl_controller = ["sdl2"]

[package]
authors = ["Rhuagh <seamonr@gmail.com>", "Xaeroxe <kieseljake@gmail.com>"]
description = "Input rebinding "
documentation = "https://docs-src.amethyst.rs/stable/amethyst_input/"
edition = "2018"
homepage = "https://amethyst.rs/"
license = "MIT/Apache-2.0"
name = "amethyst_input"
repository = "https://github.com/amethyst/amethyst"
version = "0.9.1"