Skip to content

Commit

Permalink
deps: adding js feature to getrandom to allow wasm support
Browse files Browse the repository at this point in the history
  • Loading branch information
thlorenz committed Jul 20, 2021
1 parent b58fb7a commit 7101524
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 0 deletions.
72 changes: 72 additions & 0 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions rid-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ doctest = false
rid_common = { path = "../rid-common" }
rid_ffi = { path = "../rid-ffi" }
cbindgen = "0.18.0"
getrandom = { version = "0.2", features = ["js"] }

anyhow = "1.0.38"
simple_logger = "1.11.0"
log = "0.4.14"

0 comments on commit 7101524

Please sign in to comment.