# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "webgpu_check" version = "0.1.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple, minimal crate to probe WebGPU support." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/loopystudios/webgpu_check" [lib] name = "webgpu_check" path = "src/lib.rs" [[example]] name = "simple" path = "examples/simple.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies] [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.notify-rust] version = "4.11.3" [target.'cfg(target_arch = "wasm32")'.dependencies.web-sys] version = "0.3.70" features = [ "Window", "Navigator", "Gpu", ] [target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-test] version = "0.3.45" [target.'cfg(target_arch = "wasm32")'.dev-dependencies.web-sys] version = "0.3.70" features = [ "Window", "Document", "HtmlElement", "Navigator", "Gpu", ]