Skip to content

Commit

Permalink
fix(deps): update rust crate wgpu to 0.19.3 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenLoc authored Mar 24, 2024
2 parents adb0327 + b07b385 commit 3228826
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 @@ -28,7 +28,7 @@ wasm-bindgen = "0.2.87"
console_error_panic_hook = "0.1.7"
tracing-wasm = "0.2"
wasm-bindgen-futures = "0.4.37"
wgpu = { version = "0.18.0", features = ["webgl"] }
wgpu = { version = "0.19.3", features = ["webgl"] }
enum-map = { version = "2", features = ["serde"] }
web-sys = "0.3.64"
web-time = "0.2.3"
Expand Down

0 comments on commit 3228826

Please sign in to comment.