# 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 = "wgpu-async" version = "23.0.0" include = [ "/Cargo.toml", "/LICENSE", "/README.md", "/src/**", ] description = "Converts some WGPU callback methods to async methods." homepage = "https://github.com/LucentFlux/wgpu-async" readme = "README.md" keywords = [ "async", "wasm", "wgpu", "utility", ] categories = [ "asynchronous", "rendering", ] license = "MIT" repository = "https://github.com/LucentFlux/wgpu-async" [dependencies.wgpu] version = "23.0.0" [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.pollster] version = "0.3" [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-futures] version = "0.4" [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "0.3"