Skip to content

Commit

Permalink
Bump wgpu to major release: 22.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tesuji committed Sep 8, 2024
1 parent 003494d commit cf4959a
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 @@ -31,7 +31,7 @@ optional = true

[dev-dependencies]
rand = "0.8"
wgpu = { version = "0.20", features = ["spirv"] }
wgpu = { version = "22.0.0", features = ["spirv"] }
pollster = "0.3"
env_logger = "0.11.0"

Expand Down

0 comments on commit cf4959a

Please sign in to comment.