mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 23:04:07 +00:00
981c1f9196
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.
10 lines
135 B
TOML
10 lines
135 B
TOML
[package]
|
|
name = "hlsl-snapshots"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
anyhow = "1"
|
|
nanoserde = "0.1.32"
|