deno_webgpu 0.101.0

WebGPU implementation for Deno
Documentation
[lib]
path = "lib.rs"

[package]
authors = ["the Deno authors"]
description = "WebGPU implementation for Deno"
edition = "2021"
license = "MIT"
name = "deno_webgpu"
readme = "README.md"
repository = "https://github.com/gfx-rs/wgpu"
version = "0.101.0"
[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.wgpu-core]
features = ["raw-window-handle", "metal"]
version = "=0.18"
[target."cfg(any(windows, all(unix, not(target_os = \"emscripten\"))))".dependencies.wgpu-core]
features = ["raw-window-handle", "vulkan"]
version = "=0.18"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.deno_core]
version = "0.249.0"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.raw-window-handle]
version = "0.5.0"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.serde]
features = ["derive", "derive"]
version = "1.0.149"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio]
features = ["full", "full"]
version = "1.28.1"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.wgpu-core]
features = ["raw-window-handle", "trace", "replay", "serde", "strict_asserts", "wgsl", "gles"]
version = "=0.18"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.wgpu-types]
features = ["trace", "replay", "serde"]
version = "=0.18"
[target."cfg(windows)".dependencies.wgpu-core]
features = ["raw-window-handle", "dx11", "dx12"]
version = "=0.18"

[target."cfg(windows)".dependencies.wgpu-hal]
features = ["windows_rs"]
version = "=0.18"