Skip to content

Commit

Permalink
fix(deps): update rust crate wgpu to 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 21, 2023
1 parent e3da7f8 commit abda22e
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 @@ -29,4 +29,4 @@ wasm-bindgen = "0.2.87"
console_error_panic_hook = "0.1.7"
tracing-wasm = "0.2"
wasm-bindgen-futures = "0.4"
wgpu = { version = "0.16.1", features = ["webgl"] }
wgpu = { version = "0.17.0", features = ["webgl"] }

0 comments on commit abda22e

Please sign in to comment.