amethyst_input 0.3.0

Input rebinding
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "amethyst_input"
version = "0.3.0"
authors = ["Rhuagh <seamonr@gmail.com>", "Xaeroxe <kieseljake@gmail.com>"]
description = "Input rebinding "
homepage = "https://www.amethyst.rs/"
documentation = "https://www.amethyst.rs/doc/master/doc/amethyst_input/"
license = "MIT/Apache-2.0"
repository = "https://github.com/amethyst/amethyst"
[dependencies.amethyst_config]
version = "0.6.0"

[dependencies.amethyst_core]
version = "0.2.0"

[dependencies.derivative]
version = "1.0"

[dependencies.fnv]
version = "1.0"

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

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

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

[dependencies.winit]
version = "0.13.1"

[features]
nightly = ["amethyst_core/nightly"]
profiler = ["thread_profiler/thread_profiler"]
[badges.appveyor]
repository = "amethyst/amethyst"

[badges.travis-ci]
repository = "amethyst/amethyst"