rust-gpu/crates/spirv-std/shared/Cargo.toml
Gray Olson 20f1d603e4
Fix cfg-check lint errors, update glam to 0.29, wgpu to 22.1 (#1157)
* bump glam to 0.29

* fix cargo deny

* upgrade wgpu

* fix cfg-check lints
2024-09-10 17:48:17 +02:00

13 lines
342 B
TOML

[package]
name = "spirv-std-types"
description = "SPIR-V types shared between spirv-std and spirv-std-macros"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
[lints.rust]
unexpected_cfgs = { level = "allow", check-cfg = ['cfg(target_arch, values("spirv"))'] }