1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 06:40:06 -04:00

Switch to parking_lot::Mutex

This commit is contained in:
Emil Ernerfeldt
2020-04-17 23:30:01 +02:00
parent 481af55ce5
commit 407df94945
9 changed files with 63 additions and 43 deletions

View File

@@ -7,7 +7,7 @@ edition = "2018"
[lib]
[dependencies]
# palette = "0.4"
parking_lot = "0.10"
rusttype = "0.8"
serde = "1"
serde_derive = "1"