Skip to content

Commit

Permalink
fix(deps): update rust crate wgpu to v23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 28, 2024
1 parent 2febffc commit 6c31255
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 = "22.1" }
wgpu = { version = "23.0" }
anyhow = "1"
winit = { version = "0.30", features = ["rwh_06"] }
bytemuck = { version = "1.15", features = ["derive"] }
Expand Down

0 comments on commit 6c31255

Please sign in to comment.