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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user