Skip to content

Commit

Permalink
Merge pull request #1332 from hannobraun/workaround
Browse files Browse the repository at this point in the history
Remove WASM workaround that is no longer required
  • Loading branch information
hannobraun authored Nov 9, 2022
2 parents d9bef00 + 259f31f commit b1f0656
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

6 changes: 0 additions & 6 deletions crates/fj-viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,3 @@ features = ["xdg-portal"]
[dependencies.wgpu]
version = "0.13.1"
features = ["webgl"]

# We don't depend on `getrandom` directly, but we need this to enable the `js`
# feature when cross-compiling to WASM. Otherwise, `getrandom` will not build.
[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
version = "0.2.8"
features = ["js"]

0 comments on commit b1f0656

Please sign in to comment.