瀏覽代碼

Update dependencies

Johannes Hofmann 7 年之前
父節點
當前提交
fddcde0bf3
共有 2 個文件被更改,包括 254 次插入131 次删除
  1. 251
    128
      Cargo.lock
  2. 3
    3
      Cargo.toml

+ 251
- 128
Cargo.lock 查看文件

@@ -11,6 +11,19 @@ dependencies = [
11 11
  "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
12 12
 ]
13 13
 
14
+[[package]]
15
+name = "andrew"
16
+version = "0.1.4"
17
+source = "registry+https://github.com/rust-lang/crates.io-index"
18
+dependencies = [
19
+ "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
20
+ "line_drawing 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
21
+ "rusttype 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
22
+ "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
23
+ "xdg 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
24
+ "xml-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
25
+]
26
+
14 27
 [[package]]
15 28
 name = "android_glue"
16 29
 version = "0.2.3"
@@ -29,12 +42,20 @@ name = "approx"
29 42
 version = "0.1.1"
30 43
 source = "registry+https://github.com/rust-lang/crates.io-index"
31 44
 
45
+[[package]]
46
+name = "approx"
47
+version = "0.3.0"
48
+source = "registry+https://github.com/rust-lang/crates.io-index"
49
+dependencies = [
50
+ "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
51
+]
52
+
32 53
 [[package]]
33 54
 name = "arrayvec"
34 55
 version = "0.4.7"
35 56
 source = "registry+https://github.com/rust-lang/crates.io-index"
36 57
 dependencies = [
37
- "nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
58
+ "nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
38 59
 ]
39 60
 
40 61
 [[package]]
@@ -100,7 +121,7 @@ name = "cgl"
100 121
 version = "0.2.3"
101 122
 source = "registry+https://github.com/rust-lang/crates.io-index"
102 123
 dependencies = [
103
- "gleam 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
124
+ "gleam 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
104 125
  "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
105 126
 ]
106 127
 
