Skip to content

Commit

Permalink
fix(deps): update rust crate winit_input_helper to 0.16 (#111)
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 Mar 4, 2024
1 parent 4248ed3 commit 216c8e9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
17 changes: 14 additions & 3 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 @@ -38,7 +38,7 @@ wasm-bindgen = "0.2"
wasm-bindgen-futures = "0.4"
wgpu = { version = "0.18", features = ["webgl"] }
winit = "0.28"
winit_input_helper = "0.15"
winit_input_helper = "0.16"

[dependencies.web-sys]
version = "0.3"
Expand Down

0 comments on commit 216c8e9

Please sign in to comment.