wgpu-shaders 28.0.0

Shader compilation for wgpu, using naga.
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 = "2021"
rust-version = "1.87"
name = "wgpu-shaders"
version = "28.0.0"
authors = ["gfx-rs developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shader compilation for wgpu, using naga."
homepage = "https://wgpu.rs/"
readme = "README.md"
keywords = ["graphics"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/gfx-rs/wgpu"

[package.metadata.docs.rs]
all-features = true

[features]
default = [
    "std",
    "wgsl-in",
    "spv-in",
    "glsl-in",
    "ir-in",
    "wgsl-out",
    "spv-out",
    "glsl-out",
    "hlsl-out",
    "msl-out",
    "ir-out",
    "static-dxc",
]
glsl-in = ["naga/glsl-in"]
glsl-out = ["naga?/glsl-out"]
hlsl-out = ["naga?/hlsl-out"]
ir-in = ["naga/serialize"]
ir-out = ["naga/deserialize"]
msl-out = ["naga?/msl-out"]
spv-in = ["naga/spv-in"]
spv-out = ["naga?/spv-out"]
static-dxc = []
std = ["wgpu-types/std"]
wgsl-in = ["naga/wgsl-in"]
wgsl-out = ["naga?/wgsl-out"]

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

[dependencies.naga]
version = "28.0.0"
optional = true

[dependencies.wgpu-types]
version = "28.0.0"
default-features = false

[lints.clippy]
ref_as_ptr = "warn"