[package]
name = "amethyst_ui"
version = "0.8.1"
authors = ["Jacob Kiesel <kieseljake@gmail.com>", "Joël Lupien <jojolepromain@gmail.com>"]
edition = "2018"
description = "Amethyst UI crate"
keywords = ["ui", "specs", "ecs", "amethyst"]
categories = ["game-engines"]
documentation = "https://docs-src.amethyst.rs/stable/amethyst_ui/"
homepage = "https://amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"
license = "MIT/Apache-2.0"
[dependencies]
amethyst_assets = { path = "../amethyst_assets", version = "0.9.1" }
amethyst_audio = { path = "../amethyst_audio", version = "0.8.0"}
amethyst_core = { path = "../amethyst_core", version = "0.8.1" }
amethyst_derive = { path = "../amethyst_derive", version = "0.6.1" }
amethyst_error = { path = "../amethyst_error", version = "0.3.0" }
amethyst_input = { path = "../amethyst_input", version = "0.9.1" }
amethyst_rendy = { path = "../amethyst_rendy", version = "0.3.0" }
amethyst_window = { path = "../amethyst_window", version = "0.3.0" }
clipboard = "0.5"
derivative = "1.0"
derive-new = "0.5.6"
fnv = "1"
glsl-layout = "0.3"
ron = "0.5"
serde = { version = "1.0", features = ["derive"] }
smallvec = "0.6"
unicode-normalization = "0.1"
unicode-segmentation = "1.2"
winit = { version = "0.19", features = ["serde"] }
log = "0.4.6"
font-kit = "0.4"
paste = "0.1"
rand = "0.7"
lazy_static = "1.3"
failure = "0.1"
glyph_brush = "0.6.0"
thread_profiler = { version = "0.3", optional = true }
[features]
profiler = [ "thread_profiler/thread_profiler" ]
nightly = [ "amethyst_core/nightly" ]