Replace windows Mutex with parking_lot Mutex

This commit is contained in:
Osspial
2018-07-13 01:48:26 -04:00
parent 9feada206f
commit 8b8a7675ec
4 changed files with 59 additions and 46 deletions

View File

@@ -63,5 +63,7 @@ features = [
wayland-client = { version = "0.21", features = [ "dlopen", "egl", "cursor"] }
smithay-client-toolkit = "0.4"
x11-dl = "2.18.3"
parking_lot = "0.6"
percent-encoding = "1.0"
[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "windows"))'.dependencies.parking_lot]
version = "0.6"