amethyst 0.15.3

Data-oriented game engine written in Rust
example = []
[badges.travis-ci]
branch = "master"
repository = "amethyst/amethyst"
[build-dependencies.dirs]
version = "2.0.2"

[build-dependencies.vergen]
version = "3.1.0"
[dependencies.amethyst_animation]
optional = true
version = "0.15.3"

[dependencies.amethyst_assets]
version = "0.15.3"

[dependencies.amethyst_audio]
optional = true
version = "0.15.3"

[dependencies.amethyst_config]
version = "0.15.3"

[dependencies.amethyst_controls]
version = "0.15.3"

[dependencies.amethyst_core]
version = "0.15.3"

[dependencies.amethyst_derive]
version = "0.15.3"

[dependencies.amethyst_error]
version = "0.15.3"

[dependencies.amethyst_gltf]
optional = true
version = "0.15.3"

[dependencies.amethyst_input]
version = "0.15.3"

[dependencies.amethyst_locale]
optional = true
version = "0.15.3"

[dependencies.amethyst_network]
optional = true
version = "0.15.3"

[dependencies.amethyst_rendy]
features = ["window"]
optional = true
version = "0.15.3"

[dependencies.amethyst_tiles]
optional = true
version = "0.15.3"

[dependencies.amethyst_ui]
version = "0.15.3"

[dependencies.amethyst_utils]
version = "0.15.3"

[dependencies.amethyst_window]
version = "0.15.3"

[dependencies.crossbeam-channel]
version = "0.4.2"

[dependencies.derivative]
version = "2.1.1"

[dependencies.failure]
version = "0.1.7"

[dependencies.fern]
features = ["colored"]
version = "0.6.0"

[dependencies.glsl-layout]
version = "0.3.2"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.log]
features = ["serde"]
version = "0.4.8"

[dependencies.palette]
features = ["serde"]
version = "0.4"

[dependencies.rayon]
version = "1.3.0"

[dependencies.rustc_version_runtime]
version = "0.2.0"

[dependencies.sentry]
optional = true
version = "0.18.0"

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

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

[dependencies.winit]
features = ["serde", "icon_loading"]
version = "0.19"

[features]
animation = ["amethyst_animation"]
audio = ["amethyst_audio"]
default = ["animation", "audio", "locale", "network", "renderer"]
empty = ["amethyst_rendy/empty"]
experimental-spirv-reflection = ["amethyst_rendy/experimental-spirv-reflection"]
gltf = ["amethyst_gltf", "amethyst_animation"]
json = ["amethyst_assets/json"]
locale = ["amethyst_locale"]
metal = ["amethyst_rendy/metal"]
network = ["amethyst_network"]
no-slow-safety-checks = ["amethyst_rendy/no-slow-safety-checks"]
profiler = ["thread_profiler", "thread_profiler/thread_profiler", "amethyst_animation/profiler", "amethyst_assets/profiler", "amethyst_audio/profiler", "amethyst_config/profiler", "amethyst_core/profiler", "amethyst_controls/profiler", "amethyst_input/profiler", "amethyst_locale/profiler", "amethyst_rendy/profiler", "amethyst_ui/profiler", "amethyst_utils/profiler", "amethyst_tiles/profiler"]
renderer = ["amethyst_rendy"]
saveload = ["amethyst_core/saveload"]
sdl_controller = ["amethyst_input/sdl_controller"]
server = ["locale", "network"]
shader-compiler = ["amethyst_rendy/shader-compiler"]
storage-event-control = ["amethyst_core/storage-event-control"]
test-support = ["amethyst_rendy/test-support", "amethyst_window/test-support"]
tiles = ["amethyst_tiles"]
vulkan = ["amethyst_rendy/vulkan", "amethyst_rendy/vulkan-x11"]

[package]
authors = ["Eyal Kalderon <ebkalderon@gmail.com>", "Amethyst Foundation <contact@amethyst.rs>"]
categories = ["game-engines"]
description = "Data-oriented game engine written in Rust"
documentation = "https://docs.amethyst.rs/stable/amethyst"
edition = "2018"
exclude = ["examples/*", "book/*"]
homepage = "https://amethyst.rs/"
keywords = ["game", "engine", "sdk", "amethyst"]
license = "MIT/Apache-2.0"
name = "amethyst"
readme = "README.md"
repository = "https://github.com/amethyst/amethyst"
version = "0.15.3"
[package.metadata.docs.rs]
features = ["animation", "audio", "gltf", "tiles", "json", "locale", "network", "sdl_controller", "vulkan"]