399 | 399 |
]
|
400 | 400 |
|
401 | 401 |
[[package]]
|
402 | |
name = "crossbeam"
|
403 | |
version = "0.4.1"
|
404 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
405 | |
dependencies = [
|
406 | |
"crossbeam-channel 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
407 | |
"crossbeam-deque 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
408 | |
"crossbeam-epoch 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
409 | |
"crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
410 | |
]
|
411 | |
|
412 | |
[[package]]
|
413 | |
name = "crossbeam-channel"
|
414 | |
version = "0.2.6"
|
415 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
416 | |
dependencies = [
|
417 | |
"crossbeam-epoch 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
418 | |
"crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
419 | |
"parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
420 | |
"rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
421 | |
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
422 | |
]
|
423 | |
|
424 | |
[[package]]
|
425 | |
name = "crossbeam-deque"
|
426 | |
version = "0.5.2"
|
427 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
428 | |
dependencies = [
|
429 | |
"crossbeam-epoch 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
430 | |
"crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
431 | |
]
|
432 | |
|
433 | |
[[package]]
|
434 | 402 |
name = "crossbeam-deque"
|
435 | 403 |
version = "0.7.1"
|
436 | 404 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
437 | 405 |
dependencies = [
|
438 | 406 |
"crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
439 | 407 |
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
440 | |
]
|
441 | |
|
442 | |
[[package]]
|
443 | |
name = "crossbeam-epoch"
|
444 | |
version = "0.5.2"
|
445 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
446 | |
dependencies = [
|
447 | |
"arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
448 | |
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
449 | |
"crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
450 | |
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
451 | |
"memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
452 | |
"scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
453 | |
]
|
454 | |
|
455 | |
[[package]]
|
456 | |
name = "crossbeam-epoch"
|
457 | |
version = "0.6.1"
|
458 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
459 | |
dependencies = [
|
460 | |
"arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
461 | |
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
462 | |
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
463 | |
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
464 | |
"memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
465 | |
"scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
466 | 408 |
]
|
467 | 409 |
|
468 | 410 |
[[package]]
|
|
488 | 430 |
|
489 | 431 |
[[package]]
|
490 | 432 |
name = "crossbeam-utils"
|
491 | |
version = "0.5.0"
|
492 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
493 | |
|
494 | |
[[package]]
|
495 | |
name = "crossbeam-utils"
|
496 | 433 |
version = "0.6.6"
|
497 | 434 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
498 | 435 |
dependencies = [
|
|
665 | 602 |
name = "fuchsia-cprng"
|
666 | 603 |
version = "0.1.1"
|
667 | 604 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
668 | |
|
669 | |
[[package]]
|
670 | |
name = "fxhash"
|
671 | |
version = "0.2.1"
|
672 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
673 | |
dependencies = [
|
674 | |
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
675 | |
]
|
676 | 605 |
|
677 | 606 |
[[package]]
|
678 | 607 |
name = "generic-array"
|
|
934 | 863 |
|
935 | 864 |
[[package]]
|
936 | 865 |
name = "hibitset"
|
937 | |
version = "0.5.4"
|
938 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
939 | |
dependencies = [
|
940 | |
"atom 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
941 | |
"rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
942 | |
]
|
943 | |
|
944 | |
[[package]]
|
945 | |
name = "hibitset"
|
946 | 866 |
version = "0.6.2"
|
947 | 867 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
948 | 868 |
dependencies = [
|
|
1091 | 1011 |
|
1092 | 1012 |
[[package]]
|
1093 | 1013 |
name = "lock_api"
|
1094 | |
version = "0.1.5"
|
1095 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1096 | |
dependencies = [
|
1097 | |
"owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1098 | |
"scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
1099 | |
]
|
1100 | |
|
1101 | |
[[package]]
|
1102 | |
name = "lock_api"
|
1103 | 1014 |
version = "0.3.1"
|
1104 | 1015 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1105 | 1016 |
dependencies = [
|
|
1222 | 1133 |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
1223 | 1134 |
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
1224 | 1135 |
]
|
1225 | |
|
1226 | |
[[package]]
|
1227 | |
name = "memoffset"
|
1228 | |
version = "0.2.1"
|
1229 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1230 | 1136 |
|
1231 | 1137 |
[[package]]
|
1232 | 1138 |
name = "memoffset"
|
|
1316 | 1222 |
]
|
1317 | 1223 |
|
1318 | 1224 |
[[package]]
|
1319 | |
name = "ncollide3d"
|
1320 | |
version = "0.19.2"
|
1321 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1322 | |
dependencies = [
|
1323 | |
"alga 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1324 | |
"approx 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1325 | |
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1326 | |
"downcast-rs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
1327 | |
"either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1328 | |
"nalgebra 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1329 | |
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
1330 | |
"petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
1331 | |
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
1332 | |
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1333 | |
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
1334 | |
]
|
1335 | |
|
1336 | |
[[package]]
|
1337 | 1225 |
name = "nix"
|
1338 | 1226 |
version = "0.11.1"
|
1339 | 1227 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1376 | 1264 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1377 | 1265 |
|
1378 | 1266 |
[[package]]
|
1379 | |
name = "nphysics3d"
|
1380 | |
version = "0.11.1"
|
1381 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1382 | |
dependencies = [
|
1383 | |
"alga 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1384 | |
"approx 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1385 | |
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1386 | |
"downcast-rs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
1387 | |
"either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1388 | |
"nalgebra 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1389 | |
"ncollide3d 0.19.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1390 | |
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
1391 | |
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1392 | |
"stdweb 0.4.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
1393 | |
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
1394 | |
]
|
1395 | |
|
1396 | |
[[package]]
|
1397 | |
name = "num"
|
1398 | |
version = "0.1.42"
|
1399 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1400 | |
dependencies = [
|
1401 | |
"num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
1402 | |
"num-iter 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
1403 | |
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
1404 | |
]
|
1405 | |
|
1406 | |
[[package]]
|
1407 | 1267 |
name = "num-complex"
|
1408 | 1268 |
version = "0.2.3"
|
1409 | 1269 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1513 | 1373 |
]
|
1514 | 1374 |
|
1515 | 1375 |
[[package]]
|
1516 | |
name = "owning_ref"
|
1517 | |
version = "0.4.0"
|
1518 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1519 | |
dependencies = [
|
1520 | |
"stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1521 | |
]
|
1522 | |
|
1523 | |
[[package]]
|
1524 | |
name = "parking_lot"
|
1525 | |
version = "0.6.4"
|
1526 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1527 | |
dependencies = [
|
1528 | |
"lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
1529 | |
"parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1530 | |
]
|
1531 | |
|
1532 | |
[[package]]
|
1533 | 1376 |
name = "parking_lot"
|
1534 | 1377 |
version = "0.9.0"
|
1535 | 1378 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1537 | 1380 |
"lock_api 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1538 | 1381 |
"parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1539 | 1382 |
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
1540 | |
]
|
1541 | |
|
1542 | |
[[package]]
|
1543 | |
name = "parking_lot_core"
|
1544 | |
version = "0.3.1"
|
1545 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1546 | |
dependencies = [
|
1547 | |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
1548 | |
"rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
1549 | |
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
1550 | |
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
1551 | |
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
1552 | 1383 |
]
|
1553 | 1384 |
|
1554 | 1385 |
[[package]]
|
|
1675 | 1506 |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
1676 | 1507 |
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1677 | 1508 |
"rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1678 | |
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
1679 | |
]
|
1680 | |
|
1681 | |
[[package]]
|
1682 | |
name = "rand"
|
1683 | |
version = "0.5.6"
|
1684 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1685 | |
dependencies = [
|
1686 | |
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
1687 | |
"fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1688 | |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
1689 | |
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1690 | 1509 |
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
1691 | 1510 |
]
|
1692 | 1511 |
|
|
1988 | 1807 |
|
1989 | 1808 |
[[package]]
|
1990 | 1809 |
name = "scopeguard"
|
1991 | |
version = "0.3.3"
|
1992 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1993 | |
|
1994 | |
[[package]]
|
1995 | |
name = "scopeguard"
|
1996 | 1810 |
version = "1.0.0"
|
1997 | 1811 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1998 | |
|
1999 | |
[[package]]
|
2000 | |
name = "sdl2"
|
2001 | |
version = "0.32.2"
|
2002 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2003 | |
dependencies = [
|
2004 | |
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2005 | |
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2006 | |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2007 | |
"num 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2008 | |
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2009 | |
"sdl2-sys 0.32.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2010 | |
]
|
2011 | |
|
2012 | |
[[package]]
|
2013 | |
name = "sdl2-sys"
|
2014 | |
version = "0.32.6"
|
2015 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016 | |
dependencies = [
|
2017 | |
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018 | |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019 | |
]
|
2020 | 1812 |
|
2021 | 1813 |
[[package]]
|
2022 | 1814 |
name = "semver"
|
|
2069 | 1861 |
dependencies = [
|
2070 | 1862 |
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2071 | 1863 |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2072 | |
]
|
2073 | |
|
2074 | |
[[package]]
|
2075 | |
name = "shred"
|
2076 | |
version = "0.7.2"
|
2077 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2078 | |
dependencies = [
|
2079 | |
"arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2080 | |
"fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2081 | |
"mopa 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2082 | |
"rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2083 | |
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2084 | 1864 |
]
|
2085 | 1865 |
|
2086 | 1866 |
[[package]]
|
|
2093 | 1873 |
"mopa 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2094 | 1874 |
"rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2095 | 1875 |
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2096 | |
]
|
2097 | |
|
2098 | |
[[package]]
|
2099 | |
name = "shred-derive"
|
2100 | |
version = "0.5.1"
|
2101 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2102 | |
dependencies = [
|
2103 | |
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2104 | |
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2105 | |
"syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2106 | 1876 |
]
|
2107 | 1877 |
|
2108 | 1878 |
[[package]]
|
|
2182 | 1952 |
"wayland-client 0.21.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2183 | 1953 |
"wayland-commons 0.21.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2184 | 1954 |
"wayland-protocols 0.21.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2185 | |
]
|
2186 | |
|
2187 | |
[[package]]
|
2188 | |
name = "specs"
|
2189 | |
version = "0.14.3"
|
2190 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2191 | |
dependencies = [
|
2192 | |
"crossbeam 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2193 | |
"derivative 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2194 | |
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2195 | |
"hibitset 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2196 | |
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2197 | |
"mopa 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2198 | |
"nonzero_signed 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2199 | |
"rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2200 | |
"shred 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2201 | |
"shred-derive 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2202 | |
"shrev 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2203 | |
"tuple_utils 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2204 | 1955 |
]
|
2205 | 1956 |
|
2206 | 1957 |
[[package]]
|
|
2232 | 1983 |
]
|
2233 | 1984 |
|
2234 | 1985 |
[[package]]
|
2235 | |
name = "specs-hierarchy"
|
2236 | |
version = "0.3.1"
|
2237 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2238 | |
dependencies = [
|
2239 | |
"hibitset 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2240 | |
"shred 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2241 | |
"shred-derive 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2242 | |
"shrev 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2243 | |
"specs 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2244 | |
]
|
2245 | |
|
2246 | |
[[package]]
|
2247 | |
name = "specs-physics"
|
2248 | |
version = "0.3.0"
|
2249 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2250 | |
dependencies = [
|
2251 | |
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2252 | |
"nalgebra 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2253 | |
"ncollide3d 0.19.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2254 | |
"nphysics3d 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2255 | |
"shrev 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2256 | |
"specs 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2257 | |
"specs-hierarchy 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2258 | |
]
|
2259 | |
|
2260 | |
[[package]]
|
2261 | |
name = "stable_deref_trait"
|
2262 | |
version = "1.1.1"
|
2263 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2264 | |
|
2265 | |
[[package]]
|
2266 | 1986 |
name = "stb_truetype"
|
2267 | 1987 |
version = "0.2.6"
|
2268 | 1988 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2405 | 2125 |
]
|
2406 | 2126 |
|
2407 | 2127 |
[[package]]
|
2408 | |
name = "time"
|
2409 | |
version = "0.1.42"
|
2410 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2411 | |
dependencies = [
|
2412 | |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2413 | |
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
2414 | |
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2415 | |
]
|
2416 | |
|
2417 | |
[[package]]
|
2418 | 2128 |
name = "toml"
|
2419 | 2129 |
version = "0.5.3"
|
2420 | 2130 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2421 | 2131 |
dependencies = [
|
2422 | 2132 |
"serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
|
2423 | 2133 |
]
|
2424 | |
|
2425 | |
[[package]]
|
2426 | |
name = "tuple_utils"
|
2427 | |
version = "0.2.0"
|
2428 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2429 | 2134 |
|
2430 | 2135 |
[[package]]
|
2431 | 2136 |
name = "tuple_utils"
|
|
2617 | 2322 |
"mint 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2618 | 2323 |
"nalgebra 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2619 | 2324 |
"ncollide2d 0.20.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2620 | |
"sdl2 0.32.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2621 | 2325 |
"specs 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2622 | 2326 |
"specs-derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2623 | |
"specs-physics 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2624 | 2327 |
"tiled 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2625 | 2328 |
"winit 0.19.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2626 | 2329 |
]
|
|
2787 | 2490 |
"checksum coreaudio-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "78fdbabf58d5b1f461e31b94a571c109284f384cec619a3d96e66ec55b4de82b"
|
2788 | 2491 |
"checksum cpal 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d58ae1ed6536b1b233f5e3aeb6997a046ddb4d05e3f61701b58a92eb254a829e"
|
2789 | 2492 |
"checksum crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
|
2790 | |
"checksum crossbeam 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d7408247b1b87f480890f28b670c5f8d9a8a4274833433fe74dc0dfd46d33650"
|
2791 | |
"checksum crossbeam-channel 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7b85741761b7f160bc5e7e0c14986ef685b7f8bf9b7ad081c60c604bb4649827"
|
2792 | |
"checksum crossbeam-deque 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7792c4a9b5a4222f654e3728a3dd945aacc24d2c3a1a096ed265d80e4929cb9a"
|
2793 | 2493 |
"checksum crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b18cd2e169ad86297e6bc0ad9aa679aee9daa4f19e8163860faf7c164e4f5a71"
|
2794 | |
"checksum crossbeam-epoch 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "30fecfcac6abfef8771151f8be4abc9e4edc112c2bcb233314cafde2680536e9"
|
2795 | |
"checksum crossbeam-epoch 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2449aaa4ec7ef96e5fb24db16024b935df718e9ae1cec0a1e68feeca2efca7b8"
|
2796 | 2494 |
"checksum crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fedcd6772e37f3da2a9af9bf12ebe046c0dfe657992377b4df982a2b54cd37a9"
|
2797 | 2495 |
"checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b"
|
2798 | |
"checksum crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "677d453a17e8bd2b913fa38e8b9cf04bcdbb5be790aa294f2389661d72036015"
|
2799 | 2496 |
"checksum crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6"
|
2800 | 2497 |
"checksum deflate 0.7.20 (registry+https://github.com/rust-lang/crates.io-index)" = "707b6a7b384888a70c8d2e8650b3e60170dfc6a67bb4aa67b6dfca57af4bedb4"
|
2801 | 2498 |
"checksum derivative 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "942ca430eef7a3806595a6737bc388bf51adb888d3fc0dd1b50f1c170167ee3a"
|
|
2818 | 2515 |
"checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
2819 | 2516 |
"checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
2820 | 2517 |
"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
2821 | |
"checksum fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
2822 | 2518 |
"checksum generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
|
2823 | 2519 |
"checksum getrandom 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "fc344b02d3868feb131e8b5fe2b9b0a1cc42942679af493061fc13b853243872"
|
2824 | 2520 |
"checksum gfx 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)" = "619e38a31e275efaf92c6a94f977db8aac396e3cb6998c176cfde32ce3239b69"
|
|
2842 | 2538 |
"checksum glyph_brush 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9cb83c7711eb335fed6a825b8b50a2ad3418bbfcb2b3bd4394c6e68346fb660d"
|
2843 | 2539 |
"checksum glyph_brush_layout 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f417496b6038edc9d5e068531d74ef56769f9ae592840d819c99cafc1aa25f72"
|
2844 | 2540 |
"checksum hashbrown 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e1de41fb8dba9714efd92241565cdff73f78508c95697dd56787d3cba27e2353"
|
2845 | |
"checksum hibitset 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6527bc88f32e0d3926c7572874b2bf17a19b36978aacd0aacf75f7d27a5992d0"
|
2846 | 2541 |
"checksum hibitset 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "47e7292fd9f7fe89fa35c98048f2d0a69b79ed243604234d18f6f8a1aa6f408d"
|
2847 | 2542 |
"checksum hound 3.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8a164bb2ceaeff4f42542bdb847c41517c78a60f5649671b2a07312b6e117549"
|
2848 | 2543 |
"checksum image 0.22.1 (registry+https://github.com/rust-lang/crates.io-index)" = "663a975007e0b49903e2e8ac0db2c432c465855f2d65f17883ba1476e85f0b42"
|
|
2862 | 2557 |
"checksum libudev-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "3c8469b4a23b962c1396b9b451dda50ef5b283e8dd309d69033475fa9b334324"
|
2863 | 2558 |
"checksum line_drawing 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5cc7ad3d82c845bdb5dde34ffdcc7a5fb4d2996e1e1ee0f19c33bc80e15196b9"
|
2864 | 2559 |
"checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83"
|
2865 | |
"checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c"
|
2866 | 2560 |
"checksum lock_api 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f8912e782533a93a167888781b836336a6ca5da6175c05944c86cf28c31104dc"
|
2867 | 2561 |
"checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
|
2868 | 2562 |
"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
|
|
2879 | 2573 |
"checksum memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "148fab2e51b4f1cfc66da2a7c32981d1d3c083a803978268bb11fe4b86925e7a"
|
2880 | 2574 |
"checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e"
|
2881 | 2575 |
"checksum memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
|
2882 | |
"checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3"
|
2883 | 2576 |
"checksum memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ce6075db033bbbb7ee5a0bbd3a3186bbae616f57fb001c485c7ff77955f8177f"
|
2884 | 2577 |
"checksum minimp3 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "542e9bed56860c5070a09939eee0e2df6f8f73f60304ddf56d620947e7017239"
|
2885 | 2578 |
"checksum minimp3-sys 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c109ae05c00ad6e3a53fab101e2f234545bdd010f0fffd399355efaf70817817"
|
|
2889 | 2582 |
"checksum mopa 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a785740271256c230f57462d3b83e52f998433a7062fc18f96d5999474a9f915"
|
2890 | 2583 |
"checksum nalgebra 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aaa9fddbc34c8c35dd2108515587b8ce0cab396f17977b8c738568e4edb521a2"
|
2891 | 2584 |
"checksum ncollide2d 0.20.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9865e6a0927837163e70eb308e91155d4dab69ba669ef3d5414cc19e3855fd40"
|
2892 | |
"checksum ncollide3d 0.19.2 (registry+https://github.com/rust-lang/crates.io-index)" = "821b11bd4a9153e8719ee3b9eb1fc5e52c61e576e048f4bf72c045d1753ccef5"
|
2893 | 2585 |
"checksum nix 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "becb657d662f1cd2ef38c7ad480ec6b8cf9e96b27adb543e594f9cf0f2e6065c"
|
2894 | 2586 |
"checksum nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6c722bee1037d430d0f8e687bbdbf222f27cc6e4e68d5caf630857bb2b6dbdce"
|
2895 | 2587 |
"checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945"
|
2896 | 2588 |
"checksum nom 3.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05aec50c70fd288702bcd93284a8444607f3292dbdf2a30de5ea5dcdbe72287b"
|
2897 | 2589 |
"checksum nonzero_signed 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "02783a0482333b0d3f5f5411b8fb60454a596696da041da0470ac9ef3e6e37d8"
|
2898 | |
"checksum nphysics3d 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "250116b665de1689aa0941e5d626e7fac146765bc09031ffafbd62c8ec923e85"
|
2899 | |
"checksum num 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "4703ad64153382334aa8db57c637364c322d3372e097840c72000dabdcf6156e"
|
2900 | 2590 |
"checksum num-complex 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "fcb0cf31fb3ff77e6d2a6ebd6800df7fdcd106f2ad89113c9130bcd07f93dffc"
|
2901 | 2591 |
"checksum num-derive 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "eafd0b45c5537c3ba526f79d3e75120036502bebacbb3f3220914067ce39dbf2"
|
2902 | 2592 |
"checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09"
|
|
2910 | 2600 |
"checksum ordered-float 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "18869315e81473c951eb56ad5558bbc56978562d3ecfb87abb7a1e944cea4518"
|
2911 | 2601 |
"checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063"
|
2912 | 2602 |
"checksum osmesa-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "88cfece6e95d2e717e0872a7f53a8684712ad13822a7979bc760b9c77ec0013b"
|
2913 | |
"checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13"
|
2914 | |
"checksum parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5"
|
2915 | 2603 |
"checksum parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
|
2916 | |
"checksum parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad7f7e6ebdc79edff6fdcb87a55b620174f7a989e3eb31b65231f4af57f00b8c"
|
2917 | 2604 |
"checksum parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
|
2918 | 2605 |
"checksum peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
2919 | 2606 |
"checksum percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
|
2930 | 2617 |
"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
|
2931 | 2618 |
"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
|
2932 | 2619 |
"checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
|
2933 | |
"checksum rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c618c47cd3ebd209790115ab837de41425723956ad3ce2e6a7f09890947cacb9"
|
2934 | 2620 |
"checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
|
2935 | 2621 |
"checksum rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d47eab0e83d9693d40f825f86948aa16eff6750ead4bdffc4ab95b8b3a7f052c"
|
2936 | 2622 |
"checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
|
|
2963 | 2649 |
"checksum rusty-xinput 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d2aa654bc32eb9ca14cce1a084abc9dfe43949a4547c35269a094c39272db3bb"
|
2964 | 2650 |
"checksum ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997"
|
2965 | 2651 |
"checksum same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "585e8ddcedc187886a30fa705c47985c3fa88d06624095856b36ca0b82ff4421"
|
2966 | |
"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
|
2967 | 2652 |
"checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d"
|
2968 | |
"checksum sdl2 0.32.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d051a07231e303f5f719da78cb6f7394f6d5b54f733aef5b0b447804a83edd7b"
|
2969 | |
"checksum sdl2-sys 0.32.6 (registry+https://github.com/rust-lang/crates.io-index)" = "34e71125077d297d57e4c1acfe8981b5bdfbf5a20e7b589abfdcb33bf1127f86"
|
2970 | 2653 |
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
2971 | 2654 |
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
2972 | 2655 |
"checksum serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)" = "fec2851eb56d010dc9a21b89ca53ee75e6528bab60c11e89d38390904982da9f"
|
|
2974 | 2657 |
"checksum serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704"
|
2975 | 2658 |
"checksum sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
|
2976 | 2659 |
"checksum shared_library 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
|
2977 | |
"checksum shred 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6ea122e6133568144fcfb5888737d4ac776ebc959f989dd65b907136ac22bfed"
|
2978 | 2660 |
"checksum shred 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "034e46a7afee5639940a76f42f578d64f7d814a7e4bebe258b1ab23fed04474e"
|
2979 | |
"checksum shred-derive 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9fcf34e5e5302d3024aba7afc291f6d1ca7573ed035d3c0796976ba3f10691a1"
|
2980 | 2661 |
"checksum shrev 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b5752e017e03af9d735b4b069f53b7a7fd90fefafa04d8bd0c25581b0bff437f"
|
2981 | 2662 |
"checksum sid 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "29e0a6006cf04d568a49363baca3dabddbbe46538f7c76692d405f5f5d140ecd"
|
2982 | 2663 |
"checksum skeptic 0.13.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d6fb8ed853fdc19ce09752d63f3a2e5b5158aeb261520cd75eb618bd60305165"
|
|
2986 | 2667 |
"checksum smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7"
|
2987 | 2668 |
"checksum smart-default 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5a9dbd5f03d04e80355cbbe3ce5cf1f65c421eac575402e3d4d6e95d5a44edaa"
|
2988 | 2669 |
"checksum smithay-client-toolkit 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2ccb8c57049b2a34d2cc2b203fa785020ba0129d31920ef0d317430adaf748fa"
|
2989 | |
"checksum specs 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)" = "de65613ada4338aa7ba71eca60eca24c60483433eec0077bc4f33cfc31f4bdf0"
|
2990 | 2670 |
"checksum specs 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b98b8b33ab3f3e3f352df6cf6830e6d8fc790cbd6a7ff349c14fc25cbd6b1d48"
|
2991 | 2671 |
"checksum specs-derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a63549fa0d4a6f76e99e6634c328f25d0c9fa8ad6f8498aef74f6c35c0b269e5"
|
2992 | |
"checksum specs-hierarchy 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1d3351f4ce84753cd19ab0cb850843ad1153d8c2c0e2f3480117a126916250"
|
2993 | |
"checksum specs-physics 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "590b4a241b0709323ca770f516cd282e54758fa49e8f4fdf5f0e91ac8c62d6c2"
|
2994 | |
"checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
|
2995 | 2672 |
"checksum stb_truetype 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "69b7df505db8e81d54ff8be4693421e5b543e08214bd8d99eb761fcb4d5668ba"
|
2996 | 2673 |
"checksum stdweb 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ef5430c8e36b713e13b48a9f709cc21e046723fe44ce34587b73a830203b533e"
|
2997 | 2674 |
"checksum stdweb 0.4.18 (registry+https://github.com/rust-lang/crates.io-index)" = "a68c0ce28cf7400ed022e18da3c4591e14e1df02c70e93573cc59921b3923aeb"
|
|
3007 | 2684 |
"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
|
3008 | 2685 |
"checksum tiff 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d7b7c2cfc4742bd8a32f2e614339dd8ce30dbcf676bb262bd63a2327bc5df57d"
|
3009 | 2686 |
"checksum tiled 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3e43db82e3c62f96d84482c1b69e8a9b9ceb1c5cd80bd2ee1669caec58f5831d"
|
3010 | |
"checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
|
3011 | 2687 |
"checksum toml 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c7aabe75941d914b72bf3e5d3932ed92ce0664d49d8432305a8b547c37227724"
|
3012 | |
"checksum tuple_utils 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cbfecd7bb8f0a3e96b3b31c46af2677a55a588767c0091f484601424fcb20e7e"
|
3013 | 2688 |
"checksum tuple_utils 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44834418e2c5b16f47bedf35c28e148db099187dd5feee6367fb2525863af4f1"
|
3014 | 2689 |
"checksum twox-hash 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3bfd5b7557925ce778ff9b9ef90e3ade34c524b5ff10e239c69a42d546d2af56"
|
3015 | 2690 |
"checksum typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6d2783fe2d6b8c1101136184eb41be8b1ad379e4657050b8aaff0c79ee7575f9"
|