mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -04:00
Run wasm-bindgen in CI and update parking_lot (#1293)
* Run wasm-bindgen in CI * Update parking_lot 0.11 -> 0.12
This commit is contained in:
@@ -63,7 +63,7 @@ atomic_refcell = { version = "0.1", optional = true } # Used instead of parking_
|
||||
bytemuck = { version = "1.7.2", features = ["derive"], optional = true }
|
||||
cint = { version = "^0.2.2", optional = true }
|
||||
nohash-hasher = "0.2"
|
||||
parking_lot = { version = "0.11", optional = true } # Using parking_lot over std::sync::Mutex gives 50% speedups in some real-world scenarios.
|
||||
parking_lot = { version = "0.12", optional = true } # Using parking_lot over std::sync::Mutex gives 50% speedups in some real-world scenarios.
|
||||
serde = { version = "1", features = ["derive", "rc"], optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user