mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-21 22:34:34 +00:00
20f1d603e4
* bump glam to 0.29 * fix cargo deny * upgrade wgpu * fix cfg-check lints
13 lines
342 B
TOML
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"))'] }
|
|
|