amethyst_input 0.6.0

Input rebinding
[badges.appveyor]
repository = "amethyst/amethyst"

[badges.travis-ci]
repository = "amethyst/amethyst"
[dependencies.amethyst_config]
version = "0.9.0"

[dependencies.amethyst_core]
version = "0.5.0"

[dependencies.amethyst_renderer]
version = "0.10.0"

[dependencies.derivative]
version = "1.0"

[dependencies.fnv]
version = "1"

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

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

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

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

[dependencies.winit]
features = ["serde"]
version = "0.18"

[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://www.amethyst.rs/doc/master/doc/amethyst_input/"
edition = "2018"
homepage = "https://www.amethyst.rs/"
license = "MIT/Apache-2.0"
name = "amethyst_input"
repository = "https://github.com/amethyst/amethyst"
version = "0.6.0"