[badges.travis-ci]
repository = "amethyst/amethyst"
[dependencies.amethyst_config]
version = "0.15.3"
[dependencies.amethyst_core]
version = "0.15.3"
[dependencies.amethyst_error]
version = "0.15.3"
[dependencies.amethyst_window]
version = "0.15.3"
[dependencies.derivative]
version = "2.1.1"
[dependencies.derive-new]
version = "0.5"
[dependencies.fnv]
version = "1"
[dependencies.sdl2]
optional = true
version = "0.33"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.smallvec]
features = ["serde"]
version = "1.2"
[dependencies.thread_profiler]
optional = true
version = "0.3"
[dependencies.winit]
features = ["serde"]
version = "0.19"
[features]
profiler = ["thread_profiler/thread_profiler"]
sdl_controller = ["sdl2"]
[package]
authors = ["Rhuagh <seamonr@gmail.com>", "Xaeroxe <kieseljake@gmail.com>", "Amethyst Foundation <contact@amethyst.rs>"]
description = "Input rebinding "
documentation = "https://docs.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.15.3"