Skip to content

Commit

Permalink
Update to parking_lot 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrubeck committed Jan 21, 2020
1 parent 00d5ae5 commit 407eada
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions glutin/Cargo.toml
Expand Up @@ -23,7 +23,7 @@ winit = "0.20.0"
[target.'cfg(target_os = "android")'.dependencies]
android_glue = "0.2"
glutin_egl_sys = { version = "0.1.4", path = "../glutin_egl_sys" }
parking_lot = "0.9"
parking_lot = "0.10"

[target.'cfg(target_os = "emscripten")'.dependencies]
glutin_emscripten_sys = { version = "0.1.0", path = "../glutin_emscripten_sys" }
Expand Down Expand Up @@ -51,13 +51,13 @@ features = [
libloading = "0.5"
glutin_wgl_sys = { version = "0.1.3", path = "../glutin_wgl_sys" }
glutin_egl_sys = { version = "0.1.4", path = "../glutin_egl_sys" }
parking_lot = "0.9"
parking_lot = "0.10"

[target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "dragonfly", target_os = "netbsd", target_os = "openbsd"))'.dependencies]
osmesa-sys = "0.1"
wayland-client = { version = "0.23", features = ["egl", "dlopen"] }
libloading = "0.5"
glutin_egl_sys = { version = "0.1.4", path = "../glutin_egl_sys" }
glutin_glx_sys = { version = "0.1.5", path = "../glutin_glx_sys" }
parking_lot = "0.9"
parking_lot = "0.10"
log = "0.4"

0 comments on commit 407eada

Please sign in to comment.