Skip to content

Commit

Permalink
fix compute & render benchmarks no longer compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Jun 29, 2024
1 parent be96703 commit b764128
Show file tree
Hide file tree
Showing 6 changed files with 207 additions and 39 deletions.
220 changes: 196 additions & 24 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion benches/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ pollster.workspace = true
profiling.workspace = true
rayon.workspace = true
tracy-client = { workspace = true, optional = true }
wgpu.workspace = true
wgpu.workspace = { workspace = true, features = ["wgsl"] }
Loading

0 comments on commit b764128

Please sign in to comment.