Skip to content

Commit

Permalink
re-add getrandom (needed for wasm)
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Dec 21, 2024
1 parent 0620897 commit a50a23a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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 crates/whiskers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ anyhow.workspace = true
convert_case.workspace = true
eframe.workspace = true
egui.workspace = true
getrandom.workspace = true # needed for wasm build
kurbo.workspace = true
itertools.workspace = true
log.workspace = true
Expand Down

0 comments on commit a50a23a

Please sign in to comment.