Skip to content

Commit

Permalink
Update wgpu dependency
Browse files Browse the repository at this point in the history
Hitting a bug in the wgpu crate. 
see: gfx-rs/wgpu#4959
  • Loading branch information
Riomhchlaraitheoir authored Mar 17, 2024
1 parent cf3c1ca commit ef3d30e
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 @@ -88,7 +88,7 @@ crossterm = "0.27"
futures-intrusive = "0.5"
text_placeholder = "0.5.0"
pollster = "0.3"
wgpu = "0.18.0"
wgpu = "0.19.3"

# Burnbench
arboard = "3.3.1"
Expand Down

0 comments on commit ef3d30e

Please sign in to comment.