Skip to content

Commit

Permalink
WIP: feat(cli): add moz-webgpu-cts process-reports subcmd.
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Oct 27, 2023
1 parent cdbc4ed commit 4e4f783
Show file tree
Hide file tree
Showing 7 changed files with 882 additions and 10 deletions.
52 changes: 50 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion moz-webgpu-cts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ license = "MIT or Apache-2.0"
publish = false

[dependencies]
camino = "1.1.6"
chumsky = { workspace = true }
clap = { version = "4.4.2", features = ["derive"] }
env_logger = "0.10.0"
Expand All @@ -20,9 +21,11 @@ miette = { version = "5.10.0", features = ["fancy"] }
natord = "1.0.9"
path-dsl = "0.6.1"
regex = "1.9.5"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
strum = { version = "0.25.0", features = ["derive"] }
thiserror = "1.0.49"
wax = "0.6.0"
wax = { version = "0.6.0", features = ["miette"], git = "https://github.com/ErichDonGubler/wax", branch = "static-miette-diags"}
whippit = { version = "0.2.2", path = "../whippit", default-features = false }

[dev-dependencies]
Expand Down
Loading

0 comments on commit 4e4f783

Please sign in to comment.