Browse Source

Update glutin (to 0.14) and other dependencies

Johannes Hofmann 7 years ago
parent
commit
fbdabc2c72
2 changed files with 349 additions and 205 deletions
  1. 348
    204
      Cargo.lock
  2. 1
    1
      Cargo.toml

+ 348
- 204
Cargo.lock
File diff suppressed because it is too large
View File


+ 1
- 1
Cargo.toml View File

19
 log = "0.4"
19
 log = "0.4"
20
 osmpbf = "0.1"
20
 osmpbf = "0.1"
21
 reqwest = "0.8"
21
 reqwest = "0.8"
22
-glutin = "0.13"
22
+glutin = "0.14"
23
 toml = "0.4"
23
 toml = "0.4"
24
 xdg = "2.1"
24
 xdg = "2.1"
25
 
25