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
somewhere in the dependency tree.default-features = false - vulkan
- metal
- empty
- tiles
- animation default
- audio default
- gltf
- locale default
- network default
- renderer default
- profiler
- sdl_controller
-
Enables sdl_controller of amethyst
- json
- saveload
- server
- 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.