[badges.appveyor]
repository = "amethyst/amethyst"
[badges.travis-ci]
repository = "amethyst/amethyst"
[dependencies.amethyst_assets]
version = "0.6.0"
[dependencies.amethyst_controls]
version = "0.4.0"
[dependencies.amethyst_core]
version = "0.5.0"
[dependencies.amethyst_derive]
version = "0.3.0"
[dependencies.amethyst_renderer]
version = "0.10.0"
[dependencies.log]
version = "0.4"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.shred]
version = "0.7"
[dependencies.shred-derive]
version = "0.5"
[dependencies.specs-hierarchy]
version = "0.3"
[dependencies.thread_profiler]
optional = true
version = "0.3"
[features]
nightly = ["amethyst_core/nightly"]
profiler = ["thread_profiler/thread_profiler"]
[package]
authors = ["Simon Rönnberg <seamonr@gmail.com>", "Joël Lupien <jojolepromain@gmail.com>"]
description = "Amethyst utils"
documentation = "https://www.amethyst.rs/doc/master/doc/amethyst_utils/"
edition = "2018"
homepage = "https://www.amethyst.rs/"
license = "MIT/Apache-2.0"
name = "amethyst_utils"
repository = "https://github.com/amethyst/amethyst"
version = "0.5.0"