[package]
edition = "2018"
name = "amethyst_test"
version = "0.1.0"
authors = ["Azriel Hoh <azriel91@gmail.com>"]
description = "Amethyst test utilities crate"
homepage = "https://www.amethyst.rs/"
documentation = "https://www.amethyst.rs/doc/latest/doc/amethyst_test/"
keywords = ["test", "amethyst"]
categories = ["game-engines"]
license = "MIT/Apache-2.0"
repository = "https://github.com/amethyst/amethyst"
[dependencies.amethyst]
version = "0.10.0"
[dependencies.boxfnonce]
version = "0.1"
[dependencies.derivative]
version = "1.0"
[dependencies.derive-new]
version = "0.5"
[dependencies.hetseq]
version = "0.2"
[dependencies.lazy_static]
version = "1.1"
[features]
default = []
graphics = []
nightly = ["amethyst/nightly"]