Skip to content

Commit

Permalink
fix(deps): update rust crate wgpu to 0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 17, 2024
1 parent b9f2706 commit 0d67f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/runtime/wgpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Max Jöhnk <maxjoehnk@gmail.com>"]
edition = "2021"

[dependencies]
wgpu = { version = "0.19", features = ["trace"] }
wgpu = { version = "0.20", features = ["trace"] }
anyhow = "1"
winit = { version = "0.29", features = ["rwh_05"] }
bytemuck = { version = "1.15", features = ["derive"] }
Expand Down

0 comments on commit 0d67f30

Please sign in to comment.