Cargo Features

[dependencies]
amethyst_test = { version = "0.15.3", default-features = false, features = ["vulkan", "metal", "empty", "tiles", "animation", "audio", "gltf", "locale", "network", "renderer", "profiler", "sdl_controller", "json", "saveload", "server", "no-slow-safety-checks", "shader-compiler", "experimental-spirv-reflection", "test-support", "test_audio"] }
default = animation, audio, locale, network, renderer

These default features are set whenever amethyst_test is added without default-features = false somewhere in the dependency tree.

vulkan

Enables vulkan of amethyst

metal

Enables metal of amethyst

empty

Enables empty of amethyst

tiles

Enables tiles of amethyst

animation default

Enables animation of amethyst

audio default

Enables audio of amethyst

gltf

Enables gltf of amethyst

locale default

Enables locale of amethyst

network default

Enables network of amethyst

renderer default

Enables renderer of amethyst

profiler

Enables profiler of amethyst

sdl_controller

Enables sdl_controller of amethyst

json

Enables json of amethyst

saveload

Enables saveload of amethyst

server

Enables server of amethyst

no-slow-safety-checks

Enables no-slow-safety-checks of amethyst

shader-compiler

Enables shader-compiler of amethyst

experimental-spirv-reflection

Enables experimental-spirv-reflection of amethyst

test-support

Enables test-support of amethyst

test_audio

Used to tag tests that need an audio backend to run.