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

Revert wasm-bindgen to 0.2.100 (#7612)

This commit is contained in:
Emil Ernerfeldt
2025-10-09 08:56:33 +02:00
committed by GitHub
parent 917aaca991
commit 9e13889589
4 changed files with 28 additions and 30 deletions

View File

@@ -96,7 +96,7 @@ glutin = { version = "0.32.3", default-features = false }
glutin-winit = { version = "0.5.0", default-features = false }
home = "0.5.9"
image = { version = "0.25.6", default-features = false }
js-sys = "0.3.81"
js-sys = "0.3.77"
kittest = { version = "0.2.0", git = "https://github.com/rerun-io/kittest.git" }
log = { version = "0.4.28", features = ["std"] }
memoffset = "0.9.1"
@@ -134,10 +134,10 @@ tokio = "1.47.1"
type-map = "0.5.1"
unicode_names2 = { version = "2.0.0", default-features = false }
unicode-segmentation = "1.12.0"
wasm-bindgen = "0.2.104" # Keep wasm-bindgen in sync in: setup_web.sh, Cargo.toml, Cargo.lock, rust.yml
wasm-bindgen-futures = "0.4.54"
wasm-bindgen = "0.2.100" # Keep wasm-bindgen version in sync in: setup_web.sh, Cargo.toml, Cargo.lock, rust.yml
wasm-bindgen-futures = "0.4.0"
wayland-cursor = { version = "0.31.11", default-features = false }
web-sys = "0.3.81"
web-sys = "0.3.77"
web-time = "1.1.0" # Timekeeping for native and web
webbrowser = "1.0.5"
wgpu = { version = "27.0.1", default-features = false, features = ["std"] }