Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Apr 3, 2024
1 parent 06835a0 commit ebd3ddd
Show file tree
Hide file tree
Showing 9 changed files with 1,466 additions and 469 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ members = [
resolver = "2"

[workspace.dependencies]
env_logger = "0.10.0"
format = "0.2.4"
indexmap = "2.0.0"
insta = "1.38.0"
Expand Down
2 changes: 1 addition & 1 deletion moz-webgpu-cts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
[dependencies]
camino = "1.1.6"
clap = { version = "4.4.2", features = ["derive"] }
env_logger = "0.10.0"
env_logger = { workspace = true }
enumset = "1.1.3"
format = { workspace = true }
indexmap = { workspace = true }
Expand Down
Loading

0 comments on commit ebd3ddd

Please sign in to comment.