1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 06:40:06 -04:00

Bump wgpu to 0.17.0

This required bumping wasm-bindgen to 0.2.87
This commit is contained in:
Aaron Hill
2023-07-21 22:04:32 -04:00
parent ff24ffbcbd
commit 0ec27820c9
5 changed files with 82 additions and 54 deletions

View File

@@ -65,6 +65,6 @@ env_logger = "0.10"
# web:
[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm-bindgen = "=0.2.86"
wasm-bindgen = "=0.2.87"
wasm-bindgen-futures = "0.4"
web-sys = "0.3"