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