You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Cargo.lock 12KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. [[package]]
  4. name = "autocfg"
  5. version = "0.1.7"
  6. source = "registry+https://github.com/rust-lang/crates.io-index"
  7. [[package]]
  8. name = "autocfg"
  9. version = "1.0.0"
  10. source = "registry+https://github.com/rust-lang/crates.io-index"
  11. [[package]]
  12. name = "bitflags"
  13. version = "1.2.1"
  14. source = "registry+https://github.com/rust-lang/crates.io-index"
  15. [[package]]
  16. name = "cfg-if"
  17. version = "0.1.10"
  18. source = "registry+https://github.com/rust-lang/crates.io-index"
  19. [[package]]
  20. name = "cloudabi"
  21. version = "0.0.3"
  22. source = "registry+https://github.com/rust-lang/crates.io-index"
  23. dependencies = [
  24. "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  25. ]
  26. [[package]]
  27. name = "fuchsia-cprng"
  28. version = "0.1.1"
  29. source = "registry+https://github.com/rust-lang/crates.io-index"
  30. [[package]]
  31. name = "gamedev"
  32. version = "0.1.0"
  33. dependencies = [
  34. "sdl2 0.32.2 (registry+https://github.com/rust-lang/crates.io-index)",
  35. ]
  36. [[package]]
  37. name = "lazy_static"
  38. version = "1.4.0"
  39. source = "registry+https://github.com/rust-lang/crates.io-index"
  40. [[package]]
  41. name = "libc"
  42. version = "0.2.66"
  43. source = "registry+https://github.com/rust-lang/crates.io-index"
  44. [[package]]
  45. name = "num"
  46. version = "0.1.42"
  47. source = "registry+https://github.com/rust-lang/crates.io-index"
  48. dependencies = [
  49. "num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
  50. "num-iter 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
  51. "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
  52. ]
  53. [[package]]
  54. name = "num-integer"
  55. version = "0.1.42"
  56. source = "registry+https://github.com/rust-lang/crates.io-index"
  57. dependencies = [
  58. "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
  59. "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
  60. ]
  61. [[package]]
  62. name = "num-iter"
  63. version = "0.1.40"
  64. source = "registry+https://github.com/rust-lang/crates.io-index"
  65. dependencies = [
  66. "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
  67. "num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
  68. "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
  69. ]
  70. [[package]]
  71. name = "num-traits"
  72. version = "0.2.11"
  73. source = "registry+https://github.com/rust-lang/crates.io-index"
  74. dependencies = [
  75. "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
  76. ]
  77. [[package]]
  78. name = "rand"
  79. version = "0.6.5"
  80. source = "registry+https://github.com/rust-lang/crates.io-index"
  81. dependencies = [
  82. "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
  83. "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
  84. "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  85. "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
  86. "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  87. "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  88. "rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
  89. "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
  90. "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  91. "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  92. "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
  93. ]
  94. [[package]]
  95. name = "rand_chacha"
  96. version = "0.1.1"
  97. source = "registry+https://github.com/rust-lang/crates.io-index"
  98. dependencies = [
  99. "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
  100. "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
  101. ]
  102. [[package]]
  103. name = "rand_core"
  104. version = "0.3.1"
  105. source = "registry+https://github.com/rust-lang/crates.io-index"
  106. dependencies = [
  107. "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
  108. ]
  109. [[package]]
  110. name = "rand_core"
  111. version = "0.4.2"
  112. source = "registry+https://github.com/rust-lang/crates.io-index"
  113. [[package]]
  114. name = "rand_hc"
  115. version = "0.1.0"
  116. source = "registry+https://github.com/rust-lang/crates.io-index"
  117. dependencies = [
  118. "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
  119. ]
  120. [[package]]
  121. name = "rand_isaac"
  122. version = "0.1.1"
  123. source = "registry+https://github.com/rust-lang/crates.io-index"
  124. dependencies = [
  125. "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
  126. ]
  127. [[package]]
  128. name = "rand_jitter"
  129. version = "0.1.4"
  130. source = "registry+https://github.com/rust-lang/crates.io-index"
  131. dependencies = [
  132. "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
  133. "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
  134. "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
  135. ]
  136. [[package]]
  137. name = "rand_os"
  138. version = "0.1.3"
  139. source = "registry+https://github.com/rust-lang/crates.io-index"
  140. dependencies = [
  141. "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
  142. "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  143. "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
  144. "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
  145. "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  146. "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
  147. ]
  148. [[package]]
  149. name = "rand_pcg"
  150. version = "0.1.2"
  151. source = "registry+https://github.com/rust-lang/crates.io-index"
  152. dependencies = [
  153. "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
  154. "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
  155. ]
  156. [[package]]
  157. name = "rand_xorshift"
  158. version = "0.1.1"
  159. source = "registry+https://github.com/rust-lang/crates.io-index"
  160. dependencies = [
  161. "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
  162. ]
  163. [[package]]
  164. name = "rdrand"
  165. version = "0.4.0"
  166. source = "registry+https://github.com/rust-lang/crates.io-index"
  167. dependencies = [
  168. "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
  169. ]
  170. [[package]]
  171. name = "sdl2"
  172. version = "0.32.2"
  173. source = "registry+https://github.com/rust-lang/crates.io-index"
  174. dependencies = [
  175. "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  176. "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  177. "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
  178. "num 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
  179. "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
  180. "sdl2-sys 0.32.6 (registry+https://github.com/rust-lang/crates.io-index)",
  181. ]
  182. [[package]]
  183. name = "sdl2-sys"
  184. version = "0.32.6"
  185. source = "registry+https://github.com/rust-lang/crates.io-index"
  186. dependencies = [
  187. "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
  188. "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
  189. ]
  190. [[package]]
  191. name = "winapi"
  192. version = "0.3.8"
  193. source = "registry+https://github.com/rust-lang/crates.io-index"
  194. dependencies = [
  195. "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  196. "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  197. ]
  198. [[package]]
  199. name = "winapi-i686-pc-windows-gnu"
  200. version = "0.4.0"
  201. source = "registry+https://github.com/rust-lang/crates.io-index"
  202. [[package]]
  203. name = "winapi-x86_64-pc-windows-gnu"
  204. version = "0.4.0"
  205. source = "registry+https://github.com/rust-lang/crates.io-index"
  206. [metadata]
  207. "checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
  208. "checksum autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
  209. "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
  210. "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
  211. "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
  212. "checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
  213. "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
  214. "checksum libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)" = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558"
  215. "checksum num 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "4703ad64153382334aa8db57c637364c322d3372e097840c72000dabdcf6156e"
  216. "checksum num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba"
  217. "checksum num-iter 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "dfb0800a0291891dd9f4fe7bd9c19384f98f7fbe0cd0f39a2c6b88b9868bbc00"
  218. "checksum num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096"
  219. "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
  220. "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
  221. "checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
  222. "checksum rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
  223. "checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
  224. "checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
  225. "checksum rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
  226. "checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
  227. "checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
  228. "checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
  229. "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
  230. "checksum sdl2 0.32.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d051a07231e303f5f719da78cb6f7394f6d5b54f733aef5b0b447804a83edd7b"
  231. "checksum sdl2-sys 0.32.6 (registry+https://github.com/rust-lang/crates.io-index)" = "34e71125077d297d57e4c1acfe8981b5bdfbf5a20e7b589abfdcb33bf1127f86"
  232. "checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
  233. "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  234. "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"