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 ebe78fb commit 7496e2a
Show file tree
Hide file tree
Showing 7 changed files with 873 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ default = ["unstructured-properties"]
unstructured-properties = []

[dependencies]
camino = "1.1.6"
chumsky = { version = "1.0.0-alpha.6", features = ["label", "pratt"] }
clap = { version = "4.4.2", features = ["derive"] }
env_logger = "0.10.0"
Expand All @@ -24,9 +25,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"}

[dev-dependencies]
insta = "1.33.0"
Expand Down
Loading

0 comments on commit 7496e2a

Please sign in to comment.