@@ -138,12 +159,14 @@ dependencies = [
138 159
 
139 160
 [[package]]
140 161
 name = "cocoa"
141
-version = "0.17.0"
162
+version = "0.18.4"
142 163
 source = "registry+https://github.com/rust-lang/crates.io-index"
143 164
 dependencies = [
144 165
  "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
145 166
  "block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
146
- "core-graphics 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
167
+ "core-foundation 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
168
+ "core-graphics 0.17.3 (registry+https://github.com/rust-lang/crates.io-index)",
169
+ "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
147 170
  "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
148 171
  "objc 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
149 172
 ]
@@ -164,7 +187,7 @@ dependencies = [
164 187
 
165 188
 [[package]]
166 189
 name = "core-foundation"
167
-version = "0.6.2"
190
+version = "0.6.3"
168 191
 source = "registry+https://github.com/rust-lang/crates.io-index"
169 192
 dependencies = [
170 193
  "core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -186,11 +209,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
186 209
 
187 210
 [[package]]
188 211
 name = "core-graphics"
189
-version = "0.16.0"
212
+version = "0.17.3"
190 213
 source = "registry+https://github.com/rust-lang/crates.io-index"
191 214
 dependencies = [
192 215
  "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
193
- "core-foundation 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
216
+ "core-foundation 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
194 217
  "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
195 218
  "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
196 219
 ]
@@ -214,11 +237,11 @@ dependencies = [
214 237
 
215 238
 [[package]]
216 239
 name = "crossbeam-deque"
217
-version = "0.6.1"
240
+version = "0.6.2"
218 241
 source = "registry+https://github.com/rust-lang/crates.io-index"
219 242
 dependencies = [
220
- "crossbeam-epoch 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
221
- "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
243
+ "crossbeam-epoch 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
244
+ "crossbeam-utils 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
222 245
 ]
223 246
 
224 247
 [[package]]
@@ -229,21 +252,21 @@ dependencies = [
229 252
  "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
230 253
  "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
231 254
  "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
232
- "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
255
+ "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
233 256
  "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
234
- "nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
257
+ "nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
235 258
  "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
236 259
 ]
237 260
 
238 261
 [[package]]
239 262
 name = "crossbeam-epoch"
240
-version = "0.5.2"
263
+version = "0.6.1"
241 264
 source = "registry+https://github.com/rust-lang/crates.io-index"
242 265
 dependencies = [
243 266
  "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
244 267
  "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
245
- "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
246
- "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
268
+ "crossbeam-utils 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
269
+ "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
247 270
  "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
248 271
  "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
249 272
 ]
@@ -261,6 +284,14 @@ name = "crossbeam-utils"
261 284
 version = "0.5.0"
262 285
 source = "registry+https://github.com/rust-lang/crates.io-index"
263 286
 
287
+[[package]]
288
+name = "crossbeam-utils"
289
+version = "0.6.1"
290
+source = "registry+https://github.com/rust-lang/crates.io-index"
291
+dependencies = [
292
+ "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
293
+]
294
+
264 295
 [[package]]
265 296
 name = "deflate"
266 297
 version = "0.7.19"
@@ -277,18 +308,18 @@ dependencies = [
277 308
  "cgmath 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)",
278 309
  "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
279 310
  "directories 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
280
- "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
281
- "gl 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
311
+ "env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
312
+ "gl 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
282 313
  "gl_generator 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
283
- "glutin 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)",
314
+ "glutin 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
284 315
  "image 0.20.1 (registry+https://github.com/rust-lang/crates.io-index)",
285
- "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
316
+ "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
286 317
  "linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
287 318
  "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
288 319
  "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
289 320
  "osmpbf 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
290
- "regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
291
- "reqwest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)",
321
+ "regex 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
322
+ "reqwest 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)",
292 323
  "scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
293 324
  "toml 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
294 325
 ]
@@ -335,13 +366,13 @@ dependencies = [
335 366
 
336 367
 [[package]]
337 368
 name = "env_logger"
338
-version = "0.5.13"
369
+version = "0.6.0"
339 370
 source = "registry+https://github.com/rust-lang/crates.io-index"
340 371
 dependencies = [
341 372
  "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
342 373
  "humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
343 374
  "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
344
- "regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
375
+ "regex 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
345 376
  "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
346 377
 ]
347 378
 
@@ -412,10 +443,10 @@ dependencies = [
412 443
 
413 444
 [[package]]
414 445
 name = "gl"
415
-version = "0.10.0"
446
+version = "0.11.0"
416 447
 source = "registry+https://github.com/rust-lang/crates.io-index"
417 448
 dependencies = [
418
- "gl_generator 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
449
+ "gl_generator 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
419 450
 ]
420 451
 
421 452
 [[package]]
@@ -428,33 +459,43 @@ dependencies = [
428 459
  "xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
429 460
 ]
430 461
 
462
+[[package]]
463
+name = "gl_generator"
464
+version = "0.10.0"
465
+source = "registry+https://github.com/rust-lang/crates.io-index"
466
+dependencies = [
467
+ "khronos_api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
468
+ "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
469
+ "xml-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
470
+]
471
+
431 472
 [[package]]
432 473
 name = "gleam"
433
-version = "0.6.4"
474
+version = "0.6.6"
434 475
 source = "registry+https://github.com/rust-lang/crates.io-index"
435 476
 dependencies = [
436
- "gl_generator 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
477
+ "gl_generator 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
437 478
 ]
438 479
 
439 480
 [[package]]
440 481
 name = "glutin"
441
-version = "0.18.0"
482
+version = "0.19.0"
442 483
 source = "registry+https://github.com/rust-lang/crates.io-index"
443 484
 dependencies = [
444 485
  "android_glue 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
445 486
  "cgl 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
446
- "cocoa 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
447
- "core-foundation 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
448
- "core-graphics 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
449
- "gl_generator 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
450
- "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
487
+ "cocoa 0.18.4 (registry+https://github.com/rust-lang/crates.io-index)",
488
+ "core-foundation 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
489
+ "core-graphics 0.17.3 (registry+https://github.com/rust-lang/crates.io-index)",
490
+ "gl_generator 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
491
+ "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
451 492
  "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
452 493
  "objc 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
453 494
  "osmesa-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
454 495
  "shared_library 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
455
- "wayland-client 0.20.12 (registry+https://github.com/rust-lang/crates.io-index)",
496
+ "wayland-client 0.21.4 (registry+https://github.com/rust-lang/crates.io-index)",
456 497
  "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
457
- "winit 0.17.2 (registry+https://github.com/rust-lang/crates.io-index)",
498
+ "winit 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)",
458 499
  "x11-dl 2.18.3 (registry+https://github.com/rust-lang/crates.io-index)",
459 500
 ]
460 501
 
@@ -500,7 +541,7 @@ dependencies = [
500 541
 
501 542
 [[package]]
502 543
 name = "hyper"
503
-version = "0.12.13"
544
+version = "0.12.14"
504 545
 source = "registry+https://github.com/rust-lang/crates.io-index"
505 546
 dependencies = [
506 547
  "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -531,7 +572,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
531 572
 dependencies = [
532 573
  "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
533 574
  "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
534
- "hyper 0.12.13 (registry+https://github.com/rust-lang/crates.io-index)",
575
+ "hyper 0.12.14 (registry+https://github.com/rust-lang/crates.io-index)",
535 576
  "native-tls 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
536 577
  "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
537 578
 ]
@@ -613,13 +654,15 @@ name = "khronos_api"
613 654
 version = "2.2.0"
614 655
 source = "registry+https://github.com/rust-lang/crates.io-index"
615 656
 
657
+[[package]]
658
+name = "khronos_api"
659
+version = "3.0.0"
660
+source = "registry+https://github.com/rust-lang/crates.io-index"
661
+
616 662
 [[package]]
617 663
 name = "lazy_static"
618
-version = "1.1.0"
664
+version = "1.2.0"
619 665
 source = "registry+https://github.com/rust-lang/crates.io-index"
620
-dependencies = [
621
- "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
622
-]
623 666
 
624 667
 [[package]]
625 668
 name = "lazycell"
@@ -650,6 +693,14 @@ dependencies = [
650 693
  "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
651 694
 ]
652 695
 
696
+[[package]]
697
+name = "line_drawing"
698
+version = "0.7.0"
699
+source = "registry+https://github.com/rust-lang/crates.io-index"
700
+dependencies = [
701
+ "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
702
+]
703
+
653 704
 [[package]]
654 705
 name = "linked-hash-map"
655 706
 version = "0.5.1"
@@ -814,7 +865,7 @@ name = "native-tls"
814 865
 version = "0.2.2"
815 866
 source = "registry+https://github.com/rust-lang/crates.io-index"
816 867
 dependencies = [
817
- "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
868
+ "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
818 869
  "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
819 870
  "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
820 871
  "openssl 0.10.15 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -850,7 +901,7 @@ dependencies = [
850 901
 
851 902
 [[package]]
852 903
 name = "nodrop"
853
-version = "0.1.12"
904
+version = "0.1.13"
854 905
 source = "registry+https://github.com/rust-lang/crates.io-index"
855 906
 
856 907
 [[package]]
@@ -859,9 +910,9 @@ version = "0.2.3"
859 910
 source = "registry+https://github.com/rust-lang/crates.io-index"
860 911
 dependencies = [
861 912
  "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
862
- "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)",
863
- "quote 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
864
- "syn 0.15.18 (registry+https://github.com/rust-lang/crates.io-index)",
913
+ "proc-macro2 0.4.23 (registry+https://github.com/rust-lang/crates.io-index)",
914
+ "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
915
+ "syn 0.15.20 (registry+https://github.com/rust-lang/crates.io-index)",
865 916
 ]
866 917
 
867 918
 [[package]]
@@ -927,7 +978,7 @@ dependencies = [
927 978
  "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
928 979
  "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
929 980
  "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
930
- "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
981
+ "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
931 982
  "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
932 983
  "openssl-sys 0.9.39 (registry+https://github.com/rust-lang/crates.io-index)",
933 984
 ]
@@ -948,6 +999,15 @@ dependencies = [
948 999
  "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
949 1000
 ]
950 1001
 
1002
+[[package]]
1003
+name = "ordered-float"
1004
+version = "0.5.2"
1005
+source = "registry+https://github.com/rust-lang/crates.io-index"
1006
+dependencies = [
1007
+ "num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
1008
+ "unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1009
+]
1010
+
951 1011
 [[package]]
952 1012
 name = "osmesa-sys"
953 1013
 version = "0.1.2"
@@ -1056,7 +1116,7 @@ dependencies = [
1056 1116
 
1057 1117
 [[package]]
1058 1118
 name = "proc-macro2"
1059
-version = "0.4.20"
1119
+version = "0.4.23"
1060 1120
 source = "registry+https://github.com/rust-lang/crates.io-index"
1061 1121
 dependencies = [
1062 1122
  "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1074,10 +1134,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1074 1134
 
1075 1135
 [[package]]
1076 1136
 name = "quote"
1077
-version = "0.6.9"
1137
+version = "0.6.10"
1078 1138
 source = "registry+https://github.com/rust-lang/crates.io-index"
1079 1139
 dependencies = [
1080
- "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)",
1140
+ "proc-macro2 0.4.23 (registry+https://github.com/rust-lang/crates.io-index)",
1081 1141
 ]
1082 1142
 
1083 1143
 [[package]]
@@ -1131,7 +1191,7 @@ version = "1.4.1"
1131 1191
 source = "registry+https://github.com/rust-lang/crates.io-index"
1132 1192
 dependencies = [
1133 1193
  "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1134
- "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1194
+ "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1135 1195
  "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
1136 1196
  "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
1137 1197
 ]
@@ -1151,19 +1211,19 @@ dependencies = [
1151 1211
 
1152 1212
 [[package]]
1153 1213
 name = "regex"
1154
-version = "1.0.5"
1214
+version = "1.0.6"
1155 1215
 source = "registry+https://github.com/rust-lang/crates.io-index"
1156 1216
 dependencies = [
1157 1217
  "aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
1158 1218
  "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1159
- "regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
1219
+ "regex-syntax 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
1160 1220
  "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
1161 1221
  "utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
1162 1222
 ]
1163 1223
 
1164 1224
 [[package]]
1165 1225
 name = "regex-syntax"
1166
-version = "0.6.2"
1226
+version = "0.6.3"
1167 1227
 source = "registry+https://github.com/rust-lang/crates.io-index"
1168 1228
 dependencies = [
1169 1229
  "ucd-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1179,7 +1239,7 @@ dependencies = [
1179 1239
 
1180 1240
 [[package]]
1181 1241
 name = "reqwest"
1182
-version = "0.9.4"
1242
+version = "0.9.5"
1183 1243
 source = "registry+https://github.com/rust-lang/crates.io-index"
1184 1244
 dependencies = [
1185 1245
  "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1187,7 +1247,7 @@ dependencies = [
1187 1247
  "encoding_rs 0.8.10 (registry+https://github.com/rust-lang/crates.io-index)",
1188 1248
  "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
1189 1249
  "http 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
1190
- "hyper 0.12.13 (registry+https://github.com/rust-lang/crates.io-index)",
1250
+ "hyper 0.12.14 (registry+https://github.com/rust-lang/crates.io-index)",
1191 1251
  "hyper-tls 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
1192 1252
  "libflate 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
1193 1253
  "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1195,11 +1255,11 @@ dependencies = [
1195 1255
  "mime_guess 2.0.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
1196 1256
  "native-tls 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
1197 1257
  "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
1198
- "serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
1258
+ "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
1199 1259
  "serde_urlencoded 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
1200 1260
  "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
1201 1261
  "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
1202
- "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
1262
+ "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
1203 1263
  "uuid 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
1204 1264
 ]
1205 1265
 
@@ -1211,9 +1271,20 @@ dependencies = [
1211 1271
  "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
1212 1272
 ]
1213 1273
 
1274
+[[package]]
1275
+name = "rusttype"
1276
+version = "0.7.1"
1277
+source = "registry+https://github.com/rust-lang/crates.io-index"
1278
+dependencies = [
1279
+ "approx 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
1280
+ "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
1281
+ "ordered-float 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
1282
+ "stb_truetype 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
1283
+]
1284
+
1214 1285
 [[package]]
1215 1286
 name = "ryu"
1216
-version = "0.2.6"
1287
+version = "0.2.7"
1217 1288
 source = "registry+https://github.com/rust-lang/crates.io-index"
1218 1289
 
1219 1290
 [[package]]
@@ -1221,12 +1292,20 @@ name = "safemem"
1221 1292
 version = "0.3.0"
1222 1293
 source = "registry+https://github.com/rust-lang/crates.io-index"
1223 1294
 
1295
+[[package]]
1296
+name = "same-file"
1297
+version = "1.0.4"
1298
+source = "registry+https://github.com/rust-lang/crates.io-index"
1299
+dependencies = [
1300
+ "winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1301
+]
1302
+
1224 1303
 [[package]]
1225 1304
 name = "schannel"
1226 1305
 version = "0.1.14"
1227 1306
 source = "registry+https://github.com/rust-lang/crates.io-index"
1228 1307
 dependencies = [
1229
- "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1308
+ "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1230 1309
  "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
1231 1310
 ]
1232 1311
 
@@ -1280,11 +1359,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1280 1359
 
1281 1360
 [[package]]
1282 1361
 name = "serde_json"
1283
-version = "1.0.32"
1362
+version = "1.0.33"
1284 1363
 source = "registry+https://github.com/rust-lang/crates.io-index"
1285 1364
 dependencies = [
1286 1365
  "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
1287
- "ryu 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
1366
+ "ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
1288 1367
  "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
1289 1368
 ]
1290 1369
 
@@ -1296,7 +1375,7 @@ dependencies = [
1296 1375
  "dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
1297 1376
  "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
1298 1377
  "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
1299
- "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
1378
+ "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
1300 1379
 ]
1301 1380
 
1302 1381
 [[package]]
@@ -1304,7 +1383,7 @@ name = "shared_library"
1304 1383
 version = "0.1.9"
1305 1384
 source = "registry+https://github.com/rust-lang/crates.io-index"
1306 1385
 dependencies = [
1307
- "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1386
+ "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1308 1387
  "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
1309 1388
 ]
1310 1389
 
@@ -1328,18 +1407,19 @@ dependencies = [
1328 1407
 
1329 1408
 [[package]]
1330 1409
 name = "smithay-client-toolkit"
1331
-version = "0.3.0"
1410
+version = "0.4.1"
1332 1411
 source = "registry+https://github.com/rust-lang/crates.io-index"
1333 1412
 dependencies = [
1413
+ "andrew 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
1334 1414
  "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
1335 1415
  "dlib 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
1336
- "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1416
+ "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1337 1417
  "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
1338 1418
  "nix 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
1339 1419
  "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
1340
- "wayland-client 0.20.12 (registry+https://github.com/rust-lang/crates.io-index)",
1341
- "wayland-commons 0.20.12 (registry+https://github.com/rust-lang/crates.io-index)",
1342
- "wayland-protocols 0.20.12 (registry+https://github.com/rust-lang/crates.io-index)",
1420
+ "wayland-client 0.21.4 (registry+https://github.com/rust-lang/crates.io-index)",
1421
+ "wayland-commons 0.21.4 (registry+https://github.com/rust-lang/crates.io-index)",
1422
+ "wayland-protocols 0.21.4 (registry+https://github.com/rust-lang/crates.io-index)",
1343 1423
 ]
1344 1424
 
1345 1425
 [[package]]
@@ -1347,6 +1427,14 @@ name = "stable_deref_trait"
1347 1427
 version = "1.1.1"
1348 1428
 source = "registry+https://github.com/rust-lang/crates.io-index"
1349 1429
 
1430
+[[package]]
1431
+name = "stb_truetype"
1432
+version = "0.2.2"
1433
+source = "registry+https://github.com/rust-lang/crates.io-index"
1434
+dependencies = [
1435
+ "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
1436
+]
1437
+
1350 1438
 [[package]]
1351 1439
 name = "string"
1352 1440
 version = "0.1.1"
@@ -1359,11 +1447,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1359 1447
 
1360 1448
 [[package]]
1361 1449
 name = "syn"
1362
-version = "0.15.18"
1450
+version = "0.15.20"
1363 1451
 source = "registry+https://github.com/rust-lang/crates.io-index"
1364 1452
 dependencies = [
1365
- "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)",
1366
- "quote 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
1453
+ "proc-macro2 0.4.23 (registry+https://github.com/rust-lang/crates.io-index)",
1454
+ "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
1367 1455
  "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1368 1456
 ]
1369 1457
 
@@ -1411,7 +1499,7 @@ name = "thread_local"
1411 1499
 version = "0.3.6"
1412 1500
 source = "registry+https://github.com/rust-lang/crates.io-index"
1413 1501
 dependencies = [
1414
- "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1502
+ "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1415 1503
 ]
1416 1504
 
1417 1505
 [[package]]
@@ -1510,7 +1598,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1510 1598
 dependencies = [
1511 1599
  "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
1512 1600
  "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
1513
- "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1601
+ "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1514 1602
  "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1515 1603
  "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
1516 1604
  "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1538,7 +1626,7 @@ name = "tokio-threadpool"
1538 1626
 version = "0.1.8"
1539 1627
 source = "registry+https://github.com/rust-lang/crates.io-index"
1540 1628
 dependencies = [
1541
- "crossbeam-deque 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
1629
+ "crossbeam-deque 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
1542 1630
  "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
1543 1631
  "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
1544 1632
  "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1655,7 +1743,7 @@ dependencies = [
1655 1743
 
1656 1744
 [[package]]
1657 1745
 name = "url"
1658
-version = "1.7.1"
1746
+version = "1.7.2"
1659 1747
 source = "registry+https://github.com/rust-lang/crates.io-index"
1660 1748
 dependencies = [
1661 1749
  "idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1696,6 +1784,16 @@ name = "void"
1696 1784
 version = "1.0.2"
1697 1785
 source = "registry+https://github.com/rust-lang/crates.io-index"
1698 1786
 
1787
+[[package]]
1788
+name = "walkdir"
1789
+version = "2.2.7"
1790
+source = "registry+https://github.com/rust-lang/crates.io-index"
1791
+dependencies = [
1792
+ "same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
1793
+ "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
1794
+ "winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1795
+]
1796
+
1699 1797
 [[package]]
1700 1798
 name = "want"
1701 1799
 version = "0.0.6"
@@ -1708,52 +1806,54 @@ dependencies = [
1708 1806
 
1709 1807
 [[package]]
1710 1808
 name = "wayland-client"
1711
-version = "0.20.12"
1809
+version = "0.21.4"
1712 1810
 source = "registry+https://github.com/rust-lang/crates.io-index"
1713 1811
 dependencies = [
1714 1812
  "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
1813
+ "downcast-rs 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
1715 1814
  "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
1716
- "wayland-commons 0.20.12 (registry+https://github.com/rust-lang/crates.io-index)",
1717
- "wayland-scanner 0.20.12 (registry+https://github.com/rust-lang/crates.io-index)",
1718
- "wayland-sys 0.20.12 (registry+https://github.com/rust-lang/crates.io-index)",
1815
+ "nix 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
1816
+ "wayland-commons 0.21.4 (registry+https://github.com/rust-lang/crates.io-index)",
1817
+ "wayland-scanner 0.21.4 (registry+https://github.com/rust-lang/crates.io-index)",
1818
+ "wayland-sys 0.21.4 (registry+https://github.com/rust-lang/crates.io-index)",
1719 1819
 ]
1720 1820
 
1721 1821
 [[package]]
1722 1822
 name = "wayland-commons"
1723
-version = "0.20.12"
1823
+version = "0.21.4"
1724 1824
 source = "registry+https://github.com/rust-lang/crates.io-index"
1725 1825
 dependencies = [
1726
- "downcast-rs 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
1727
- "wayland-sys 0.20.12 (registry+https://github.com/rust-lang/crates.io-index)",
1826
+ "nix 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
1827
+ "wayland-sys 0.21.4 (registry+https://github.com/rust-lang/crates.io-index)",
1728 1828
 ]
1729 1829
 
1730 1830
 [[package]]
1731 1831
 name = "wayland-protocols"
1732
-version = "0.20.12"
1832
+version = "0.21.4"
1733 1833
 source = "registry+https://github.com/rust-lang/crates.io-index"
1734 1834
 dependencies = [
1735 1835
  "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
1736
- "wayland-client 0.20.12 (registry+https://github.com/rust-lang/crates.io-index)",
1737
- "wayland-commons 0.20.12 (registry+https://github.com/rust-lang/crates.io-index)",
1738
- "wayland-scanner 0.20.12 (registry+https://github.com/rust-lang/crates.io-index)",
1739
- "wayland-sys 0.20.12 (registry+https://github.com/rust-lang/crates.io-index)",
1836
+ "wayland-client 0.21.4 (registry+https://github.com/rust-lang/crates.io-index)",
1837
+ "wayland-commons 0.21.4 (registry+https://github.com/rust-lang/crates.io-index)",
1838
+ "wayland-scanner 0.21.4 (registry+https://github.com/rust-lang/crates.io-index)",
1839
+ "wayland-sys 0.21.4 (registry+https://github.com/rust-lang/crates.io-index)",
1740 1840
 ]
1741 1841
 
1742 1842
 [[package]]
1743 1843
 name = "wayland-scanner"
1744
-version = "0.20.12"
1844
+version = "0.21.4"
1745 1845
 source = "registry+https://github.com/rust-lang/crates.io-index"
1746 1846
 dependencies = [
1747
- "xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
1847
+ "xml-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
1748 1848
 ]
1749 1849
 
1750 1850
 [[package]]
1751 1851
 name = "wayland-sys"
1752
-version = "0.20.12"
1852
+version = "0.21.4"
1753 1853
 source = "registry+https://github.com/rust-lang/crates.io-index"
1754 1854
 dependencies = [
1755 1855
  "dlib 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
1756
- "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1856
+ "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1757 1857
 ]
1758 1858
 
1759 1859
 [[package]]
@@ -1804,21 +1904,21 @@ dependencies = [
1804 1904
 
1805 1905
 [[package]]
1806 1906
 name = "winit"
1807
-version = "0.17.2"
1907
+version = "0.18.0"
1808 1908
 source = "registry+https://github.com/rust-lang/crates.io-index"
1809 1909
 dependencies = [
1810 1910
  "android_glue 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
1811
- "cocoa 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
1812
- "core-foundation 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
1813
- "core-graphics 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
1814
- "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1911
+ "cocoa 0.18.4 (registry+https://github.com/rust-lang/crates.io-index)",
1912
+ "core-foundation 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
1913
+ "core-graphics 0.17.3 (registry+https://github.com/rust-lang/crates.io-index)",
1914
+ "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1815 1915
  "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
1816 1916
  "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1817 1917
  "objc 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
1818 1918
  "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
1819 1919
  "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1820
- "smithay-client-toolkit 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
1821
- "wayland-client 0.20.12 (registry+https://github.com/rust-lang/crates.io-index)",
1920
+ "smithay-client-toolkit 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
1921
+ "wayland-client 0.21.4 (registry+https://github.com/rust-lang/crates.io-index)",
1822 1922
  "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
1823 1923
  "x11-dl 2.18.3 (registry+https://github.com/rust-lang/crates.io-index)",
1824 1924
 ]
@@ -1837,11 +1937,16 @@ name = "x11-dl"
1837 1937
 version = "2.18.3"
1838 1938
 source = "registry+https://github.com/rust-lang/crates.io-index"
1839 1939
 dependencies = [
1840
- "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1940
+ "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1841 1941
  "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
1842 1942
  "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
1843 1943
 ]
1844 1944
 
1945
+[[package]]
1946
+name = "xdg"
1947
+version = "2.1.0"
1948
+source = "registry+https://github.com/rust-lang/crates.io-index"
1949
+
1845 1950
 [[package]]
1846 1951
 name = "xml-rs"
1847 1952
 version = "0.7.0"
@@ -1850,12 +1955,19 @@ dependencies = [
1850 1955
  "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
1851 1956
 ]
1852 1957
 
1958
+[[package]]
1959
+name = "xml-rs"
1960
+version = "0.8.0"
1961
+source = "registry+https://github.com/rust-lang/crates.io-index"
1962
+
1853 1963
 [metadata]
1854 1964
 "checksum adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7e522997b529f05601e05166c07ed17789691f562762c7f3b987263d2dedee5c"
1855 1965
 "checksum aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1e9a933f4e58658d7b12defcf96dc5c720f20832deebe3e0a19efd3b6aaeeb9e"
1966
+"checksum andrew 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "62ea7024f6f4d203bede7c0c9cdafa3cbda3a9e0fa04d349008496cc95b8f11b"
1856 1967
 "checksum android_glue 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "000444226fcff248f2bc4c7625be32c63caccfecc2723a2b9f78a7487a49c407"
1857 1968
 "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
1858 1969
 "checksum approx 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08abcc3b4e9339e33a3d0a5ed15d84a687350c05689d825e0f6655eef9e76a94"
1970
+"checksum approx 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f71f10b5c4946a64aad7b8cf65e3406cd3da22fc448595991d22423cf6db67b4"
1859 1971
 "checksum arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef"
1860 1972
 "checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652"
1861 1973
 "checksum base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
@@ -1870,20 +1982,21 @@ dependencies = [
1870 1982
 "checksum cgmath 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)" = "64a4b57c8f4e3a2e9ac07e0f6abc9c24b6fc9e1b54c3478cfb598f3d0023e51c"
1871 1983
 "checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e"
1872 1984
 "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
1873
-"checksum cocoa 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f5cd1afb83b2de9c41e5dfedb2bcccb779d433b958404876009ae4b01746ff23"
1985
+"checksum cocoa 0.18.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cf79daa4e11e5def06e55306aa3601b87de6b5149671529318da048f67cdd77b"
1874 1986
 "checksum color_quant 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0dbbb57365263e881e805dc77d94697c9118fd94d8da011240555aa7b23445bd"
1875 1987
 "checksum core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "286e0b41c3a20da26536c6000a280585d519fd07b3956b43aed8a79e9edce980"
1876
-"checksum core-foundation 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "58667b9a618a37ea8c4c4cb5298703e5dfadcd3698c79f54fc43e6a2e94733ea"
1988
+"checksum core-foundation 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4e2640d6d0bf22e82bed1b73c6aef8d5dd31e5abe6666c57e6d45e2649f4f887"
1877 1989
 "checksum core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "716c271e8613ace48344f723b60b900a93150271e5be206212d052bbc0883efa"
1878 1990
 "checksum core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b"
1879
-"checksum core-graphics 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "92801c908ea6301ae619ed842a72e01098085fc321b9c2f3f833dad555bba055"
1991
+"checksum core-graphics 0.17.3 (registry+https://github.com/rust-lang/crates.io-index)" = "56790968ab1c8a1202a102e6de05fc6e1ec87da99e4e93e9a7d13efbfc1e95a9"
1880 1992
 "checksum crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d663548de7f5cca343f1e0a48d14dcfb0e9eb4e079ec58883b7251539fa10aeb"
1881 1993
 "checksum crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f739f8c5363aca78cfb059edf753d8f0d36908c348f3d8d1503f03d8b75d9cf3"
1882
-"checksum crossbeam-deque 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3486aefc4c0487b9cb52372c97df0a48b8c249514af1ee99703bf70d2f2ceda1"
1994
+"checksum crossbeam-deque 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4fe1b6f945f824c7a25afe44f62e25d714c0cc523f8e99d8db5cd1026e1269d3"
1883 1995
 "checksum crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "927121f5407de9956180ff5e936fe3cf4324279280001cd56b669d28ee7e9150"
1884
-"checksum crossbeam-epoch 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "30fecfcac6abfef8771151f8be4abc9e4edc112c2bcb233314cafde2680536e9"
1996
+"checksum crossbeam-epoch 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2449aaa4ec7ef96e5fb24db16024b935df718e9ae1cec0a1e68feeca2efca7b8"
1885 1997
 "checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9"
1886 1998
 "checksum crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "677d453a17e8bd2b913fa38e8b9cf04bcdbb5be790aa294f2389661d72036015"
1999
+"checksum crossbeam-utils 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c55913cc2799171a550e307918c0a360e8c16004820291bf3b638969b4a01816"
1887 2000
 "checksum deflate 0.7.19 (registry+https://github.com/rust-lang/crates.io-index)" = "8a6abb26e16e8d419b5c78662aa9f82857c2386a073da266840e474d5055ec86"
1888 2001
 "checksum directories 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "72d337a64190607d4fcca2cb78982c5dd57f4916e19696b48a575fa746b6cb0f"
1889 2002
 "checksum dlib 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "77e51249a9d823a4cb79e3eca6dcd756153e8ed0157b6c04775d04bf1b13b76a"
@@ -1891,7 +2004,7 @@ dependencies = [
1891 2004
 "checksum dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6d301140eb411af13d3115f9a562c85cc6b541ade9dfa314132244aaee7489dd"
1892 2005
 "checksum either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0"
1893 2006
 "checksum encoding_rs 0.8.10 (registry+https://github.com/rust-lang/crates.io-index)" = "065f4d0c826fdaef059ac45487169d918558e3cf86c9d89f6e81cf52369126e5"
1894
-"checksum env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)" = "15b0a4d2e39f8420210be8b27eeda28029729e2fd4291019455016c348240c38"
2007
+"checksum env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "afb070faf94c85d17d50ca44f6ad076bce18ae92f0037d350947240a36e9d42e"
1895 2008
 "checksum flate2 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "3b0c7353385f92079524de3b7116cf99d73947c08a7472774e9b3b04bff3b901"
1896 2009
 "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
1897 2010
 "checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
@@ -1901,15 +2014,16 @@ dependencies = [
1901 2014
 "checksum futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)" = "49e7653e374fe0d0c12de4250f0bdb60680b8c80eed558c5c7538eec9c89e21b"
1902 2015
 "checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
1903 2016
 "checksum gif 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4bca55ac1f213920ce3527ccd62386f1f15fa3f1714aeee1cf93f2c416903f"
1904
-"checksum gl 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "81457bb802910ad5b535eb48541c51830a761804aa5b7087adbc9d049aa57aca"
2017
+"checksum gl 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d7d8c8e25e8ed44d4813809205090162723a866fb4be3a9d8bb983c9a0bf98f1"
2018
+"checksum gl_generator 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a0ffaf173cf76c73a73e080366bf556b4776ece104b06961766ff11449f38604"
1905 2019
 "checksum gl_generator 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a795170cbd85b5a7baa58d6d7525cae6a03e486859860c220f7ebbbdd379d0a"
1906
-"checksum gleam 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d6a8901d6854a992b372214fd9cce664df1a29678e362b151de0d7a4efdcd47f"
1907
-"checksum glutin 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0be84b852c1dcccde4b1329be778e5bd9c0801b8bbb8766ea327a3f813c6eafe"
2020
+"checksum gleam 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f5d2f879e1548675cf46169cd7e770f6a6916f6263052fe4e6afc3b41bb7f63c"
2021
+"checksum glutin 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)" = "535c6eda58adbb227604b2db10a022ffd6339d7ea3e970f338e7d98aeb24fcc3"
1908 2022
 "checksum h2 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "7dd33bafe2e6370e6c8eb0cf1b8c5f93390b90acde7e9b03723f166b28b648ed"
1909 2023
 "checksum http 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "24f58e8c2d8e886055c3ead7b28793e1455270b5fb39650984c224bc538ba581"
1910 2024
 "checksum httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e8734b0cfd3bc3e101ec59100e101c2eecd19282202e87808b3037b442777a83"
1911 2025
 "checksum humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0484fda3e7007f2a4a0d9c3a703ca38c71c54c55602ce4660c419fd32e188c9e"
1912
-"checksum hyper 0.12.13 (registry+https://github.com/rust-lang/crates.io-index)" = "95ffee0d1d30de4313fdaaa485891ce924991d45bbc18adfc8ac5b1639e62fbb"
2026
+"checksum hyper 0.12.14 (registry+https://github.com/rust-lang/crates.io-index)" = "2f60ae467ef4fc5eba9a34d31648c9c8ed902faf45a217f6734ce9ea64779ac7"
1913 2027
 "checksum hyper-tls 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "32cd73f14ad370d3b4d4b7dce08f69b81536c82e39fcc89731930fe5788cd661"
1914 2028
 "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
1915 2029
 "checksum image 0.20.1 (registry+https://github.com/rust-lang/crates.io-index)" = "44665b4395d1844c96e7dc8ed5754782a1cdfd9ef458a80bbe45702681450504"
@@ -1920,11 +2034,13 @@ dependencies = [
1920 2034
 "checksum jpeg-decoder 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "c8b7d43206b34b3f94ea9445174bda196e772049b9bddbc620c9d29b2d20110d"
1921 2035
 "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
1922 2036
 "checksum khronos_api 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "037ab472c33f67b5fbd3e9163a2645319e5356fcd355efa6d4eb7fff4bbcb554"
1923
-"checksum lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca488b89a5657b0a2ecd45b95609b3e848cf1755da332a0da46e2b2b1cb371a7"
2037
+"checksum khronos_api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "62237e6d326bd5871cd21469323bf096de81f1618cd82cbaf5d87825335aeb49"
2038
+"checksum lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1"
1924 2039
 "checksum lazycell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ddba4c30a78328befecec92fc94970e53b3ae385827d28620f0f5bb2493081e0"
1925 2040
 "checksum libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)" = "76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d"
1926 2041
 "checksum libflate 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "21138fc6669f438ed7ae3559d5789a5f0ba32f28c1f0608d1e452b0bb06ee936"
1927 2042
 "checksum libloading 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3ad660d7cb8c5822cd83d10897b0f1f1526792737a179e73896152f85b88c2"
2043
+"checksum line_drawing 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5cc7ad3d82c845bdb5dde34ffdcc7a5fb4d2996e1e1ee0f19c33bc80e15196b9"
1928 2044
 "checksum linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "70fb39025bc7cdd76305867c4eccf2f2dcf6e9a57f5b21a93e1c2d86cd03ec9e"
1929 2045
 "checksum lock_api 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "775751a3e69bde4df9b38dd00a1b5d6ac13791e4223d4a0506577f0dd27cfb7a"
1930 2046
 "checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6"
@@ -1946,7 +2062,7 @@ dependencies = [
1946 2062
 "checksum native-tls 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ff8e08de0070bbf4c31f452ea2a70db092f36f6f2e4d897adf5674477d488fb2"
1947 2063
 "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
1948 2064
 "checksum nix 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d37e713a259ff641624b6cb20e3b12b2952313ba36b6823c0f16e6cfd9e5de17"
1949
-"checksum nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2"
2065
+"checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945"
1950 2066
 "checksum num-derive 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8af1847c907c2f04d7bfd572fb25bbb4385c637fe5be163cf2f8c5d778fe1e7d"
1951 2067
 "checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea"
1952 2068
 "checksum num-iter 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "af3fdbbc3291a5464dc57b03860ec37ca6bf915ed6ee385e7c6c052c422b2124"
@@ -1958,6 +2074,7 @@ dependencies = [
1958 2074
 "checksum openssl 0.10.15 (registry+https://github.com/rust-lang/crates.io-index)" = "5e1309181cdcbdb51bc3b6bedb33dfac2a83b3d585033d3f6d9e22e8c1928613"
1959 2075
 "checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
1960 2076
 "checksum openssl-sys 0.9.39 (registry+https://github.com/rust-lang/crates.io-index)" = "278c1ad40a89aa1e741a1eed089a2f60b18fab8089c3139b542140fc7d674106"
2077
+"checksum ordered-float 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7eb5259643245d3f292c7a146b2df53bba24d7eab159410e648eb73dc164669d"
1961 2078
 "checksum osmesa-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "88cfece6e95d2e717e0872a7f53a8684712ad13822a7979bc760b9c77ec0013b"
1962 2079
 "checksum osmpbf 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "6c5f9ca1f40ab187fbc24f9d2ae4baf7009302add70d5342ec7b379a789542cb"
1963 2080
 "checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37"
@@ -1970,10 +2087,10 @@ dependencies = [
1970 2087
 "checksum phf_shared 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)" = "b539898d22d4273ded07f64a05737649dc69095d92cb87c7097ec68e3f150b93"
1971 2088
 "checksum pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c"
1972 2089
 "checksum png 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f54b9600d584d3b8a739e1662a595fab051329eff43f20e7d8cc22872962145b"
1973
-"checksum proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)" = "3d7b7eaaa90b4a90a932a9ea6666c95a389e424eff347f0f793979289429feee"
2090
+"checksum proc-macro2 0.4.23 (registry+https://github.com/rust-lang/crates.io-index)" = "88dae56b29da695d783ea7fc5a90de281f79eb38407e77f6d674dd8befc4ac47"
1974 2091
 "checksum protobuf 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "671a9cce836bd3635b40b2b0a72783481755ee988c493891f4e974b45264cc9d"
1975 2092
 "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
1976
-"checksum quote 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "63b5829244f52738cfee93b3a165c1911388675be000c888d2fae620dee8fa5b"
2093
+"checksum quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "53fa22a1994bd0f9372d7a816207d8a2677ad0325b073f5c5332760f0fb62b5c"
1977 2094
 "checksum rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8356f47b32624fef5b3301c1be97e5944ecdd595409cc5da11d05f211db6cfbd"
1978 2095
 "checksum rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c"
1979 2096
 "checksum rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1961a422c4d189dfb50ffa9320bf1f2a9bd54ecb92792fb9477f99a1045f3372"
@@ -1982,13 +2099,15 @@ dependencies = [
1982 2099
 "checksum rayon-core 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b055d1e92aba6877574d8fe604a63c8b5df60f60e5982bf7ccbb1338ea527356"
1983 2100
 "checksum redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "c214e91d3ecf43e9a4e41e578973adeb14b474f2bee858742d127af75a0112b1"
1984 2101
 "checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
1985
-"checksum regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "2069749032ea3ec200ca51e4a31df41759190a88edca0d2d86ee8bedf7073341"
1986
-"checksum regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "747ba3b235651f6e2f67dfa8bcdcd073ddb7c243cb21c442fc12395dfcac212d"
2102
+"checksum regex 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ee84f70c8c08744ea9641a731c7fadb475bf2ecc52d7f627feb833e0b3990467"
2103
+"checksum regex-syntax 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "fbc557aac2b708fe84121caf261346cc2eed71978024337e42eb46b8a252ac6e"
1987 2104
 "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5"
1988
-"checksum reqwest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" = "00a5870d8edc74fc6e1eb58edbd2815d2243e1a2255d6bf9c82a7a875901b5db"
2105
+"checksum reqwest 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ab52e462d1e15891441aeefadff68bdea005174328ce3da0a314f2ad313ec837"
1989 2106
 "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
1990
-"checksum ryu 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7153dd96dade874ab973e098cb62fcdbb89a03682e46b144fd09550998d4a4a7"
2107
+"checksum rusttype 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9415443fe2539a24aed195d66a2b03643c54e14bd6f68c07ae2e2f6c2a5b8d25"
2108
+"checksum ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7"
1991 2109
 "checksum safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93dd9"
2110
+"checksum same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8f20c4be53a8a1ff4c1f1b2bd14570d2f634628709752f0702ecdd2b3f9a5267"
1992 2111
 "checksum schannel 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "0e1a231dc10abf6749cfa5d7767f25888d484201accbd919b66ab5413c502d56"
1993 2112
 "checksum scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
1994 2113
 "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
@@ -1997,17 +2116,18 @@ dependencies = [
1997 2116
 "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
1998 2117
 "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
1999 2118
 "checksum serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)" = "15c141fc7027dd265a47c090bf864cf62b42c4d228bbcf4e51a0c9e2b0d3f7ef"
2000
-"checksum serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)" = "43344e7ce05d0d8280c5940cabb4964bea626aa58b1ec0e8c73fa2a8512a38ce"
2119
+"checksum serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)" = "c37ccd6be3ed1fdf419ee848f7c758eb31b054d7cd3ae3600e3bae0adf569811"
2001 2120
 "checksum serde_urlencoded 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "aaed41d9fb1e2f587201b863356590c90c1157495d811430a0c0325fe8169650"
2002 2121
 "checksum shared_library 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
2003 2122
 "checksum siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"
2004 2123
 "checksum slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5f9776d6b986f77b35c6cf846c11ad986ff128fe0b2b63a3628e3755e8d3102d"
2005 2124
 "checksum smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "153ffa32fd170e9944f7e0838edf824a754ec4c1fc64746fcc9fe1f8fa602e5d"
2006
-"checksum smithay-client-toolkit 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f1609083d6bca3991a3c648d80ae16e1764d70881c3321bee1c915149073d605"
2125
+"checksum smithay-client-toolkit 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ba2898e0af8b5641f8c4c8652d1ee0aac4fa641b72e9bd14b55f239216c80fc0"
2007 2126
 "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
2127
+"checksum stb_truetype 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "52ce2b38abdd11cffbc68928810248e0dd003fea489a88a404dc1ba7ae2d5538"
2008 2128
 "checksum string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00caf261d6f90f588f8450b8e1230fa0d5be49ee6140fdfbcb55335aff350970"
2009 2129
 "checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550"
2010
-"checksum syn 0.15.18 (registry+https://github.com/rust-lang/crates.io-index)" = "90c39a061e2f412a9f869540471ab679e85e50c6b05604daf28bc3060f75c430"
2130
+"checksum syn 0.15.20 (registry+https://github.com/rust-lang/crates.io-index)" = "8886c8d2774e853fcd7d9d2131f6e40ba46c9c0e358e4d57178452abd6859bb0"
2011 2131
 "checksum tempfile 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "55c1195ef8513f3273d55ff59fe5da6940287a0d7a98331254397f464833675b"
2012 2132
 "checksum termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4096add70612622289f2fdcdbd5086dc81c1e2675e6ae58d6c4f62a16c6d7f2f"
2013 2133
 "checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
@@ -2037,19 +2157,20 @@ dependencies = [
2037 2157
 "checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
2038 2158
 "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
2039 2159
 "checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
2040
-"checksum url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2a321979c09843d272956e73700d12c4e7d3d92b2ee112b31548aef0d4efc5a6"
2160
+"checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
2041 2161
 "checksum utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737"
2042 2162
 "checksum uuid 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dab5c5526c5caa3d106653401a267fed923e7046f35895ffcb5ca42db64942e6"
2043 2163
 "checksum vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "def296d3eb3b12371b2c7d0e83bfe1403e4db2d7a0bba324a12b21c4ee13143d"
2044 2164
 "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
2045 2165
 "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
2046 2166
 "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
2167
+"checksum walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "9d9d7ed3431229a144296213105a390676cc49c9b6a72bd19f3176c98e129fa1"
2047 2168
 "checksum want 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "797464475f30ddb8830cc529aaaae648d581f99e2036a928877dfde027ddf6b3"
2048
-"checksum wayland-client 0.20.12 (registry+https://github.com/rust-lang/crates.io-index)" = "e7516a23419a55bd2e6d466c75a6a52c85718e5013660603289c2b8bee794b12"
2049
-"checksum wayland-commons 0.20.12 (registry+https://github.com/rust-lang/crates.io-index)" = "d8609d59b95bf198bae4f3b064d55a712f2d529eec6aac98cc1f6e9cc911d47a"
2050
-"checksum wayland-protocols 0.20.12 (registry+https://github.com/rust-lang/crates.io-index)" = "bd4d31a96be6ecdbaddbf35200f5af2daee01be592afecd8feaf443d417e9230"
2051
-"checksum wayland-scanner 0.20.12 (registry+https://github.com/rust-lang/crates.io-index)" = "e674d85ae9c67cbbc590374d8f2e20a7a02fff87ce3a31fc52213afece8d05ad"
2052
-"checksum wayland-sys 0.20.12 (registry+https://github.com/rust-lang/crates.io-index)" = "87c82ee658aa657fdfd7061f22e442030d921cfefc5bad68bcf41973e67922f7"
2169
+"checksum wayland-client 0.21.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ff03d0651389f99aba804e89685c6211fc1d66fb3c234ed52d028904675adbcb"
2170
+"checksum wayland-commons 0.21.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6f06d6b155a2be033ee1684fd084c1c1821e0d61d4c303f11fc9400a911fa24a"
2171
+"checksum wayland-protocols 0.21.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d3f6cebb98963f028d397e9bad2acf9d3b2f6b76fae65aea191edd9e7c0df88c"
2172
+"checksum wayland-scanner 0.21.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f1927ee62e4e149c010dc9eca8ca47e238416cd6f45f688eb9f8a8e9c3794c30"
2173
+"checksum wayland-sys 0.21.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ca41ed78a12256f81df6f53fcbe4503213ba442e02cdad3c9c888a64a668eaf4"
2053 2174
 "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
2054 2175
 "checksum winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0"
2055 2176
 "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
@@ -2057,7 +2178,9 @@ dependencies = [
2057 2178
 "checksum winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "afc5508759c5bf4285e61feb862b6083c8480aec864fa17a81fdec6f69b461ab"
2058 2179
 "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2059 2180
 "checksum wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba"
2060
-"checksum winit 0.17.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ba44cf306b981badc781894ab5d6fda54764a0512cbbf8db4685d329014143fa"
2181
+"checksum winit 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)" = "27aa86a5723951d6a08c2acb9f10e25cb39ceb5b1987d7daf74e181b21f8f50b"
2061 2182
 "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
2062 2183
 "checksum x11-dl 2.18.3 (registry+https://github.com/rust-lang/crates.io-index)" = "940586acb859ea05c53971ac231685799a7ec1dee66ac0bccc0e6ad96e06b4e3"
2184
+"checksum xdg 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a66b7c2281ebde13cf4391d70d4c7e5946c3c25e72a7b859ca8f677dcd0b0c61"
2063 2185
 "checksum xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c1cb601d29fe2c2ac60a2b2e5e293994d87a1f6fa9687a31a15270f909be9c2"
2186
+"checksum xml-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "541b12c998c5b56aa2b4e6f18f03664eef9a4fd0a246a55594efae6cc2d964b5"

+ 3
- 3
Cargo.toml 查看文件

@@ -14,9 +14,9 @@ license = "GPL-3.0"
14 14
 cgmath = "0.16"
15 15
 clap = "2.29"
16 16
 directories = "1.0"
17
-env_logger = "0.5.0-rc.2"
18
-gl = "0.10"
19
-glutin = "0.18"
17
+env_logger = "0.6"
18
+gl = "0.11"
19
+glutin = "0.19"
20 20
 image = "0.20"
21 21
 lazy_static = "1.0"
22 22
 linked-hash-map = "0.5.0"