[package]
name = "amethyst_controls"
version = "0.4.0"
authors = ["Joël Lupien <jojolepromain@gmail.com>"]
edition = "2018"
description = "Amethyst controls"
documentation = "https://www.amethyst.rs/doc/master/doc/amethyst_controls/"
homepage = "https://www.amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"
license = "MIT/Apache-2.0"
[badges]
appveyor = { repository = "amethyst/amethyst" }
travis-ci = { repository = "amethyst/amethyst" }
[dependencies]
amethyst_assets = { path = "../amethyst_assets", version = "0.6.0" }
amethyst_core = { path = "../amethyst_core", version = "0.5.0" }
amethyst_input = { path = "../amethyst_input", version = "0.6.0" }
amethyst_renderer = { path = "../amethyst_renderer", version = "0.10.0" }
serde = { version = "1.0", features = ["derive"] }
winit = { version = "0.18", features = ["serde"] }
thread_profiler = { version = "0.3", optional = true }
[features]
profiler = [ "thread_profiler/thread_profiler" ]
nightly = [ "amethyst_core/nightly" ]