Skip to content

Commit

Permalink
Update wgpu to v0.19.3 and unpin web-sys. (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
xStrom authored Mar 24, 2024
1 parent 2bc3385 commit c1c7b03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .cargo/config.toml

This file was deleted.

5 changes: 2 additions & 3 deletions Cargo.lock

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

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,10 @@ tracy = ["tracy-client", "profiling/profile-with-tracy"]
parking_lot = "0.12" # Note that wgpu already depends on parking_lot as well, so this doesn't add much.
thiserror = "1"
tracy-client = { version = "0.16", optional = true }
wgpu = "0.19"
wgpu = "0.19.3"

[dev-dependencies]
futures-lite = "2"
profiling = { version = "1" }
tracy-client = "0.16.1"
winit = "0.29"

[target.'cfg(target_arch = "wasm32")'.dependencies]
web-sys = "=0.3.67" # Prevent upgrading web-sys to 0.3.68 which would break wgpu right

0 comments on commit c1c7b03

Please sign in to comment.