Skip to content

Commit

Permalink
fix(deps): update rust crate wgpu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 16, 2025
1 parent c1c9a66 commit d21040e
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 @@ -30,7 +30,7 @@ wasm-bindgen = "0.2"
console_error_panic_hook = "0.1.7"
tracing-wasm = "0.2"
wasm-bindgen-futures = "0.4"
wgpu = { version = "0.19", features = ["webgl"] }
wgpu = { version = "24.0", features = ["webgl"] }

[profile.release]
opt-level = 2 # fast and small wasm
Expand Down

0 comments on commit d21040e

Please sign in to comment.