Skip to content

Commit 080cda3

Browse files
committed
Build fix: Update web-sys to 0.3.64 in basic example
1 parent 30ac432 commit 080cda3

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/basic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ iced = "0.10.0"
1010
iced_node_editor = { path = "../../iced_node_editor"}
1111

1212
[target.'cfg(target_arch = "wasm32")'.dependencies]
13-
web-sys = "0.3.61"
13+
web-sys = "0.3.64"

0 commit comments

Comments
 (0)