# 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-util" version = "0.4.1" authors = ["omni-viral "] description = "Rendy's utilities" documentation = "https://docs.rs/rendy-util" keywords = ["graphics", "gfx-hal", "rendy"] categories = ["rendering"] license = "MIT OR Apache-2.0" repository = "https://github.com/amethyst/rendy" [dependencies.derivative] version = "1.0" [dependencies.gfx-backend-dx12] version = "0.3" features = ["winit"] optional = true [dependencies.gfx-backend-empty] version = "0.3" features = ["winit"] optional = true [dependencies.gfx-backend-metal] version = "0.3" features = ["winit"] optional = true [dependencies.gfx-backend-vulkan] version = "0.3" features = ["winit"] optional = true [dependencies.gfx-hal] version = "0.3" [dependencies.lazy_static] version = "1.0" [dependencies.log] version = "0.4" [dependencies.parking_lot] version = "0.9" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thread_profiler] version = "0.3" [features] dx12 = ["gfx-backend-dx12"] empty = ["gfx-backend-empty"] metal = ["gfx-backend-metal"] no-slow-safety-checks = [] serde-1 = ["serde", "gfx-hal/serde"] vulkan = ["gfx-backend-vulkan"] vulkan-x11 = ["vulkan", "gfx-backend-vulkan/x11"]