1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 22:30:03 -04:00

Update parking_lot_core

Required turning on features = ["wasm-bindgen"] in egui_web
This commit is contained in:
Emil Ernerfeldt
2020-12-16 15:36:58 +01:00
parent f9fc1e8a23
commit 8528d8c5f7
3 changed files with 8 additions and 15 deletions

View File

@@ -18,7 +18,7 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
egui = { version = "0.5.0", path = "../egui", features = ["serde"] }
js-sys = "0.3"
parking_lot = "0.11"
parking_lot = { version = "0.11", features = ["wasm-bindgen"] }
serde = "1"
serde_json = "1"
wasm-bindgen = "0.2"