[package] name = "naga-xtask" version = "0.1.0" edition = "2021" publish = false rust-version = "1.84" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] anyhow = "1" env_logger = { version = "0.11.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 = "7.0.0"