Glutin update: dependencies update

This commit is contained in:
Paul Rouget 2019-04-29 14:34:35 +02:00
parent 415b26e4f1
commit 30fb18e711
12 changed files with 507 additions and 306 deletions

View file

@ -30,5 +30,5 @@ lazy_static = "1.0"
mach = "0.2.3"
[target.'cfg(all(target_os = "linux", not(any(target_arch = "arm", target_arch = "aarch64"))))'.dependencies]
nix = "~0.11.0"
nix = "0.13"
unwind-sys = "0.1.1"