Skip to content

Commit

Permalink
Merge pull request #28 from asfuon/patch-1
Browse files Browse the repository at this point in the history
chore: fix missing dependencies name in tutorial
  • Loading branch information
jinleili authored Dec 12, 2024
2 parents 6078c35 + 7dc59a7 commit b4c2e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/beginner/tutorial1-window.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ console_error_panic_hook = "0.1.7"
console_log = "1.0"
wasm-bindgen = "0.2.97"
wasm-bindgen-futures = "0.4.47"
{ version = "0.3.74", features = [
web-sys = { version = "0.3.74", features = [
"Document",
"Window",
"Element",
Expand Down

0 comments on commit b4c2e0d

Please sign in to comment.