[badges.appveyor]
repository = "amethyst/amethyst"
[badges.travis-ci]
repository = "amethyst/amethyst"
[dependencies.amethyst_assets]
version = "0.6.0"
[dependencies.amethyst_core]
version = "0.5.0"
[dependencies.amethyst_input]
version = "0.6.0"
[dependencies.amethyst_renderer]
version = "0.10.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[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"]
[package]
authors = ["Joël Lupien <jojolepromain@gmail.com>"]
description = "Amethyst controls"
documentation = "https://www.amethyst.rs/doc/master/doc/amethyst_controls/"
edition = "2018"
homepage = "https://www.amethyst.rs/"
license = "MIT/Apache-2.0"
name = "amethyst_controls"
repository = "https://github.com/amethyst/amethyst"
version = "0.4.0"