Skip to content

Commit

Permalink
Stop pinning web-sys
Browse files Browse the repository at this point in the history
wgpu takes care of this now, as of 0.19.3.
  • Loading branch information
hannobraun committed Mar 11, 2024
1 parent afc2957 commit 3986b51
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 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.

10 changes: 0 additions & 10 deletions crates/fj-viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,3 @@ features = ["webgl"]
[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
version = "0.2.12"
features = ["js"]

# We don't depend on `web-sys` directly, but `wgpu` does. And we're enabling
# experimental features of `web-sys` to support WebGPU, and it seems that
# `web-sys` makes breaking changes to those in path versions.
#
# See https://github.com/gfx-rs/wgpu/issues/5243.
#
# Here, we pin `web-sys` to a known-good version.
[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
version = "=0.3.67"

0 comments on commit 3986b51

Please sign in to comment.