Skip to content

Commit

Permalink
fix(deps): update rust crate wgpu to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 15, 2022
1 parent e1319b6 commit 8246255
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 12 deletions.
142 changes: 131 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/rrr_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rrr_render = { path = "../rrr_render" }
rrr_input = { path = "../rrr_input" }
wasm-bindgen = "0.2.83"
wasm-bindgen-futures = "0.4.33"
wgpu = { version = "0.13.1", features = ["webgl"] }
wgpu = { version = "0.14.0", features = ["webgl"] }
winit = "0.27.4"
winit_input_helper = "0.13.0"

Expand Down

0 comments on commit 8246255

Please sign in to comment.