wgpu/xtask/Cargo.toml

21 lines
420 B
TOML
Raw Normal View History

[package]
name = "xtask"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
# The dependencies in this config have no transitive dependencies.
anyhow = "1.0.71"
env_logger = { version = "0.10.0", default-features = false }
regex-lite = "0.1.5"
log = "0.4.18"
pico-args = { version = "0.5.0", features = [
"eq-separator",
"short-space-opt",
"combined-flags",
] }
2023-10-19 16:06:42 +00:00
xshell = "0.2.3"
[workspace]