Skip to content

Commit

Permalink
fix(deps): update rust crate wgpu to 0.20 (#117)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 8, 2024
1 parent 2488129 commit 3aa4b8c
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.19", features = ["webgl"] }
wgpu = { version = "0.20", features = ["webgl"] }
winit = "0.28"
winit_input_helper = "0.16"

Expand Down

0 comments on commit 3aa4b8c

Please sign in to comment.