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 Oct 30, 2024
1 parent b9641a9 commit 5aa68e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rrr_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ rrr_render = { path = "../rrr_render" }
rrr_time = { path = "../rrr_time" }
wasm-bindgen = "0.2"
wasm-bindgen-futures = "0.4"
wgpu = { version = "0.20", features = ["webgl"] }
wgpu = { version = "23.0", features = ["webgl"] }
winit = "0.28"
winit_input_helper = "0.16"

Expand Down

0 comments on commit 5aa68e7

Please sign in to comment.