1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 06:10:06 -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

@@ -20,7 +20,7 @@ include = [
[dependencies]
ahash = { version = "0.6", features = ["std"], default-features = false }
parking_lot = "0.11"
parking_lot = "0.11" # Using parking_lot over std::sync::Mutex gives 50% speedups in some real-world scenarios
rusttype = "0.9"
serde = { version = "1", features = ["derive"], optional = true }
serde_json = { version = "1", optional = true }