Skip to content

Commit

Permalink
getrandom: enable wasm-bindgen for web compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
iceiix committed Dec 27, 2020
1 parent 52b6a82 commit 8f4883c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ serde_json = "1.0.60"
flate2 = { version = "1.0.19", features = ["rust_backend"], default-features = false }
zip = { version = "0.5.6", features = ["deflate"], default-features = false }
image = "0.23.12"
getrandom = { version = "0.1.14", features = ["wasm-bindgen"] }
rand = { version = "0.7.3", default-features = false }
rand_pcg = "0.2.1"
base64 = "0.13.0"
Expand Down

0 comments on commit 8f4883c

Please sign in to comment.