[package] name = "amethyst_controls" version = "0.15.3" authors = ["Joël Lupien ", "Amethyst Foundation "] edition = "2018" description = "Amethyst controls" documentation = "https://docs.amethyst.rs/stable/amethyst_controls/" homepage = "https://amethyst.rs/" repository = "https://github.com/amethyst/amethyst" license = "MIT/Apache-2.0" [badges] travis-ci = { repository = "amethyst/amethyst" } [dependencies] amethyst_assets = { path = "../amethyst_assets", version = "0.15.3" } amethyst_core = { path = "../amethyst_core", version = "0.15.3" } amethyst_derive = { path = "../amethyst_derive", version = "0.15.3" } amethyst_error = { path = "../amethyst_error", version = "0.15.3" } amethyst_input = { path = "../amethyst_input", version = "0.15.3" } derive-new = "0.5" serde = { version = "1.0", features = ["derive"] } winit = { version = "0.19", features = ["serde"] } log = "0.4.6" thread_profiler = { version = "0.3", optional = true } [features] profiler = [ "thread_profiler/thread_profiler" ]