# 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] edition = "2018" name = "amethyst_renderer" version = "0.10.4" authors = ["Eyal Kalderon "] 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.6.0" [dependencies.amethyst_core] version = "0.5.0" [dependencies.amethyst_derive] version = "0.3.0" [dependencies.derivative] version = "1.0" [dependencies.error-chain] version = "0.12" [dependencies.fnv] version = "1.0" [dependencies.genmesh] version = "0.6" [dependencies.gfx] version = "0.17.1" features = ["serialize"] [dependencies.gfx_core] version = "0.8.3" features = ["serialize"] [dependencies.gfx_device_gl] version = "0.15" optional = true [dependencies.gfx_macros] version = "0.2" [dependencies.gfx_window_glutin] version = "0.27.0" optional = true [dependencies.glsl-layout] version = "0.1.1" features = ["gfx"] [dependencies.glutin] version = "0.19" optional = true [dependencies.hetseq] version = "0.2.0" [dependencies.hibitset] version = "0.5.1" features = ["parallel"] [dependencies.image] version = "0.20" [dependencies.log] version = "0.4.6" [dependencies.rayon] version = "1.0.2" [dependencies.ron] version = "0.4" [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.3" optional = true [dependencies.wavefront_obj] version = "5.1" [dependencies.winit] version = "0.18" features = ["serde"] [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.3" 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.7" optional = true [target."cfg(windows)".dependencies.gfx_window_dxgi] version = "0.17" optional = true [badges.appveyor] branch = "master" repository = "amethyst/amethyst" [badges.travis-ci] repository = "amethyst/amethyst"