webgpu-shim 0.1.0

Webgpu shim based on wgpu
# 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 = "2024"
name = "webgpu-shim"
version = "0.1.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Webgpu shim based on wgpu"
readme = "README.md"
license = "MIT OR Apache-2.0"
resolver = "2"

[lib]
name = "webgpu_shim"
path = "src/lib.rs"

[dependencies.cxx]
version = "1.0"

[dependencies.wgpu]
version = "29.0.0"

[build-dependencies.bindgen]
version = "0.72.0"

[build-dependencies.downloader]
version = "0.2"

[build-dependencies.sha256]
version = "1.6"