mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 23:00:04 -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:
@@ -77,6 +77,6 @@ rfd = { version = "0.13", optional = true }
|
||||
|
||||
# web:
|
||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||
wasm-bindgen = "=0.2.92"
|
||||
wasm-bindgen = "=0.2.93"
|
||||
wasm-bindgen-futures.workspace = true
|
||||
web-sys.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user