amethyst_input 0.15.3

Input rebinding
Documentation
[package]
name = "amethyst_input"
version = "0.15.3"
authors = ["Rhuagh <seamonr@gmail.com>", "Xaeroxe <kieseljake@gmail.com>", "Amethyst Foundation <contact@amethyst.rs>"]
edition = "2018"
description = "Input rebinding "

documentation = "https://docs.amethyst.rs/stable/amethyst_input/"
homepage = "https://amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"

license = "MIT/Apache-2.0"

[badges]
travis-ci = { repository = "amethyst/amethyst" }

[dependencies]
amethyst_core = { path = "../amethyst_core", version = "0.15.3" }
amethyst_error = { path = "../amethyst_error", version = "0.15.3" }
amethyst_config = { path = "../amethyst_config/", version = "0.15.3" }
amethyst_window = { path = "../amethyst_window", version = "0.15.3" }
derivative = "2.1.1"
derive-new = "0.5"
fnv = "1"
serde = { version = "1", features = ["derive"] }
winit = { version = "0.19", features = ["serde"] }
sdl2 = { version = "0.33", optional = true }
smallvec = { version = "1.2", features = ["serde"] }

thread_profiler = { version = "0.3", optional = true }

#[dev-dependencies]
#approx = "0.3"

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