1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 05:10:03 -04:00

Update wasm-bindgen to 0.2.86 (#2995)

This commit is contained in:
Emil Ernerfeldt
2023-05-17 11:08:35 +02:00
committed by GitHub
parent ea71b7f20b
commit 856afc8f7e
5 changed files with 16 additions and 19 deletions

View File

@@ -133,7 +133,7 @@ winapi = "0.3.9"
bytemuck = "1.7"
js-sys = "0.3"
percent-encoding = "2.1"
wasm-bindgen = "=0.2.84"
wasm-bindgen = "0.2.86"
wasm-bindgen-futures = "0.4"
web-sys = { version = "0.3.58", features = [
"BinaryType",