rendy-util 0.3.1

Rendy's utilities
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]
edition = "2018"
name = "rendy-util"
version = "0.3.1"
authors = ["omni-viral <scareaangel@gmail.com>"]
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.2"
optional = true

[dependencies.gfx-backend-empty]
version = "0.2"
optional = true

[dependencies.gfx-backend-metal]
version = "0.2"
optional = true

[dependencies.gfx-backend-vulkan]
version = "0.2"
optional = true

[dependencies.gfx-hal]
version = "0.2"

[dependencies.lazy_static]
version = "1.0"

[dependencies.log]
version = "0.4"

[dependencies.parking_lot]
version = "0.7"

[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"]