Skip to content

Commit 8bc47f5

Browse files
committed
fix: set web-sys to =0.3.64
1 parent baa9ce9 commit 8bc47f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ unicode-segmentation = "1.0"
168168
wasm-bindgen-futures = "0.4"
169169
wasm-timer = "0.2"
170170
wayland-protocols = { version = "0.31.0", features = [ "staging"]}
171-
web-sys = "0.3"
171+
web-sys = "=0.3.64"
172172
wgpu = "0.18"
173173
winapi = "0.3"
174174
window_clipboard = "0.3"

examples/integration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ iced_wgpu.features = ["webgl"]
2020
console_error_panic_hook = "0.1"
2121
console_log = "1.0"
2222
wasm-bindgen = "0.2"
23-
web-sys = { version = "0.3", features = ["Element", "HtmlCanvasElement", "Window", "Document"] }
23+
web-sys = { version = "=0.3.64", features = ["Element", "HtmlCanvasElement", "Window", "Document"] }

0 commit comments

Comments
 (0)