Skip to content

Commit

Permalink
update wgpu to v0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
teoxoy committed Aug 19, 2023
1 parent ecdc298 commit 0e056b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ static-rc = { version = "0.6", features = ["alloc"], default-features = false, o
criterion = { version = "0.4", features = ["cargo_bench_support", "html_reports"], default-features = false }
rand = { version = "0.8", features = ["std_rng"], default-features = false }
mimalloc = { version = "0.1", default-features = false }
wgpu = { version = "0.15", features = ["wgsl"], default-features = false }
wgpu = { version = "0.17", features = ["wgsl"], default-features = false }
futures = { version = "0.3", features = ["executor"], default-features = false }
pprof = { version = "0.11", features = ["criterion", "flamegraph"], default-features = false }
trybuild = { version = "1", default-features = false }

0 comments on commit 0e056b5

Please sign in to comment.