Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Jun 12, 2024
1 parent 4aea535 commit e3d20be
Show file tree
Hide file tree
Showing 9 changed files with 1,496 additions and 473 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 @@ -13,7 +13,7 @@ dist = true
[dependencies]
camino = { version = "1.1.6", features = ["serde1"] }
clap = { version = "4.4.2", features = ["derive"] }
env_logger = "0.10.0"
env_logger = { workspace = true }
enumset = { version = "1.1.3", features = ["serde"] }
format = { workspace = true }
indexmap = { workspace = true }
Expand Down
Loading

0 comments on commit e3d20be

Please sign in to comment.