wgpu/hlsl-snapshots/Cargo.toml
Fredrik Fornwall 981c1f9196
Fix installing naga-cli from git (#2398)
Move hl-snapshots out from the xtask workspace, since it's also used as
a dev dependency in the naga crate itself for a test.
2023-07-08 01:33:48 +02:00

10 lines
135 B
TOML

[package]
name = "hlsl-snapshots"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
anyhow = "1"
nanoserde = "0.1.32"