Skip to content

Commit 8380639

Browse files
committed
chore: Limit version of web-sys due to breaking change
1 parent 94ef453 commit 8380639

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,6 @@ wasm-bindgen = "0.2"
102102
wasm-bindgen-derive = "0.2"
103103
wasm-bindgen-futures = "0.4"
104104
web-time = "1"
105-
web-sys = "0.3"
105+
web-sys = "0.3, <0.3.92"
106106
wgpu = { version = "27.0.1", default-features = false, features = ["metal", "wgsl", "webgl", "vulkan", "gles"] }
107107
winit = { version = "0.30", default-features = false }

0 commit comments

Comments
 (0)