Skip to content

Commit

Permalink
fix: set web-sys to =0.3.64
Browse files Browse the repository at this point in the history
  • Loading branch information
wash2 committed Dec 4, 2023
1 parent 66acf49 commit 419c052
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ unicode-segmentation = "1.0"
wasm-bindgen-futures = "0.4"
wasm-timer = "0.2"
wayland-protocols = { version = "0.31.0", features = [ "staging"]}
web-sys = "0.3"
web-sys = "=0.3.64"
wgpu = "0.18"
winapi = "0.3"
window_clipboard = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ iced_wgpu.features = ["webgl"]
console_error_panic_hook = "0.1"
console_log = "1.0"
wasm-bindgen = "0.2"
web-sys = { version = "0.3", features = ["Element", "HtmlCanvasElement", "Window", "Document"] }
web-sys = { version = "=0.3.64", features = ["Element", "HtmlCanvasElement", "Window", "Document"] }

0 comments on commit 419c052

Please sign in to comment.