bevy/tools
Kaur Kuut 165c360070
Update wgpu to v0.19.3 and unpin web-sys. (#12247)
# Objective

This PR unpins `web-sys` so that unrelated projects that have
`bevy_render` in their workspace can finally update their `web-sys`.
More details in and fixes #12246.

## Solution

* Update `wgpu` from 0.19.1 to 0.19.3.
* Remove the `web-sys` pin.
* Update docs and wasm helper to remove the now-stale
`--cfg=web_sys_unstable_apis` Rust flag.

---

## Changelog

Updated `wgpu` to v0.19.3 and removed `web-sys` pin.
2024-03-02 00:44:51 +00:00
..
build-templated-pages Use immutable key for HashMap and HashSet (#12086) 2024-02-26 16:27:40 +00:00
build-wasm-example Update wgpu to v0.19.3 and unpin web-sys. (#12247) 2024-03-02 00:44:51 +00:00
ci Explicitly run +nightly for -Zcheck-cfg pass in ci. (#12230) 2024-03-01 18:25:19 +00:00
example-showcase Bump Version after Release (#12020) 2024-02-21 20:58:59 +00:00
publish.sh Upstreaming bevy_color. (#12013) 2024-02-23 17:51:31 +00:00