1
0
Fork 0
forked from wry/wry

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:
Julian Orth 2022-06-05 13:44:12 +02:00
parent a474033bff
commit 2a9c746781
4 changed files with 164 additions and 82 deletions

View file

@ -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"