Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit 78afe02

Browse files
authored
make clearer where to add web-sys as dependency
1 parent ba061b5 commit 78afe02

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/game-of-life/debugging.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ First, add `web-sys` as a dependency and enable its `"console"` feature in
3737
`wasm-game-of-life/Cargo.toml`:
3838

3939
```toml
40+
[dependencies]
41+
42+
# ...
43+
4044
[dependencies.web-sys]
4145
version = "0.3"
4246
features = [

0 commit comments

Comments
 (0)