rendy-core 0.5.1

Rendy's utilities
Documentation
[dependencies.gfx-backend-empty]
optional = true
version = "0.4"

[dependencies.gfx-backend-gl]
features = ["glutin"]
optional = true
version = "0.4"

[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]
features = ["derive"]
optional = true
version = "1.0"

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

[package]
authors = ["omni-viral <scareaangel@gmail.com>"]
categories = ["rendering"]
description = "Rendy's utilities"
documentation = "https://docs.rs/rendy-core"
edition = "2018"
keywords = ["graphics", "gfx-hal", "rendy"]
license = "MIT OR Apache-2.0"
name = "rendy-core"
repository = "https://github.com/amethyst/rendy"
version = "0.5.1"
[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]
features = ["x11"]
optional = true
version = "0.4"
[target."cfg(all(target_os = \"windows\", not(target_arch = \"wasm32\")))".dependencies.gfx-backend-dx12]
optional = true
version = "0.4"
[target."cfg(any(all(not(target_arch = \"wasm32\"), target_os = \"macos\"), all(target_arch = \"aarch64\", target_os = \"ios\")))".dependencies.gfx-backend-metal]
optional = true
version = "0.4"