mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 14:55:05 +00:00
744454b9e2
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Connor Fitzgerald <connorwadefitzgerald@gmail.com>
16 lines
229 B
TOML
16 lines
229 B
TOML
[package]
|
|
name = "hlsl-snapshots"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[lib]
|
|
name = "hlsl_snapshots"
|
|
path = "src/lib.rs"
|
|
test = false
|
|
|
|
[dependencies]
|
|
anyhow = "1"
|
|
nanoserde = "0.1.37"
|