refactor: use parking_lot instead of std::sync

This commit is contained in:
Nova
2022-06-12 01:51:12 -04:00
parent 01971b5048
commit d308b88bb7
3 changed files with 12 additions and 29 deletions

View File

@@ -14,6 +14,7 @@ glam = {version = "0.20.5", features = ["mint"]}
lazy_static = "1.4.0"
mint = "0.5.9"
mio = {version = "0.8.3", features = ["net", "os-poll", "os-ext"]}
parking_lot = "0.12.1"
rccell = "0.1.3"
slab = "0.4.6"
thiserror = "1.0.31"