# 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 = "rendy-core" version = "0.5.1" authors = ["omni-viral "] description = "Rendy's utilities" documentation = "https://docs.rs/rendy-core" keywords = ["graphics", "gfx-hal", "rendy"] categories = ["rendering"] license = "MIT OR Apache-2.0" repository = "https://github.com/amethyst/rendy" [dependencies.gfx-backend-empty] version = "0.4" optional = true [dependencies.gfx-backend-gl] version = "0.4" features = ["glutin"] optional = true [dependencies.gfx-hal] version = "0.4.1" [dependencies.lazy_static] version = "1.0" [dependencies.log] version = "0.4" [dependencies.parking_lot] version = "0.9" [dependencies.raw-window-handle] version = "0.3" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thread_profiler] version = "0.3" [features] dx12 = ["gfx-backend-dx12"] empty = ["gfx-backend-empty"] gl = ["gfx-backend-gl"] metal = ["gfx-backend-metal"] no-slow-safety-checks = [] serde-1 = ["serde", "gfx-hal/serde"] vulkan = ["gfx-backend-vulkan"] [target."cfg(all(any(target_os = \"windows\", all(unix, not(any(target_os = \"macos\", target_os = \"ios\")))), not(target_arch = \"wasm32\")))".dependencies.gfx-backend-vulkan] version = "0.4" features = ["x11"] optional = true [target."cfg(all(target_os = \"windows\", not(target_arch = \"wasm32\")))".dependencies.gfx-backend-dx12] version = "0.4" optional = true [target."cfg(any(all(not(target_arch = \"wasm32\"), target_os = \"macos\"), all(target_arch = \"aarch64\", target_os = \"ios\")))".dependencies.gfx-backend-metal] version = "0.4" optional = true