[dependencies]
[[example]]
name = "simple"
path = "examples/simple.rs"
[lib]
name = "webgpu_check"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A simple, minimal crate to probe WebGPU support."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "webgpu_check"
readme = "README.md"
repository = "https://github.com/loopystudios/webgpu_check"
version = "0.1.3"
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.notify-rust]
version = "4.11.3"
[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
features = ["Window", "Navigator", "Gpu"]
version = "0.3.70"
[target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-test]
version = "0.3.45"
[target.'cfg(target_arch = "wasm32")'.dev-dependencies.web-sys]
features = ["Window", "Document", "HtmlElement", "Navigator", "Gpu"]
version = "0.3.70"
[[test]]
name = "tests"
path = "tests/tests.rs"