amethyst_test 0.15.3

Amethyst test utilities crate
[dependencies.amethyst]
default-features = false
version = "0.15.3"

[dependencies.derivative]
version = "2.1.1"

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

[dependencies.derive_deref]
version = "1.1.0"

[dependencies.lazy_static]
version = "1.4"

[dependencies.log]
version = "0.4"

[features]
animation = ["amethyst/animation"]
audio = ["amethyst/audio"]
default = ["animation", "audio", "locale", "network", "renderer"]
empty = ["amethyst/empty"]
experimental-spirv-reflection = ["amethyst/experimental-spirv-reflection"]
gltf = ["amethyst/gltf"]
json = ["amethyst/json"]
locale = ["amethyst/locale"]
metal = ["amethyst/metal"]
network = ["amethyst/network"]
no-slow-safety-checks = ["amethyst/no-slow-safety-checks"]
profiler = ["amethyst/profiler"]
renderer = ["amethyst/renderer"]
saveload = ["amethyst/saveload"]
sdl_controller = ["amethyst/sdl_controller"]
server = ["amethyst/server"]
shader-compiler = ["amethyst/shader-compiler"]
test-support = ["amethyst/test-support"]
test_audio = []
tiles = ["amethyst/tiles"]
vulkan = ["amethyst/vulkan"]

[package]
authors = ["Azriel Hoh <azriel91@gmail.com>", "Amethyst Foundation <contact@amethyst.rs>"]
categories = ["game-engines"]
description = "Amethyst test utilities crate"
documentation = "https://docs.amethyst.rs/stable/amethyst_test/"
edition = "2018"
homepage = "https://amethyst.rs/"
keywords = ["test", "amethyst"]
license = "MIT/Apache-2.0"
name = "amethyst_test"
repository = "https://github.com/amethyst/amethyst"
version = "0.15.3"