We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94ef453 commit 8380639Copy full SHA for 8380639
1 file changed
Cargo.toml
@@ -102,6 +102,6 @@ wasm-bindgen = "0.2"
102
wasm-bindgen-derive = "0.2"
103
wasm-bindgen-futures = "0.4"
104
web-time = "1"
105
-web-sys = "0.3"
+web-sys = "0.3, <0.3.92"
106
wgpu = { version = "27.0.1", default-features = false, features = ["metal", "wgsl", "webgl", "vulkan", "gles"] }
107
winit = { version = "0.30", default-features = false }
0 commit comments