Skip to content

Commit

Permalink
Fix WebGL crate versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Speykious committed Sep 24, 2024
1 parent de2740c commit 4e1f462
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/render-webgl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ inox2d-opengl = { path = "../../inox2d-opengl" }
common = { path = "../common" }

console_error_panic_hook = "0.1.7"
glam = "0.25.0"
glow = "0.13.1"
glam = "0.29.0"
glow = "0.14.1"
js-sys = "0.3.64"
reqwest = "0.11.18"
reqwest = "0.12.7"
tracing = "0.1.37"
tracing-wasm = "0.2.1"
wasm-bindgen = "0.2.87"
Expand Down

0 comments on commit 4e1f462

Please sign in to comment.