all: replace standard sync types by parking_lot
Mostly because we'll start using egui which already has a dependency on parking_lot.
This commit is contained in:
parent
a474033bff
commit
2a9c746781
4 changed files with 164 additions and 82 deletions
|
|
@ -40,6 +40,7 @@ humantime = "2.1.0"
|
|||
dirs = "4.0.0"
|
||||
backtrace = "0.3.64"
|
||||
chrono = "0.4.19"
|
||||
parking_lot = "0.12.1"
|
||||
|
||||
[build-dependencies]
|
||||
repc = "0.1.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue