We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de2740c commit 4e1f462Copy full SHA for 4e1f462
examples/render-webgl/Cargo.toml
@@ -9,10 +9,10 @@ inox2d-opengl = { path = "../../inox2d-opengl" }
9
common = { path = "../common" }
10
11
console_error_panic_hook = "0.1.7"
12
-glam = "0.25.0"
13
-glow = "0.13.1"
+glam = "0.29.0"
+glow = "0.14.1"
14
js-sys = "0.3.64"
15
-reqwest = "0.11.18"
+reqwest = "0.12.7"
16
tracing = "0.1.37"
17
tracing-wasm = "0.2.1"
18
wasm-bindgen = "0.2.87"
0 commit comments