amethyst_utils 0.8.0

Amethyst utils
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "amethyst_utils"
version = "0.8.0"
authors = ["Simon Rönnberg <seamonr@gmail.com>", "Joël Lupien <jojolepromain@gmail.com>"]
description = "Amethyst utils"
homepage = "https://amethyst.rs/"
documentation = "https://docs-src.amethyst.rs/stable/amethyst_utils/"
license = "MIT/Apache-2.0"
repository = "https://github.com/amethyst/amethyst"
[dependencies.amethyst_assets]
version = "0.9.0"

[dependencies.amethyst_controls]
version = "0.7.0"

[dependencies.amethyst_core]
version = "0.8.0"

[dependencies.amethyst_derive]
version = "0.6.0"

[dependencies.amethyst_error]
version = "0.3.0"

[dependencies.amethyst_rendy]
version = "0.3.0"

[dependencies.amethyst_window]
version = "0.3.0"

[dependencies.derive-new]
version = "0.5.8"

[dependencies.log]
version = "0.4.6"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.specs-derive]
version = "0.4.0"

[dependencies.specs-hierarchy]
version = "0.5.1"

[dependencies.thread_profiler]
version = "0.3"
optional = true

[features]
nightly = ["amethyst_core/nightly"]
profiler = ["thread_profiler/thread_profiler"]
[badges.travis-ci]
repository = "amethyst/amethyst"