# 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-kit" version = "0.1.2" description = "fafafafaf" keywords = ["abcd"] license = "MIT OR Apache-2.0" repository = "https://gitea.com/rustacean/wgpu-kit" [dependencies.log] version = "0.4" [dependencies.raw-window-handle] version = "0.5.0" [dependencies.wasm-bindgen] version = "0.2.83" [dependencies.wasm-bindgen-futures] version = "0.4.33" [dependencies.wgpu] version = "0.13" features = ["webgl"] [dependencies.winit] version = "0.27.3" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.async-executor] version = "1.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.env_logger] version = "0.9" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.pollster] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.console_error_panic_hook] version = "0.1.7" [target."cfg(target_arch = \"wasm32\")".dependencies.console_log] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] version = "0.3.60" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3.55" features = [ "HtmlCanvasElement", "Location", ]