blade-graphics 0.3.0

Graphics abstraction for Blade
Documentation
[dependencies.bitflags]
version = "2"

[dependencies.bytemuck]
features = ["derive"]
version = "1"

[dependencies.codespan-reporting]
version = "0.11"

[dependencies.hidden-trait]
version = "0.1"

[dependencies.log]
version = "0.4"

[dependencies.mint]
version = "0.5"

[dependencies.naga]
features = ["wgsl-in", "span", "validate", "clone"]
version = "0.14"

[dependencies.raw-window-handle]
version = "0.5"

[lib]

[package]
description = "Graphics abstraction for Blade"
edition = "2021"
keywords = ["graphics"]
license = "MIT"
name = "blade-graphics"
repository = "https://github.com/kvark/blade"
version = "0.3.0"
[target."cfg(all(gles, not(target_arch = \"wasm32\")))".dependencies.egl]
features = ["dynamic"]
package = "khronos-egl"
version = "5.0"

[target."cfg(all(gles, not(target_arch = \"wasm32\")))".dependencies.libloading]
version = "0.8"
[target."cfg(all(target_arch = \"wasm32\"))".dependencies.js-sys]
version = "0.3.60"

[target."cfg(all(target_arch = \"wasm32\"))".dependencies.wasm-bindgen]
version = "0.2.83"

[target."cfg(all(target_arch = \"wasm32\"))".dependencies.web-sys]
features = ["HtmlCanvasElement", "WebGl2RenderingContext"]
version = "0.3.60"
[target."cfg(any(gles, target_arch = \"wasm32\"))".dependencies.glow]
version = "0.12.2"

[target."cfg(any(gles, target_arch = \"wasm32\"))".dependencies.naga]
features = ["wgsl-in", "span", "validate", "glsl-out"]
version = "0.14"
[target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies.block]
version = "0.1"

[target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies.core-graphics-types]
version = "0.1"

[target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies.metal]
version = "0.25"

[target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies.naga]
features = ["wgsl-in", "span", "validate", "msl-out"]
version = "0.14"

[target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies.objc]
version = "0.2.5"
[target."cfg(any(vulkan, windows, target_os = \"linux\", target_os = \"android\"))".dependencies.ash]
version = "0.37"

[target."cfg(any(vulkan, windows, target_os = \"linux\", target_os = \"android\"))".dependencies.ash-window]
version = "0.12"

[target."cfg(any(vulkan, windows, target_os = \"linux\", target_os = \"android\"))".dependencies.gpu-alloc]
version = "0.6"

[target."cfg(any(vulkan, windows, target_os = \"linux\", target_os = \"android\"))".dependencies.gpu-alloc-ash]
version = "0.6"

[target."cfg(any(vulkan, windows, target_os = \"linux\", target_os = \"android\"))".dependencies.naga]
features = ["wgsl-in", "span", "validate", "spv-out"]
version = "0.14"

[target."cfg(any(vulkan, windows, target_os = \"linux\", target_os = \"android\"))".dependencies.slab]
version = "0.4"