[package]
edition = "2018"
name = "amethyst_controls"
version = "0.7.0"
authors = ["Joël Lupien <jojolepromain@gmail.com>"]
description = "Amethyst controls"
homepage = "https://amethyst.rs/"
documentation = "https://docs-src.amethyst.rs/stable/amethyst_controls/"
license = "MIT/Apache-2.0"
repository = "https://github.com/amethyst/amethyst"
[dependencies.amethyst_assets]
version = "0.9.0"
[dependencies.amethyst_core]
version = "0.8.0"
[dependencies.amethyst_derive]
version = "0.6.0"
[dependencies.amethyst_error]
version = "0.3.0"
[dependencies.amethyst_input]
version = "0.9.0"
[dependencies.derive-new]
version = "0.5"
[dependencies.log]
version = "0.4.6"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.thread_profiler]
version = "0.3"
optional = true
[dependencies.winit]
version = "0.19"
features = ["serde"]
[features]
nightly = ["amethyst_core/nightly"]
profiler = ["thread_profiler/thread_profiler"]
[badges.travis-ci]
repository = "amethyst/amethyst"