Skip to content

Commit 4e1f462

Browse files
committed
Fix WebGL crate versions
1 parent de2740c commit 4e1f462

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/render-webgl/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ inox2d-opengl = { path = "../../inox2d-opengl" }
99
common = { path = "../common" }
1010

1111
console_error_panic_hook = "0.1.7"
12-
glam = "0.25.0"
13-
glow = "0.13.1"
12+
glam = "0.29.0"
13+
glow = "0.14.1"
1414
js-sys = "0.3.64"
15-
reqwest = "0.11.18"
15+
reqwest = "0.12.7"
1616
tracing = "0.1.37"
1717
tracing-wasm = "0.2.1"
1818
wasm-bindgen = "0.2.87"

0 commit comments

Comments
 (0)