mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
Update web-sys & wasm-bindgen (#4980)
This PR updates web-sys & wasm to the newest version. (this was already part of the POC #4954 ) * Closes <https://github.com/emilk/egui/issues/4961> * Closes <https://github.com/emilk/egui/issues/4958> * [x] I have followed the instructions in the PR template
This commit is contained in:
@@ -90,7 +90,7 @@ thiserror = "1.0.37"
|
||||
web-time = "1.1.0" # Timekeeping for native and web
|
||||
wasm-bindgen = "0.2"
|
||||
wasm-bindgen-futures = "0.4"
|
||||
web-sys = "0.3.58"
|
||||
web-sys = "0.3.70"
|
||||
wgpu = { version = "22.1.0", default-features = false, features = [
|
||||
# Make the renderer `Sync` even on wasm32, because it makes the code simpler:
|
||||
"fragile-send-sync-non-atomic-wasm",
|
||||
|
||||
Reference in New Issue
Block a user