mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 23:04:07 +00:00
21 lines
370 B
TOML
21 lines
370 B
TOML
[package]
|
|
name = "xtask"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
anyhow = "1"
|
|
env_logger = { version = "0.10.0", default-features = false }
|
|
glob = "0.3.1"
|
|
hlsl-snapshots = { path = "../hlsl-snapshots"}
|
|
indicatif = "0.17"
|
|
jobserver = "0.1"
|
|
log = "0.4.17"
|
|
num_cpus = "1.16"
|
|
pico-args = "0.5.0"
|
|
shell-words = "1.1.0"
|
|
which = "4.4.0"
|
|
|
|
[workspace]
|