# 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_rendy" version = "0.15.3" authors = ["Amethyst Foundation "] description = "High-level rendering engine with multiple backends" keywords = ["game", "engine", "renderer", "3d", "amethyst"] categories = ["rendering", "rendering::engine"] license = "MIT/Apache-2.0" [package.metadata.docs.rs] features = ["shader-compiler", "test-support", "winit", "vulkan"] [[bench]] name = "camera" harness = false [dependencies.amethyst_assets] version = "0.15.3" [dependencies.amethyst_config] 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_window] version = "0.15.3" optional = true [dependencies.approx] version = "0.3.2" [dependencies.derivative] version = "2.1.1" [dependencies.derive-new] version = "0.5.6" [dependencies.failure] version = "0.1" [dependencies.fnv] version = "1" [dependencies.genmesh] version = "0.6" [dependencies.glsl-layout] version = "0.3" [dependencies.gltf] version = "0.15" features = ["KHR_lights_punctual"] [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.palette] version = "0.4" features = ["serde"] [dependencies.rendy] version = "0.4.1" features = ["base", "mesh-obj", "texture-image", "texture-palette", "serde-1"] default-features = false [dependencies.ron] version = "0.5" [dependencies.serde] version = "1" features = ["serde_derive"] [dependencies.smallvec] version = "1.2.0" [dependencies.static_assertions] version = "1.1" [dependencies.thread_profiler] version = "0.3" optional = true [features] empty = ["rendy/empty"] experimental-spirv-reflection = ["rendy/spirv-reflection"] metal = ["rendy/metal"] no-slow-safety-checks = ["rendy/no-slow-safety-checks"] profiler = ["thread_profiler/thread_profiler", "rendy/profiler"] shader-compiler = ["rendy/shader-compiler"] test-support = [] vulkan = ["rendy/vulkan"] vulkan-x11 = ["rendy/vulkan-x11"] window = ["rendy/wsi-winit", "amethyst_window"]