amethyst_renderer 0.8.0

High-level rendering engine with multiple backends
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "amethyst_renderer"
version = "0.8.0"
authors = ["Eyal Kalderon <ebkalderon@gmail.com>"]
exclude = ["examples/*"]
description = "High-level rendering engine with multiple backends"
homepage = "https://www.amethyst.rs/"
documentation = "https://www.amethyst.rs/doc/master/doc/amethyst_renderer/"
readme = "README.md"
keywords = ["game", "engine", "renderer", "3d", "amethyst"]
categories = ["rendering", "rendering::engine"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/amethyst/amethyst"
[dependencies.amethyst_assets]
version = "0.4.0"

[dependencies.amethyst_core]
version = "0.3.0"

[dependencies.derivative]
version = "1.0"

[dependencies.error-chain]
version = "0.11"

[dependencies.fnv]
version = "1.0"

[dependencies.genmesh]
version = "0.6"

[dependencies.gfx]
version = "0.17.1"
features = ["serialize"]

[dependencies.gfx_core]
version = "0.8"
features = ["serialize"]

[dependencies.gfx_device_gl]
version = "0.15"
optional = true

[dependencies.gfx_macros]
version = "0.2"

[dependencies.gfx_window_glutin]
version = "0.24.0"
optional = true

[dependencies.glsl-layout]
version = "0.1.1"
features = ["cgmath", "gfx"]

[dependencies.glutin]
version = "0.16"
optional = true

[dependencies.hetseq]
version = "0.1.5"

[dependencies.hibitset]
version = "0.5.0"
features = ["parallel"]

[dependencies.imagefmt]
version = "4.0"

[dependencies.log]
version = "0.4"

[dependencies.rayon]
version = "1.0.1"

[dependencies.serde]
version = "1"
features = ["serde_derive"]

[dependencies.shred]
version = "0.7"

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

[dependencies.smallvec]
version = "0.6"
features = ["serde"]

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

[dependencies.wavefront_obj]
version = "5.0"

[dependencies.winit]
version = "0.15"

[features]
default = ["opengl"]
nightly = ["amethyst_core/nightly"]
opengl = ["gfx_device_gl", "gfx_window_glutin", "glutin"]
profiler = ["thread_profiler/thread_profiler"]
[target."cfg(not(target_os = \"macos\"))".dependencies.gfx_device_vulkan]
version = "0.1"
optional = true

[target."cfg(not(target_os = \"macos\"))".dependencies.gfx_window_vulkan]
version = "0.1"
optional = true
[target."cfg(target_os = \"macos\")".dependencies.gfx_device_metal]
version = "0.2"
optional = true

[target."cfg(target_os = \"macos\")".dependencies.gfx_window_metal]
version = "0.6"
optional = true
[target."cfg(windows)".dependencies.gfx_device_dx11]
version = "0.6"
optional = true

[target."cfg(windows)".dependencies.gfx_window_dxgi]
version = "0.13"
optional = true
[badges.appveyor]
branch = "develop"
repository = "amethyst/amethyst"

[badges.travis-ci]
repository = "amethyst/amethyst"