[features]
webgl = ["wgpu-hal/gles"]
[lib]
name = "wgpu_core_deps_wasm"
path = "src/lib.rs"
[package]
authors = ["gfx-rs developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Feature unification helper crate for the WebAssembly platform"
edition = "2021"
homepage = "https://wgpu.rs/"
keywords = ["graphics"]
license = "MIT OR Apache-2.0"
name = "wgpu-core-deps-wasm"
readme = "README.md"
repository = "https://github.com/gfx-rs/wgpu"
rust-version = "1.76"
version = "26.0.0"
[target.'cfg(all(target_arch = "wasm32", not(target_os = "emscripten")))'.dependencies.wgpu-hal]
version = "26.0.0"