# 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 = "denog_webgpu" version = "0.7.3" authors = [ "the Deno authors", "Jo Bates", ] description = "WebGPU implementation for Denog" readme = "README.md" license = "MIT" repository = "https://github.com/denogdev/denog" [lib] path = "lib.rs" [dependencies.deno_core] version = "0.175.0" [dependencies.raw-window-handle] version = "0.5.0" [dependencies.serde] version = "1.0.149" features = ["derive"] [dependencies.tokio] version = "=1.25.0" features = ["full"] [dependencies.wgpu-core] version = "0.15" features = [ "trace", "replay", "serde", "strict_asserts", "wgsl", "gles", "raw-window-handle", ] [dependencies.wgpu-types] version = "0.15" features = [ "trace", "replay", "serde", ] [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.wgpu-core] version = "0.15" features = ["metal"] [target."cfg(any(windows, all(unix, not(target_arch = \"emscripten\"))))".dependencies.wgpu-core] version = "0.15" features = ["vulkan"] [target."cfg(windows)".dependencies.wgpu-core] version = "0.15" features = [ "dx11", "dx12", ]