spirv-webgpu-transform 0.1.3

Transform SPIRV to be webgpu friendly
Documentation
# 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 = "spirv-webgpu-transform"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Transform SPIRV to be webgpu friendly"
homepage = "https://github.com/davnotdev/spirv-webgpu-transform"
readme = "README.md"
keywords = [
    "gamedev",
    "graphics",
]
categories = ["graphics"]
license = "BSD-2-Clause"
repository = "https://github.com/davnotdev/spirv-webgpu-transform"

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

[[bin]]
name = "spv_webgpu_transform"
path = "src/bin/spv_webgpu_transform.rs"

[dev-dependencies.naga]
version = "23"
features = [
    "spv-in",
    "wgsl-out",
]

[dev-dependencies.spirv-tools]
version = "0.13"