wgpu 0.19.3

Rusty WebGPU API wrapper
Documentation
[build-dependencies.cfg_aliases]
version = "0.1"
[dependencies.arrayvec]
version = "0.7"

[dependencies.cfg-if]
version = "1"

[dependencies.log]
version = "0.4"

[dependencies.naga]
features = ["clone"]
optional = true
version = "0.19.0"

[dependencies.parking_lot]
version = ">=0.11,<0.13"

[dependencies.profiling]
default-features = false
version = "1"

[dependencies.raw-window-handle]
features = ["std"]
version = "0.6"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1"

[dependencies.smallvec]
version = "1"

[dependencies.static_assertions]
version = "1.1.0"

[dependencies.wgc]
features = ["raw-window-handle"]
optional = true
package = "wgpu-core"
version = "0.19.0"

[dependencies.wgt]
package = "wgpu-types"
version = "0.19.0"
[dev-dependencies.naga]
features = ["wgsl-in"]
version = "0.19.0"

[features]
angle = ["wgc?/gles"]
api_log_info = ["wgc/api_log_info"]
default = ["wgsl", "dx12", "metal", "webgpu"]
dx12 = ["wgc?/dx12"]
fragile-send-sync-non-atomic-wasm = ["hal/fragile-send-sync-non-atomic-wasm", "wgc/fragile-send-sync-non-atomic-wasm", "wgt/fragile-send-sync-non-atomic-wasm"]
glsl = ["naga/glsl-in"]
metal = ["wgc?/metal"]
naga-ir = ["naga"]
replay = ["serde", "wgc/replay"]
spirv = ["naga/spv-in"]
strict_asserts = ["wgc?/strict_asserts", "wgt/strict_asserts"]
trace = ["serde", "wgc/trace"]
vulkan-portability = ["wgc?/vulkan"]
webgl = ["hal", "wgc/gles"]
webgpu = ["naga?/wgsl-out"]
wgsl = ["wgc?/wgsl"]

[lib]

[package]
authors = ["gfx-rs developers"]
description = "Rusty WebGPU API wrapper"
edition = "2021"
exclude = ["Cargo.lock"]
homepage = "https://wgpu.rs/"
keywords = ["graphics"]
license = "MIT OR Apache-2.0"
name = "wgpu"
readme = "README.md"
repository = "https://github.com/gfx-rs/wgpu"
version = "0.19.3"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
targets = ["x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-pc-windows-msvc", "wasm32-unknown-unknown"]
[target."cfg(all(not(target_arch = \"wasm32\"), unix, not(target_os = \"ios\"), not(target_os = \"macos\")))".dependencies.hal]
features = ["renderdoc"]
package = "wgpu-hal"
version = "0.19.0"
[target."cfg(all(unix, not(target_os = \"ios\"), not(target_os = \"macos\")))".dependencies.wgc]
features = ["gles"]
package = "wgpu-core"
version = "0.19.0"
[target."cfg(any(not(target_arch = \"wasm32\"), target_os = \"emscripten\"))".dependencies.hal]
package = "wgpu-hal"
version = "0.19.0"

[target."cfg(any(not(target_arch = \"wasm32\"), target_os = \"emscripten\"))".dependencies.wgc]
features = ["raw-window-handle"]
package = "wgpu-core"
version = "0.19.0"
[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.wgc]
package = "wgpu-core"
version = "0.19.0"
[target."cfg(any(windows, all(unix, not(target_os = \"emscripten\"), not(target_os = \"ios\"), not(target_os = \"macos\"))))".dependencies.wgc]
features = ["vulkan"]
package = "wgpu-core"
version = "0.19.0"
[target."cfg(target_arch = \"wasm32\")".dependencies.hal]
optional = true
package = "wgpu-hal"
version = "0.19.0"

[target."cfg(target_arch = \"wasm32\")".dependencies.js-sys]
version = "0.3.67"

[target."cfg(target_arch = \"wasm32\")".dependencies.parking_lot]
version = ">=0.11,<0.13"

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

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

[target."cfg(target_arch = \"wasm32\")".dependencies.web-sys]
features = ["Document", "Navigator", "Node", "NodeList", "HtmlCanvasElement", "OffscreenCanvas", "ImageBitmap", "ImageBitmapRenderingContext", "Window", "WorkerGlobalScope", "WorkerNavigator", "Event", "EventTarget"]
version = "0.3.67"
[target."cfg(windows)".dependencies.hal]
features = ["dxc_shader_compiler", "renderdoc", "windows_rs"]
package = "wgpu-hal"
version = "0.19.0"

[target."cfg(windows)".dependencies.wgc]
features = ["gles"]
package = "wgpu-core"
version = "0.19.0"