wgpu/naga/hlsl-snapshots/Cargo.toml

16 lines
229 B
TOML
Raw Normal View History

[package]
name = "hlsl-snapshots"
version = "0.1.0"
edition = "2021"
publish = false
2023-10-25 20:51:36 +00:00
license = "MIT OR Apache-2.0"
[lib]
name = "hlsl_snapshots"
path = "src/lib.rs"
test = false
[dependencies]
anyhow = "1"
nanoserde = "0.1.37"