Skip to content

Commit

Permalink
Merge pull request rustwasm#206 from dlqs/master
Browse files Browse the repository at this point in the history
make clearer where to add web-sys as dependency in Debugging chapter
  • Loading branch information
fitzgen authored Dec 9, 2020
2 parents f40dd6d + 78afe02 commit 05338e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/game-of-life/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ First, add `web-sys` as a dependency and enable its `"console"` feature in
`wasm-game-of-life/Cargo.toml`:

```toml
[dependencies]

# ...

[dependencies.web-sys]
version = "0.3"
features = [
Expand Down

0 comments on commit 05338e1

Please sign in to comment.