amethyst 0.9.0

Data-oriented game engine written in Rust
example = []
[badges.appveyor]
branch = "master"
repository = "amethyst/amethyst"

[badges.travis-ci]
branch = "master"
repository = "amethyst/amethyst"
[build-dependencies.vergen]
version = "2.0"
[dependencies.amethyst_animation]
version = "0.4.0"

[dependencies.amethyst_assets]
version = "0.5.0"

[dependencies.amethyst_audio]
version = "0.4.0"

[dependencies.amethyst_config]
version = "0.8.0"

[dependencies.amethyst_controls]
version = "0.3.0"

[dependencies.amethyst_core]
version = "0.4.0"

[dependencies.amethyst_derive]
version = "0.2.0"

[dependencies.amethyst_input]
version = "0.5.0"

[dependencies.amethyst_locale]
version = "0.3.0"

[dependencies.amethyst_network]
version = "0.2.0"

[dependencies.amethyst_renderer]
version = "0.9.0"

[dependencies.amethyst_ui]
version = "0.4.0"

[dependencies.amethyst_utils]
version = "0.4.0"

[dependencies.derivative]
version = "1.0"

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

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

[dependencies.rayon]
version = "1.0.2"

[dependencies.rustc_version_runtime]
version = "0.1"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

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

[dependencies.winit]
version = "0.17"
[dev-dependencies.amethyst_gltf]
version = "0.4.0"

[dev-dependencies.env_logger]
version = "0.5.13"

[dev-dependencies.genmesh]
version = "0.6"

[dev-dependencies.ron]
version = "0.4"

[features]
json = ["amethyst_assets/json"]
nightly = ["amethyst_animation/nightly", "amethyst_assets/nightly", "amethyst_audio/nightly", "amethyst_config/nightly", "amethyst_core/nightly", "amethyst_controls/nightly", "amethyst_network/nightly", "amethyst_renderer/nightly", "amethyst_input/nightly", "amethyst_ui/nightly", "amethyst_utils/nightly"]
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_renderer/profiler", "amethyst_ui/profiler", "amethyst_utils/profiler"]
saveload = ["amethyst_core/saveload"]
sdl_controller = ["amethyst_input/sdl_controller"]

[package]
authors = ["Eyal Kalderon <ebkalderon@gmail.com>"]
categories = ["game-engines"]
description = "Data-oriented game engine written in Rust"
documentation = "https://www.amethyst.rs/doc/master/doc/amethyst"
exclude = ["examples/*", "book/*"]
homepage = "https://www.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.9.0"