Skip to content

Commit

Permalink
Pin web-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Feb 14, 2024
1 parent ee409d7 commit d342ca7
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 48 deletions.
111 changes: 64 additions & 47 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ console_log = "*"
getrandom = { version = "*", features = ["js"] }
wasm-bindgen = "*"
wasm-bindgen-futures = "*"
web-sys = { version = "*", features = ["Document", "Element", "Window"] }
# Version pinning - see https://github.com/gfx-rs/wgpu/pull/5224
web-sys = { version = "=0.3.67", features = ["Document", "Element", "Window"] }
js-sys = "*"

[dev-dependencies]
Expand Down

0 comments on commit d342ca7

Please sign in to comment.