Skip to content

Commit

Permalink
Merge pull request #1355 from hannobraun/update
Browse files Browse the repository at this point in the history
Run `cargo update`
  • Loading branch information
hannobraun authored Nov 15, 2022
2 parents d5fe591 + 8e48242 commit e0d9a20
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 34 deletions.
78 changes: 44 additions & 34 deletions Cargo.lock

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

6 changes: 6 additions & 0 deletions crates/fj-viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,9 @@ 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 e0d9a20

Please sign in to comment.