Cargo.lock 76 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. [[package]]
  4. name = "adler32"
  5. version = "1.0.3"
  6. source = "registry+https://github.com/rust-lang/crates.io-index"
  7. [[package]]
  8. name = "andrew"
  9. version = "0.2.1"
  10. source = "registry+https://github.com/rust-lang/crates.io-index"
  11. dependencies = [
  12. "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  13. "line_drawing 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
  14. "rusttype 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)",
  15. "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
  16. "xdg 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  17. "xml-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
  18. ]
  19. [[package]]
  20. name = "android_glue"
  21. version = "0.2.3"
  22. source = "registry+https://github.com/rust-lang/crates.io-index"
  23. [[package]]
  24. name = "approx"
  25. version = "0.3.2"
  26. source = "registry+https://github.com/rust-lang/crates.io-index"
  27. dependencies = [
  28. "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  29. ]
  30. [[package]]
  31. name = "arrayvec"
  32. version = "0.4.11"
  33. source = "registry+https://github.com/rust-lang/crates.io-index"
  34. dependencies = [
  35. "nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
  36. ]
  37. [[package]]
  38. name = "atom"
  39. version = "0.3.5"
  40. source = "registry+https://github.com/rust-lang/crates.io-index"
  41. [[package]]
  42. name = "autocfg"
  43. version = "0.1.5"
  44. source = "registry+https://github.com/rust-lang/crates.io-index"
  45. [[package]]
  46. name = "bitflags"
  47. version = "1.1.0"
  48. source = "registry+https://github.com/rust-lang/crates.io-index"
  49. [[package]]
  50. name = "block"
  51. version = "0.1.6"
  52. source = "registry+https://github.com/rust-lang/crates.io-index"
  53. [[package]]
  54. name = "bresenham"
  55. version = "0.1.1"
  56. source = "registry+https://github.com/rust-lang/crates.io-index"
  57. [[package]]
  58. name = "byteorder"
  59. version = "1.3.2"
  60. source = "registry+https://github.com/rust-lang/crates.io-index"
  61. [[package]]
  62. name = "c2-chacha"
  63. version = "0.2.2"
  64. source = "registry+https://github.com/rust-lang/crates.io-index"
  65. dependencies = [
  66. "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
  67. "ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
  68. ]
  69. [[package]]
  70. name = "calloop"
  71. version = "0.4.4"
  72. source = "registry+https://github.com/rust-lang/crates.io-index"
  73. dependencies = [
  74. "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
  75. "mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
  76. "nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
  77. ]
  78. [[package]]
  79. name = "cc"
  80. version = "1.0.40"
  81. source = "registry+https://github.com/rust-lang/crates.io-index"
  82. [[package]]
  83. name = "cfg-if"
  84. version = "0.1.9"
  85. source = "registry+https://github.com/rust-lang/crates.io-index"
  86. [[package]]
  87. name = "cgl"
  88. version = "0.2.3"
  89. source = "registry+https://github.com/rust-lang/crates.io-index"
  90. dependencies = [
  91. "gleam 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
  92. "libc 0.2.61 (registry+https://github.com/rust-lang/crates.io-index)",
  93. ]
  94. [[package]]
  95. name = "cgmath"
  96. version = "0.17.0"
  97. source = "registry+https://github.com/rust-lang/crates.io-index"
  98. dependencies = [
  99. "approx 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
  100. "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  101. "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
  102. ]
  103. [[package]]
  104. name = "chapter-01-hellorust"
  105. version = "0.1.0"
  106. dependencies = [
  107. "rltk 0.2.5 (git+https://github.com/thebracket/rltk_rs)",
  108. ]
  109. [[package]]
  110. name = "chapter-02-helloecs"
  111. version = "0.1.0"
  112. dependencies = [
  113. "rltk 0.2.5 (git+https://github.com/thebracket/rltk_rs)",
  114. "specs 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
  115. "specs-derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  116. ]
  117. [[package]]
  118. name = "chapter-03-walkmap"
  119. version = "0.1.0"
  120. dependencies = [
  121. "rltk 0.2.5 (git+https://github.com/thebracket/rltk_rs)",
  122. "specs 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
  123. "specs-derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  124. ]
  125. [[package]]
  126. name = "chapter-04-newmap"
  127. version = "0.1.0"
  128. dependencies = [
  129. "rltk 0.2.5 (git+https://github.com/thebracket/rltk_rs)",
  130. "specs 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
  131. "specs-derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  132. ]
  133. [[package]]
  134. name = "chapter-05-fov"
  135. version = "0.1.0"
  136. dependencies = [
  137. "rltk 0.2.5 (git+https://github.com/thebracket/rltk_rs)",
  138. "specs 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
  139. "specs-derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  140. ]
  141. [[package]]
  142. name = "chapter-06-monsters"
  143. version = "0.1.0"
  144. dependencies = [
  145. "rltk 0.2.5 (git+https://github.com/thebracket/rltk_rs)",
  146. "specs 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
  147. "specs-derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  148. ]
  149. [[package]]
  150. name = "chapter-07-damage"
  151. version = "0.1.0"
  152. dependencies = [
  153. "rltk 0.2.5 (git+https://github.com/thebracket/rltk_rs)",
  154. "specs 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
  155. "specs-derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  156. ]
  157. [[package]]
  158. name = "chapter-08-ui"
  159. version = "0.1.0"
  160. dependencies = [
  161. "rltk 0.2.5 (git+https://github.com/thebracket/rltk_rs)",
  162. "specs 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
  163. "specs-derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  164. ]
  165. [[package]]
  166. name = "chapter-09-items"
  167. version = "0.1.0"
  168. dependencies = [
  169. "rltk 0.2.5 (git+https://github.com/thebracket/rltk_rs)",
  170. "specs 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
  171. "specs-derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  172. ]
  173. [[package]]
  174. name = "chapter-10-ranged"
  175. version = "0.1.0"
  176. dependencies = [
  177. "rltk 0.2.5 (git+https://github.com/thebracket/rltk_rs)",
  178. "specs 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
  179. "specs-derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  180. ]
  181. [[package]]
  182. name = "chapter-11-loadsave"
  183. version = "0.1.0"
  184. dependencies = [
  185. "rltk 0.2.5 (git+https://github.com/thebracket/rltk_rs)",
  186. "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
  187. "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
  188. "specs 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
  189. "specs-derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  190. ]
  191. [[package]]
  192. name = "cloudabi"
  193. version = "0.0.3"
  194. source = "registry+https://github.com/rust-lang/crates.io-index"
  195. dependencies = [
  196. "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  197. ]
  198. [[package]]
  199. name = "cocoa"
  200. version = "0.18.4"
  201. source = "registry+https://github.com/rust-lang/crates.io-index"
  202. dependencies = [
  203. "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  204. "block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
  205. "core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
  206. "core-graphics 0.17.3 (registry+https://github.com/rust-lang/crates.io-index)",
  207. "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
  208. "libc 0.2.61 (registry+https://github.com/rust-lang/crates.io-index)",
  209. "objc 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
  210. ]
  211. [[package]]
  212. name = "color_quant"
  213. version = "1.0.1"
  214. source = "registry+https://github.com/rust-lang/crates.io-index"
  215. [[package]]
  216. name = "core-foundation"
  217. version = "0.6.4"
  218. source = "registry+https://github.com/rust-lang/crates.io-index"
  219. dependencies = [
  220. "core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
  221. "libc 0.2.61 (registry+https://github.com/rust-lang/crates.io-index)",
  222. ]
  223. [[package]]
  224. name = "core-foundation-sys"
  225. version = "0.6.2"
  226. source = "registry+https://github.com/rust-lang/crates.io-index"
  227. [[package]]
  228. name = "core-graphics"
  229. version = "0.17.3"
  230. source = "registry+https://github.com/rust-lang/crates.io-index"
  231. dependencies = [
  232. "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  233. "core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
  234. "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
  235. "libc 0.2.61 (registry+https://github.com/rust-lang/crates.io-index)",
  236. ]
  237. [[package]]
  238. name = "core-video-sys"
  239. version = "0.1.3"
  240. source = "registry+https://github.com/rust-lang/crates.io-index"
  241. dependencies = [
  242. "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
  243. "core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
  244. "core-graphics 0.17.3 (registry+https://github.com/rust-lang/crates.io-index)",
  245. "libc 0.2.61 (registry+https://github.com/rust-lang/crates.io-index)",
  246. "objc 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
  247. ]
  248. [[package]]
  249. name = "crc32fast"
  250. version = "1.2.0"
  251. source = "registry+https://github.com/rust-lang/crates.io-index"
  252. dependencies = [
  253. "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
  254. ]
  255. [[package]]
  256. name = "crossbeam-deque"
  257. version = "0.6.3"
  258. source = "registry+https://github.com/rust-lang/crates.io-index"
  259. dependencies = [
  260. "crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
  261. "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
  262. ]
  263. [[package]]
  264. name = "crossbeam-epoch"
  265. version = "0.7.2"
  266. source = "registry+https://github.com/rust-lang/crates.io-index"
  267. dependencies = [
  268. "arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
  269. "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
  270. "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
  271. "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
  272. "memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
  273. "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
  274. ]
  275. [[package]]
  276. name = "crossbeam-queue"
  277. version = "0.1.2"
  278. source = "registry+https://github.com/rust-lang/crates.io-index"
  279. dependencies = [
  280. "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
  281. ]
  282. [[package]]
  283. name = "crossbeam-utils"
  284. version = "0.6.6"
  285. source = "registry+https://github.com/rust-lang/crates.io-index"
  286. dependencies = [
  287. "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
  288. "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
  289. ]
  290. [[package]]
  291. name = "deflate"
  292. version = "0.7.20"
  293. source = "registry+https://github.com/rust-lang/crates.io-index"
  294. dependencies = [
  295. "adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
  296. "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
  297. ]
  298. [[package]]
  299. name = "derivative"
  300. version = "1.0.2"
  301. source = "registry+https://github.com/rust-lang/crates.io-index"
  302. dependencies = [
  303. "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
  304. "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
  305. "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
  306. ]
  307. [[package]]
  308. name = "dispatch"
  309. version = "0.1.4"
  310. source = "registry+https://github.com/rust-lang/crates.io-index"
  311. [[package]]
  312. name = "dlib"
  313. version = "0.4.1"
  314. source = "registry+https://github.com/rust-lang/crates.io-index"
  315. dependencies = [
  316. "libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
  317. ]
  318. [[package]]
  319. name = "downcast-rs"
  320. version = "1.0.4"
  321. source = "registry+https://github.com/rust-lang/crates.io-index"
  322. [[package]]
  323. name = "either"
  324. version = "1.5.2"
  325. source = "registry+https://github.com/rust-lang/crates.io-index"
  326. [[package]]
  327. name = "flate2"
  328. version = "1.0.9"
  329. source = "registry+https://github.com/rust-lang/crates.io-index"
  330. dependencies = [
  331. "crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  332. "libc 0.2.61 (registry+https://github.com/rust-lang/crates.io-index)",
  333. "miniz-sys 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
  334. "miniz_oxide_c_api 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
  335. ]
  336. [[package]]
  337. name = "foreign-types"
  338. version = "0.3.2"
  339. source = "registry+https://github.com/rust-lang/crates.io-index"
  340. dependencies = [
  341. "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  342. ]
  343. [[package]]
  344. name = "foreign-types-shared"
  345. version = "0.1.1"
  346. source = "registry+https://github.com/rust-lang/crates.io-index"
  347. [[package]]
  348. name = "fuchsia-cprng"
  349. version = "0.1.1"
  350. source = "registry+https://github.com/rust-lang/crates.io-index"
  351. [[package]]
  352. name = "fuchsia-zircon"
  353. version = "0.3.3"
  354. source = "registry+https://github.com/rust-lang/crates.io-index"
  355. dependencies = [
  356. "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  357. "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
  358. ]
  359. [[package]]
  360. name = "fuchsia-zircon-sys"
  361. version = "0.3.3"
  362. source = "registry+https://github.com/rust-lang/crates.io-index"
  363. [[package]]
  364. name = "getrandom"
  365. version = "0.1.8"
  366. source = "registry+https://github.com/rust-lang/crates.io-index"
  367. dependencies = [
  368. "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
  369. "libc 0.2.61 (registry+https://github.com/rust-lang/crates.io-index)",
  370. ]
  371. [[package]]
  372. name = "gif"
  373. version = "0.10.2"
  374. source = "registry+https://github.com/rust-lang/crates.io-index"
  375. dependencies = [
  376. "color_quant 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
  377. "lzw 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
  378. ]
  379. [[package]]
  380. name = "gl_generator"
  381. version = "0.11.0"
  382. source = "registry+https://github.com/rust-lang/crates.io-index"
  383. dependencies = [
  384. "khronos_api 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  385. "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
  386. "xml-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
  387. ]
  388. [[package]]
  389. name = "gl_generator"
  390. version = "0.13.0"
  391. source = "registry+https://github.com/rust-lang/crates.io-index"
  392. dependencies = [
  393. "khronos_api 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  394. "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
  395. "xml-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
  396. ]
  397. [[package]]
  398. name = "gleam"
  399. version = "0.6.19"
  400. source = "registry+https://github.com/rust-lang/crates.io-index"
  401. dependencies = [
  402. "gl_generator 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
  403. ]
  404. [[package]]
  405. name = "glutin"
  406. version = "0.22.0-alpha1"
  407. source = "registry+https://github.com/rust-lang/crates.io-index"
  408. dependencies = [
  409. "android_glue 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
  410. "cgl 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
  411. "cocoa 0.18.4 (registry+https://github.com/rust-lang/crates.io-index)",
  412. "core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
  413. "core-graphics 0.17.3 (registry+https://github.com/rust-lang/crates.io-index)",
  414. "derivative 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
  415. "glutin_egl_sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
  416. "glutin_emscripten_sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  417. "glutin_gles2_sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
  418. "glutin_glx_sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
  419. "glutin_wgl_sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
  420. "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
  421. "libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
  422. "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
  423. "objc 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
  424. "osmesa-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  425. "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
  426. "wayland-client 0.23.5 (registry+https://github.com/rust-lang/crates.io-index)",
  427. "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
  428. "winit 0.20.0-alpha2 (registry+https://github.com/rust-lang/crates.io-index)",
  429. ]
  430. [[package]]
  431. name = "glutin_egl_sys"
  432. version = "0.1.3"
  433. source = "registry+https://github.com/rust-lang/crates.io-index"
  434. dependencies = [
  435. "gl_generator 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
  436. "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
  437. ]
  438. [[package]]
  439. name = "glutin_emscripten_sys"
  440. version = "0.1.0"
  441. source = "registry+https://github.com/rust-lang/crates.io-index"
  442. [[package]]
  443. name = "glutin_gles2_sys"
  444. version = "0.1.3"
  445. source = "registry+https://github.com/rust-lang/crates.io-index"
  446. dependencies = [
  447. "gl_generator 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
  448. "objc 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
  449. ]
  450. [[package]]
  451. name = "glutin_glx_sys"
  452. version = "0.1.5"
  453. source = "registry+https://github.com/rust-lang/crates.io-index"
  454. dependencies = [
  455. "gl_generator 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
  456. "x11-dl 2.18.3 (registry+https://github.com/rust-lang/crates.io-index)",
  457. ]
  458. [[package]]
  459. name = "glutin_wgl_sys"
  460. version = "0.1.3"
  461. source = "registry+https://github.com/rust-lang/crates.io-index"
  462. dependencies = [
  463. "gl_generator 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
  464. ]
  465. [[package]]
  466. name = "hashbrown"
  467. version = "0.5.0"
  468. source = "registry+https://github.com/rust-lang/crates.io-index"
  469. [[package]]
  470. name = "hibitset"
  471. version = "0.6.2"
  472. source = "registry+https://github.com/rust-lang/crates.io-index"
  473. dependencies = [
  474. "atom 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
  475. "rayon 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  476. ]
  477. [[package]]
  478. name = "image"
  479. version = "0.22.1"
  480. source = "registry+https://github.com/rust-lang/crates.io-index"
  481. dependencies = [
  482. "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
  483. "gif 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
  484. "jpeg-decoder 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
  485. "lzw 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
  486. "num-iter 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
  487. "num-rational 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
  488. "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  489. "png 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
  490. "scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
  491. "tiff 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
  492. ]
  493. [[package]]
  494. name = "inflate"
  495. version = "0.4.5"
  496. source = "registry+https://github.com/rust-lang/crates.io-index"
  497. dependencies = [
  498. "adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
  499. ]
  500. [[package]]
  501. name = "iovec"
  502. version = "0.1.2"
  503. source = "registry+https://github.com/rust-lang/crates.io-index"
  504. dependencies = [
  505. "libc 0.2.61 (registry+https://github.com/rust-lang/crates.io-index)",
  506. "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  507. ]
  508. [[package]]
  509. name = "itoa"
  510. version = "0.4.4"
  511. source = "registry+https://github.com/rust-lang/crates.io-index"
  512. [[package]]
  513. name = "jpeg-decoder"
  514. version = "0.1.15"
  515. source = "registry+https://github.com/rust-lang/crates.io-index"
  516. dependencies = [
  517. "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
  518. "rayon 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  519. ]
  520. [[package]]
  521. name = "kernel32-sys"
  522. version = "0.2.2"
  523. source = "registry+https://github.com/rust-lang/crates.io-index"
  524. dependencies = [
  525. "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  526. "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  527. ]
  528. [[package]]
  529. name = "khronos_api"
  530. version = "3.1.0"
  531. source = "registry+https://github.com/rust-lang/crates.io-index"
  532. [[package]]
  533. name = "lazy_static"
  534. version = "1.3.0"
  535. source = "registry+https://github.com/rust-lang/crates.io-index"
  536. [[package]]
  537. name = "lazycell"
  538. version = "1.2.1"
  539. source = "registry+https://github.com/rust-lang/crates.io-index"
  540. [[package]]
  541. name = "libc"
  542. version = "0.2.61"
  543. source = "registry+https://github.com/rust-lang/crates.io-index"
  544. [[package]]
  545. name = "libloading"
  546. version = "0.5.2"
  547. source = "registry+https://github.com/rust-lang/crates.io-index"
  548. dependencies = [
  549. "cc 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
  550. "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
  551. ]
  552. [[package]]
  553. name = "line_drawing"
  554. version = "0.7.0"
  555. source = "registry+https://github.com/rust-lang/crates.io-index"
  556. dependencies = [
  557. "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  558. ]
  559. [[package]]
  560. name = "lock_api"
  561. version = "0.2.0"
  562. source = "registry+https://github.com/rust-lang/crates.io-index"
  563. dependencies = [
  564. "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
  565. ]
  566. [[package]]
  567. name = "log"
  568. version = "0.4.8"
  569. source = "registry+https://github.com/rust-lang/crates.io-index"
  570. dependencies = [
  571. "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
  572. ]
  573. [[package]]
  574. name = "lzw"
  575. version = "0.10.0"
  576. source = "registry+https://github.com/rust-lang/crates.io-index"
  577. [[package]]
  578. name = "malloc_buf"
  579. version = "0.0.6"
  580. source = "registry+https://github.com/rust-lang/crates.io-index"
  581. dependencies = [
  582. "libc 0.2.61 (registry+https://github.com/rust-lang/crates.io-index)",
  583. ]
  584. [[package]]
  585. name = "memmap"
  586. version = "0.7.0"
  587. source = "registry+https://github.com/rust-lang/crates.io-index"
  588. dependencies = [
  589. "libc 0.2.61 (registry+https://github.com/rust-lang/crates.io-index)",
  590. "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
  591. ]
  592. [[package]]
  593. name = "memoffset"
  594. version = "0.5.1"
  595. source = "registry+https://github.com/rust-lang/crates.io-index"
  596. dependencies = [
  597. "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
  598. ]
  599. [[package]]
  600. name = "miniz-sys"
  601. version = "0.1.12"
  602. source = "registry+https://github.com/rust-lang/crates.io-index"
  603. dependencies = [
  604. "cc 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
  605. "libc 0.2.61 (registry+https://github.com/rust-lang/crates.io-index)",
  606. ]
  607. [[package]]
  608. name = "miniz_oxide"
  609. version = "0.3.2"
  610. source = "registry+https://github.com/rust-lang/crates.io-index"
  611. dependencies = [
  612. "adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
  613. ]
  614. [[package]]
  615. name = "miniz_oxide_c_api"
  616. version = "0.2.3"
  617. source = "registry+https://github.com/rust-lang/crates.io-index"
  618. dependencies = [
  619. "cc 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
  620. "crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  621. "libc 0.2.61 (registry+https://github.com/rust-lang/crates.io-index)",
  622. "miniz_oxide 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
  623. ]
  624. [[package]]
  625. name = "mio"
  626. version = "0.6.19"
  627. source = "registry+https://github.com/rust-lang/crates.io-index"
  628. dependencies = [
  629. "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
  630. "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
  631. "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  632. "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
  633. "libc 0.2.61 (registry+https://github.com/rust-lang/crates.io-index)",
  634. "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
  635. "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  636. "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
  637. "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
  638. "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  639. ]
  640. [[package]]
  641. name = "mio-extras"
  642. version = "2.0.5"
  643. source = "registry+https://github.com/rust-lang/crates.io-index"
  644. dependencies = [
  645. "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  646. "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
  647. "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
  648. "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
  649. ]
  650. [[package]]
  651. name = "miow"
  652. version = "0.2.1"
  653. source = "registry+https://github.com/rust-lang/crates.io-index"
  654. dependencies = [
  655. "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
  656. "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
  657. "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  658. "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  659. ]
  660. [[package]]
  661. name = "mopa"
  662. version = "0.2.2"
  663. source = "registry+https://github.com/rust-lang/crates.io-index"
  664. [[package]]
  665. name = "net2"
  666. version = "0.2.33"
  667. source = "registry+https://github.com/rust-lang/crates.io-index"
  668. dependencies = [
  669. "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
  670. "libc 0.2.61 (registry+https://github.com/rust-lang/crates.io-index)",
  671. "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
  672. ]
  673. [[package]]
  674. name = "nix"
  675. version = "0.14.1"
  676. source = "registry+https://github.com/rust-lang/crates.io-index"
  677. dependencies = [
  678. "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  679. "cc 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
  680. "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
  681. "libc 0.2.61 (registry+https://github.com/rust-lang/crates.io-index)",
  682. "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
  683. ]
  684. [[package]]
  685. name = "nodrop"
  686. version = "0.1.13"
  687. source = "registry+https://github.com/rust-lang/crates.io-index"
  688. [[package]]
  689. name = "nonzero_signed"
  690. version = "1.0.3"
  691. source = "registry+https://github.com/rust-lang/crates.io-index"
  692. [[package]]
  693. name = "num-derive"
  694. version = "0.2.5"
  695. source = "registry+https://github.com/rust-lang/crates.io-index"
  696. dependencies = [
  697. "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
  698. "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
  699. "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
  700. ]
  701. [[package]]
  702. name = "num-integer"
  703. version = "0.1.41"
  704. source = "registry+https://github.com/rust-lang/crates.io-index"
  705. dependencies = [
  706. "autocfg 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
  707. "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  708. ]
  709. [[package]]
  710. name = "num-iter"
  711. version = "0.1.39"
  712. source = "registry+https://github.com/rust-lang/crates.io-index"
  713. dependencies = [
  714. "autocfg 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
  715. "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
  716. "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  717. ]
  718. [[package]]
  719. name = "num-rational"
  720. version = "0.2.2"
  721. source = "registry+https://github.com/rust-lang/crates.io-index"
  722. dependencies = [
  723. "autocfg 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
  724. "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
  725. "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  726. ]
  727. [[package]]
  728. name = "num-traits"
  729. version = "0.2.8"
  730. source = "registry+https://github.com/rust-lang/crates.io-index"
  731. dependencies = [
  732. "autocfg 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
  733. ]
  734. [[package]]
  735. name = "num_cpus"
  736. version = "1.10.1"
  737. source = "registry+https://github.com/rust-lang/crates.io-index"
  738. dependencies = [
  739. "libc 0.2.61 (registry+https://github.com/rust-lang/crates.io-index)",
  740. ]
  741. [[package]]
  742. name = "objc"
  743. version = "0.2.6"
  744. source = "registry+https://github.com/rust-lang/crates.io-index"
  745. dependencies = [
  746. "malloc_buf 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
  747. ]
  748. [[package]]
  749. name = "ordered-float"
  750. version = "1.0.2"
  751. source = "registry+https://github.com/rust-lang/crates.io-index"
  752. dependencies = [
  753. "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  754. ]
  755. [[package]]
  756. name = "osmesa-sys"
  757. version = "0.1.2"
  758. source = "registry+https://github.com/rust-lang/crates.io-index"
  759. dependencies = [
  760. "shared_library 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
  761. ]
  762. [[package]]
  763. name = "parking_lot"
  764. version = "0.8.0"
  765. source = "registry+https://github.com/rust-lang/crates.io-index"
  766. dependencies = [
  767. "lock_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  768. "parking_lot_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
  769. "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
  770. ]
  771. [[package]]
  772. name = "parking_lot_core"
  773. version = "0.5.0"
  774. source = "registry+https://github.com/rust-lang/crates.io-index"
  775. dependencies = [
  776. "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
  777. "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
  778. "libc 0.2.61 (registry+https://github.com/rust-lang/crates.io-index)",
  779. "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
  780. "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
  781. "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
  782. "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
  783. "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
  784. ]
  785. [[package]]
  786. name = "percent-encoding"
  787. version = "1.0.1"
  788. source = "registry+https://github.com/rust-lang/crates.io-index"
  789. [[package]]
  790. name = "pkg-config"
  791. version = "0.3.15"
  792. source = "registry+https://github.com/rust-lang/crates.io-index"
  793. [[package]]
  794. name = "png"
  795. version = "0.15.0"
  796. source = "registry+https://github.com/rust-lang/crates.io-index"
  797. dependencies = [
  798. "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  799. "crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  800. "deflate 0.7.20 (registry+https://github.com/rust-lang/crates.io-index)",
  801. "inflate 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
  802. ]
  803. [[package]]
  804. name = "ppv-lite86"
  805. version = "0.2.5"
  806. source = "registry+https://github.com/rust-lang/crates.io-index"
  807. [[package]]
  808. name = "proc-macro2"
  809. version = "0.4.30"
  810. source = "registry+https://github.com/rust-lang/crates.io-index"
  811. dependencies = [
  812. "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  813. ]
  814. [[package]]
  815. name = "proc-macro2"
  816. version = "1.0.3"
  817. source = "registry+https://github.com/rust-lang/crates.io-index"
  818. dependencies = [
  819. "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  820. ]
  821. [[package]]
  822. name = "quote"
  823. version = "0.6.13"
  824. source = "registry+https://github.com/rust-lang/crates.io-index"
  825. dependencies = [
  826. "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
  827. ]
  828. [[package]]
  829. name = "quote"
  830. version = "1.0.2"
  831. source = "registry+https://github.com/rust-lang/crates.io-index"
  832. dependencies = [
  833. "proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
  834. ]
  835. [[package]]
  836. name = "rand"
  837. version = "0.6.5"
  838. source = "registry+https://github.com/rust-lang/crates.io-index"
  839. dependencies = [
  840. "autocfg 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
  841. "libc 0.2.61 (registry+https://github.com/rust-lang/crates.io-index)",
  842. "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  843. "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
  844. "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  845. "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  846. "rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
  847. "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
  848. "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  849. "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  850. "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
  851. ]
  852. [[package]]
  853. name = "rand"
  854. version = "0.7.0"
  855. source = "registry+https://github.com/rust-lang/crates.io-index"
  856. dependencies = [
  857. "getrandom 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
  858. "libc 0.2.61 (registry+https://github.com/rust-lang/crates.io-index)",
  859. "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  860. "rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
  861. "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  862. ]
  863. [[package]]
  864. name = "rand_chacha"
  865. version = "0.1.1"
  866. source = "registry+https://github.com/rust-lang/crates.io-index"
  867. dependencies = [
  868. "autocfg 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
  869. "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
  870. ]
  871. [[package]]
  872. name = "rand_chacha"
  873. version = "0.2.1"
  874. source = "registry+https://github.com/rust-lang/crates.io-index"
  875. dependencies = [
  876. "c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
  877. "rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
  878. ]
  879. [[package]]
  880. name = "rand_core"
  881. version = "0.3.1"
  882. source = "registry+https://github.com/rust-lang/crates.io-index"
  883. dependencies = [
  884. "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
  885. ]
  886. [[package]]
  887. name = "rand_core"
  888. version = "0.4.2"
  889. source = "registry+https://github.com/rust-lang/crates.io-index"
  890. [[package]]
  891. name = "rand_core"
  892. version = "0.5.0"
  893. source = "registry+https://github.com/rust-lang/crates.io-index"
  894. dependencies = [
  895. "getrandom 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
  896. ]
  897. [[package]]
  898. name = "rand_hc"
  899. version = "0.1.0"
  900. source = "registry+https://github.com/rust-lang/crates.io-index"
  901. dependencies = [
  902. "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
  903. ]
  904. [[package]]
  905. name = "rand_hc"
  906. version = "0.2.0"
  907. source = "registry+https://github.com/rust-lang/crates.io-index"
  908. dependencies = [
  909. "rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
  910. ]
  911. [[package]]
  912. name = "rand_isaac"
  913. version = "0.1.1"
  914. source = "registry+https://github.com/rust-lang/crates.io-index"
  915. dependencies = [
  916. "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
  917. ]
  918. [[package]]
  919. name = "rand_jitter"
  920. version = "0.1.4"
  921. source = "registry+https://github.com/rust-lang/crates.io-index"
  922. dependencies = [
  923. "libc 0.2.61 (registry+https://github.com/rust-lang/crates.io-index)",
  924. "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
  925. "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
  926. ]
  927. [[package]]
  928. name = "rand_os"
  929. version = "0.1.3"
  930. source = "registry+https://github.com/rust-lang/crates.io-index"
  931. dependencies = [
  932. "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
  933. "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  934. "libc 0.2.61 (registry+https://github.com/rust-lang/crates.io-index)",
  935. "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
  936. "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  937. "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
  938. ]
  939. [[package]]
  940. name = "rand_pcg"
  941. version = "0.1.2"
  942. source = "registry+https://github.com/rust-lang/crates.io-index"
  943. dependencies = [
  944. "autocfg 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
  945. "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
  946. ]
  947. [[package]]
  948. name = "rand_xorshift"
  949. version = "0.1.1"
  950. source = "registry+https://github.com/rust-lang/crates.io-index"
  951. dependencies = [
  952. "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
  953. ]
  954. [[package]]
  955. name = "rand_xorshift"
  956. version = "0.2.0"
  957. source = "registry+https://github.com/rust-lang/crates.io-index"
  958. dependencies = [
  959. "rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
  960. ]
  961. [[package]]
  962. name = "rayon"
  963. version = "1.1.0"
  964. source = "registry+https://github.com/rust-lang/crates.io-index"
  965. dependencies = [
  966. "crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
  967. "either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
  968. "rayon-core 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
  969. ]
  970. [[package]]
  971. name = "rayon-core"
  972. version = "1.5.0"
  973. source = "registry+https://github.com/rust-lang/crates.io-index"
  974. dependencies = [
  975. "crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
  976. "crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  977. "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
  978. "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
  979. "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
  980. ]
  981. [[package]]
  982. name = "rdrand"
  983. version = "0.4.0"
  984. source = "registry+https://github.com/rust-lang/crates.io-index"
  985. dependencies = [
  986. "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
  987. ]
  988. [[package]]
  989. name = "redox_syscall"
  990. version = "0.1.56"
  991. source = "registry+https://github.com/rust-lang/crates.io-index"
  992. [[package]]
  993. name = "rltk"
  994. version = "0.2.5"
  995. source = "git+https://github.com/thebracket/rltk_rs#882e3d3f45cd7b63b860b18fb3958d6d17f43304"
  996. dependencies = [
  997. "bresenham 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  998. "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
  999. "cgmath 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
  1000. "flate2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
  1001. "gl_generator 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
  1002. "glutin 0.22.0-alpha1 (registry+https://github.com/rust-lang/crates.io-index)",
  1003. "image 0.22.1 (registry+https://github.com/rust-lang/crates.io-index)",
  1004. "rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
  1005. "rand_xorshift 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  1006. "rayon 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  1007. "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
  1008. "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
  1009. "winit 0.20.0-alpha2 (registry+https://github.com/rust-lang/crates.io-index)",
  1010. ]
  1011. [[package]]
  1012. name = "rust_roguelike_tutorial"
  1013. version = "0.1.0"
  1014. dependencies = [
  1015. "rltk 0.2.5 (git+https://github.com/thebracket/rltk_rs)",
  1016. "specs 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
  1017. "specs-derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  1018. ]
  1019. [[package]]
  1020. name = "rustc_version"
  1021. version = "0.2.3"
  1022. source = "registry+https://github.com/rust-lang/crates.io-index"
  1023. dependencies = [
  1024. "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
  1025. ]
  1026. [[package]]
  1027. name = "rusttype"
  1028. version = "0.7.7"
  1029. source = "registry+https://github.com/rust-lang/crates.io-index"
  1030. dependencies = [
  1031. "approx 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
  1032. "arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
  1033. "ordered-float 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
  1034. "stb_truetype 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
  1035. ]
  1036. [[package]]
  1037. name = "ryu"
  1038. version = "1.0.0"
  1039. source = "registry+https://github.com/rust-lang/crates.io-index"
  1040. [[package]]
  1041. name = "same-file"
  1042. version = "1.0.5"
  1043. source = "registry+https://github.com/rust-lang/crates.io-index"
  1044. dependencies = [
  1045. "winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  1046. ]
  1047. [[package]]
  1048. name = "scoped_threadpool"
  1049. version = "0.1.9"
  1050. source = "registry+https://github.com/rust-lang/crates.io-index"
  1051. [[package]]
  1052. name = "scopeguard"
  1053. version = "1.0.0"
  1054. source = "registry+https://github.com/rust-lang/crates.io-index"
  1055. [[package]]
  1056. name = "semver"
  1057. version = "0.9.0"
  1058. source = "registry+https://github.com/rust-lang/crates.io-index"
  1059. dependencies = [
  1060. "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
  1061. ]
  1062. [[package]]
  1063. name = "semver-parser"
  1064. version = "0.7.0"
  1065. source = "registry+https://github.com/rust-lang/crates.io-index"
  1066. [[package]]
  1067. name = "serde"
  1068. version = "1.0.99"
  1069. source = "registry+https://github.com/rust-lang/crates.io-index"
  1070. dependencies = [
  1071. "serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
  1072. ]
  1073. [[package]]
  1074. name = "serde_derive"
  1075. version = "1.0.99"
  1076. source = "registry+https://github.com/rust-lang/crates.io-index"
  1077. dependencies = [
  1078. "proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
  1079. "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
  1080. "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
  1081. ]
  1082. [[package]]
  1083. name = "serde_json"
  1084. version = "1.0.40"
  1085. source = "registry+https://github.com/rust-lang/crates.io-index"
  1086. dependencies = [
  1087. "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
  1088. "ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
  1089. "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
  1090. ]
  1091. [[package]]
  1092. name = "shared_library"
  1093. version = "0.1.9"
  1094. source = "registry+https://github.com/rust-lang/crates.io-index"
  1095. dependencies = [
  1096. "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
  1097. "libc 0.2.61 (registry+https://github.com/rust-lang/crates.io-index)",
  1098. ]
  1099. [[package]]
  1100. name = "shred"
  1101. version = "0.9.2"
  1102. source = "registry+https://github.com/rust-lang/crates.io-index"
  1103. dependencies = [
  1104. "arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
  1105. "hashbrown 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
  1106. "mopa 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
  1107. "rayon 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  1108. "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
  1109. ]
  1110. [[package]]
  1111. name = "shrev"
  1112. version = "1.1.1"
  1113. source = "registry+https://github.com/rust-lang/crates.io-index"
  1114. [[package]]
  1115. name = "slab"
  1116. version = "0.4.2"
  1117. source = "registry+https://github.com/rust-lang/crates.io-index"
  1118. [[package]]
  1119. name = "smallvec"
  1120. version = "0.6.10"
  1121. source = "registry+https://github.com/rust-lang/crates.io-index"
  1122. [[package]]
  1123. name = "smithay-client-toolkit"
  1124. version = "0.6.3"
  1125. source = "registry+https://github.com/rust-lang/crates.io-index"
  1126. dependencies = [
  1127. "andrew 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  1128. "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  1129. "dlib 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
  1130. "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
  1131. "memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
  1132. "nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
  1133. "wayland-client 0.23.5 (registry+https://github.com/rust-lang/crates.io-index)",
  1134. "wayland-protocols 0.23.5 (registry+https://github.com/rust-lang/crates.io-index)",
  1135. ]
  1136. [[package]]
  1137. name = "specs"
  1138. version = "0.15.0"
  1139. source = "registry+https://github.com/rust-lang/crates.io-index"
  1140. dependencies = [
  1141. "crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  1142. "derivative 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
  1143. "hashbrown 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
  1144. "hibitset 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
  1145. "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
  1146. "mopa 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
  1147. "nonzero_signed 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
  1148. "rayon 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  1149. "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
  1150. "shred 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
  1151. "shrev 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  1152. "tuple_utils 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
  1153. ]
  1154. [[package]]
  1155. name = "specs-derive"
  1156. version = "0.4.0"
  1157. source = "registry+https://github.com/rust-lang/crates.io-index"
  1158. dependencies = [
  1159. "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
  1160. "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
  1161. "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
  1162. ]
  1163. [[package]]
  1164. name = "stb_truetype"
  1165. version = "0.2.6"
  1166. source = "registry+https://github.com/rust-lang/crates.io-index"
  1167. dependencies = [
  1168. "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
  1169. ]
  1170. [[package]]
  1171. name = "syn"
  1172. version = "0.15.44"
  1173. source = "registry+https://github.com/rust-lang/crates.io-index"
  1174. dependencies = [
  1175. "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
  1176. "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
  1177. "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  1178. ]
  1179. [[package]]
  1180. name = "syn"
  1181. version = "1.0.5"
  1182. source = "registry+https://github.com/rust-lang/crates.io-index"
  1183. dependencies = [
  1184. "proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
  1185. "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
  1186. "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  1187. ]
  1188. [[package]]
  1189. name = "tiff"
  1190. version = "0.3.1"
  1191. source = "registry+https://github.com/rust-lang/crates.io-index"
  1192. dependencies = [
  1193. "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
  1194. "lzw 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
  1195. "num-derive 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
  1196. "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  1197. ]
  1198. [[package]]
  1199. name = "tuple_utils"
  1200. version = "0.3.0"
  1201. source = "registry+https://github.com/rust-lang/crates.io-index"
  1202. [[package]]
  1203. name = "unicode-xid"
  1204. version = "0.1.0"
  1205. source = "registry+https://github.com/rust-lang/crates.io-index"
  1206. [[package]]
  1207. name = "unicode-xid"
  1208. version = "0.2.0"
  1209. source = "registry+https://github.com/rust-lang/crates.io-index"
  1210. [[package]]
  1211. name = "void"
  1212. version = "1.0.2"
  1213. source = "registry+https://github.com/rust-lang/crates.io-index"
  1214. [[package]]
  1215. name = "walkdir"
  1216. version = "2.2.9"
  1217. source = "registry+https://github.com/rust-lang/crates.io-index"
  1218. dependencies = [
  1219. "same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
  1220. "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
  1221. "winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  1222. ]
  1223. [[package]]
  1224. name = "wayland-client"
  1225. version = "0.23.5"
  1226. source = "registry+https://github.com/rust-lang/crates.io-index"
  1227. dependencies = [
  1228. "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  1229. "calloop 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
  1230. "downcast-rs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
  1231. "libc 0.2.61 (registry+https://github.com/rust-lang/crates.io-index)",
  1232. "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
  1233. "nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
  1234. "wayland-commons 0.23.5 (registry+https://github.com/rust-lang/crates.io-index)",
  1235. "wayland-scanner 0.23.5 (registry+https://github.com/rust-lang/crates.io-index)",
  1236. "wayland-sys 0.23.5 (registry+https://github.com/rust-lang/crates.io-index)",
  1237. ]
  1238. [[package]]
  1239. name = "wayland-commons"
  1240. version = "0.23.5"
  1241. source = "registry+https://github.com/rust-lang/crates.io-index"
  1242. dependencies = [
  1243. "nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
  1244. "wayland-sys 0.23.5 (registry+https://github.com/rust-lang/crates.io-index)",
  1245. ]
  1246. [[package]]
  1247. name = "wayland-protocols"
  1248. version = "0.23.5"
  1249. source = "registry+https://github.com/rust-lang/crates.io-index"
  1250. dependencies = [
  1251. "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  1252. "wayland-client 0.23.5 (registry+https://github.com/rust-lang/crates.io-index)",
  1253. "wayland-commons 0.23.5 (registry+https://github.com/rust-lang/crates.io-index)",
  1254. "wayland-scanner 0.23.5 (registry+https://github.com/rust-lang/crates.io-index)",
  1255. ]
  1256. [[package]]
  1257. name = "wayland-scanner"
  1258. version = "0.23.5"
  1259. source = "registry+https://github.com/rust-lang/crates.io-index"
  1260. dependencies = [
  1261. "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
  1262. "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
  1263. "xml-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
  1264. ]
  1265. [[package]]
  1266. name = "wayland-sys"
  1267. version = "0.23.5"
  1268. source = "registry+https://github.com/rust-lang/crates.io-index"
  1269. dependencies = [
  1270. "dlib 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
  1271. "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
  1272. ]
  1273. [[package]]
  1274. name = "winapi"
  1275. version = "0.2.8"
  1276. source = "registry+https://github.com/rust-lang/crates.io-index"
  1277. [[package]]
  1278. name = "winapi"
  1279. version = "0.3.7"
  1280. source = "registry+https://github.com/rust-lang/crates.io-index"
  1281. dependencies = [
  1282. "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  1283. "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  1284. ]
  1285. [[package]]
  1286. name = "winapi-build"
  1287. version = "0.1.1"
  1288. source = "registry+https://github.com/rust-lang/crates.io-index"
  1289. [[package]]
  1290. name = "winapi-i686-pc-windows-gnu"
  1291. version = "0.4.0"
  1292. source = "registry+https://github.com/rust-lang/crates.io-index"
  1293. [[package]]
  1294. name = "winapi-util"
  1295. version = "0.1.2"
  1296. source = "registry+https://github.com/rust-lang/crates.io-index"
  1297. dependencies = [
  1298. "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
  1299. ]
  1300. [[package]]
  1301. name = "winapi-x86_64-pc-windows-gnu"
  1302. version = "0.4.0"
  1303. source = "registry+https://github.com/rust-lang/crates.io-index"
  1304. [[package]]
  1305. name = "winit"
  1306. version = "0.20.0-alpha2"
  1307. source = "registry+https://github.com/rust-lang/crates.io-index"
  1308. dependencies = [
  1309. "android_glue 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
  1310. "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  1311. "calloop 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
  1312. "cocoa 0.18.4 (registry+https://github.com/rust-lang/crates.io-index)",
  1313. "core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
  1314. "core-graphics 0.17.3 (registry+https://github.com/rust-lang/crates.io-index)",
  1315. "core-video-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
  1316. "derivative 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
  1317. "dispatch 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
  1318. "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
  1319. "libc 0.2.61 (registry+https://github.com/rust-lang/crates.io-index)",
  1320. "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
  1321. "objc 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
  1322. "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
  1323. "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
  1324. "smithay-client-toolkit 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
  1325. "wayland-client 0.23.5 (registry+https://github.com/rust-lang/crates.io-index)",
  1326. "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
  1327. "x11-dl 2.18.3 (registry+https://github.com/rust-lang/crates.io-index)",
  1328. ]
  1329. [[package]]
  1330. name = "ws2_32-sys"
  1331. version = "0.2.1"
  1332. source = "registry+https://github.com/rust-lang/crates.io-index"
  1333. dependencies = [
  1334. "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  1335. "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  1336. ]
  1337. [[package]]
  1338. name = "x11-dl"
  1339. version = "2.18.3"
  1340. source = "registry+https://github.com/rust-lang/crates.io-index"
  1341. dependencies = [
  1342. "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
  1343. "libc 0.2.61 (registry+https://github.com/rust-lang/crates.io-index)",
  1344. "pkg-config 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
  1345. ]
  1346. [[package]]
  1347. name = "xdg"
  1348. version = "2.2.0"
  1349. source = "registry+https://github.com/rust-lang/crates.io-index"
  1350. [[package]]
  1351. name = "xml-rs"
  1352. version = "0.8.0"
  1353. source = "registry+https://github.com/rust-lang/crates.io-index"
  1354. [metadata]
  1355. "checksum adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7e522997b529f05601e05166c07ed17789691f562762c7f3b987263d2dedee5c"
  1356. "checksum andrew 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9b7f09f89872c2b6b29e319377b1fbe91c6f5947df19a25596e121cf19a7b35e"
  1357. "checksum android_glue 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "000444226fcff248f2bc4c7625be32c63caccfecc2723a2b9f78a7487a49c407"
  1358. "checksum approx 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f0e60b75072ecd4168020818c0107f2857bb6c4e64252d8d3983f6263b40a5c3"
  1359. "checksum arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b8d73f9beda665eaa98ab9e4f7442bd4e7de6652587de55b2525e52e29c1b0ba"
  1360. "checksum atom 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3c86699c3f02778ec07158376991c8f783dd1f2f95c579ffaf0738dc984b2fe2"
  1361. "checksum autocfg 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "22130e92352b948e7e82a49cdb0aa94f2211761117f29e052dd397c1ac33542b"
  1362. "checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd"
  1363. "checksum block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
  1364. "checksum bresenham 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bfc1116225f66d2ea341a26503f83a6b1205070a6f7199ce1f1550ead91f6fd7"
  1365. "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
  1366. "checksum c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7d64d04786e0f528460fc884753cf8dddcc466be308f6026f8e355c41a0e4101"
  1367. "checksum calloop 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7aa2097be53a00de9e8fc349fea6d76221f398f5c4fa550d420669906962d160"
  1368. "checksum cc 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "b548a4ee81fccb95919d4e22cfea83c7693ebfd78f0495493178db20b3139da7"
  1369. "checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33"
  1370. "checksum cgl 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "55e7ec0b74fe5897894cbc207092c577e87c52f8a59e8ca8d97ef37551f60a49"
  1371. "checksum cgmath 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "283944cdecc44bf0b8dd010ec9af888d3b4f142844fdbe026c20ef68148d6fe7"
  1372. "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
  1373. "checksum cocoa 0.18.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cf79daa4e11e5def06e55306aa3601b87de6b5149671529318da048f67cdd77b"
  1374. "checksum color_quant 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0dbbb57365263e881e805dc77d94697c9118fd94d8da011240555aa7b23445bd"
  1375. "checksum core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "25b9e03f145fd4f2bf705e07b900cd41fc636598fe5dc452fd0db1441c3f496d"
  1376. "checksum core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b"
  1377. "checksum core-graphics 0.17.3 (registry+https://github.com/rust-lang/crates.io-index)" = "56790968ab1c8a1202a102e6de05fc6e1ec87da99e4e93e9a7d13efbfc1e95a9"
  1378. "checksum core-video-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8dc065219542086f72d1e9f7aadbbab0989e980263695d129d502082d063a9d0"
  1379. "checksum crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
  1380. "checksum crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "05e44b8cf3e1a625844d1750e1f7820da46044ff6d28f4d43e455ba3e5bb2c13"
  1381. "checksum crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fedcd6772e37f3da2a9af9bf12ebe046c0dfe657992377b4df982a2b54cd37a9"
  1382. "checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b"
  1383. "checksum crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6"
  1384. "checksum deflate 0.7.20 (registry+https://github.com/rust-lang/crates.io-index)" = "707b6a7b384888a70c8d2e8650b3e60170dfc6a67bb4aa67b6dfca57af4bedb4"
  1385. "checksum derivative 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6073e9676dbebdddeabaeb63e3b7cefd23c86f5c41d381ee1237cc77b1079898"
  1386. "checksum dispatch 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "04e93ca78226c51902d7aa8c12c988338aadd9e85ed9c6be8aaac39192ff3605"
  1387. "checksum dlib 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "77e51249a9d823a4cb79e3eca6dcd756153e8ed0157b6c04775d04bf1b13b76a"
  1388. "checksum downcast-rs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f2b92dfd5c2f75260cbf750572f95d387e7ca0ba5e3fbe9e1a33f23025be020f"
  1389. "checksum either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5527cfe0d098f36e3f8839852688e63c8fff1c90b2b405aef730615f9a7bcf7b"
  1390. "checksum flate2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "550934ad4808d5d39365e5d61727309bf18b3b02c6c56b729cb92e7dd84bc3d8"
  1391. "checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
  1392. "checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
  1393. "checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
  1394. "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
  1395. "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
  1396. "checksum getrandom 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "34f33de6f0ae7c9cb5e574502a562e2b512799e32abb801cd1e79ad952b62b49"
  1397. "checksum gif 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "86c2f2b597d6e05c86ee5947b2223bda468fe8dad3e88e2a6520869322aaf568"
  1398. "checksum gl_generator 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "39a23d5e872a275135d66895d954269cf5e8661d234eb1c2480f4ce0d586acbd"
  1399. "checksum gl_generator 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1c08ca9be9c177722189cd6a956c9e604563a9c689587b548a8cd7d1d865b022"
  1400. "checksum gleam 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)" = "cae10d7c99d0e77b4766e850a60898a17c1abaf01075531f1066f03dc7dc5fc5"
  1401. "checksum glutin 0.22.0-alpha1 (registry+https://github.com/rust-lang/crates.io-index)" = "b7302e7f7c3cbcf9938ba0ae60429469c87ed5be8bd8f4c4854de1d1e8987c74"
  1402. "checksum glutin_egl_sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "23f48987ab6cb2b61ad903b59e54a2fd0c380a7baff68cffd6826b69a73dd326"
  1403. "checksum glutin_emscripten_sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "245b3fdb08df6ffed7585365851f8404af9c7e2dd4b59f15262e968b6a95a0c7"
  1404. "checksum glutin_gles2_sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "89996c30857ae1b4de4b5189abf1ea822a20a9fe9e1c93e5e7b862ff0bdd5cdf"
  1405. "checksum glutin_glx_sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "1290a5ca5e46fcfa7f66f949cc9d9194b2cb6f2ed61892c8c2b82343631dba57"
  1406. "checksum glutin_wgl_sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f801bbc91efc22dd1c4818a47814fc72bf74d024510451b119381579bfa39021"
  1407. "checksum hashbrown 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e1de41fb8dba9714efd92241565cdff73f78508c95697dd56787d3cba27e2353"
  1408. "checksum hibitset 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "47e7292fd9f7fe89fa35c98048f2d0a69b79ed243604234d18f6f8a1aa6f408d"
  1409. "checksum image 0.22.1 (registry+https://github.com/rust-lang/crates.io-index)" = "663a975007e0b49903e2e8ac0db2c432c465855f2d65f17883ba1476e85f0b42"
  1410. "checksum inflate 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "1cdb29978cc5797bd8dcc8e5bf7de604891df2a8dc576973d71a281e916db2ff"
  1411. "checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08"
  1412. "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"
  1413. "checksum jpeg-decoder 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "c8b7d43206b34b3f94ea9445174bda196e772049b9bddbc620c9d29b2d20110d"
  1414. "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
  1415. "checksum khronos_api 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
  1416. "checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14"
  1417. "checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
  1418. "checksum libc 0.2.61 (registry+https://github.com/rust-lang/crates.io-index)" = "c665266eb592905e8503ba3403020f4b8794d26263f412ca33171600eca9a6fa"
  1419. "checksum libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"
  1420. "checksum line_drawing 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5cc7ad3d82c845bdb5dde34ffdcc7a5fb4d2996e1e1ee0f19c33bc80e15196b9"
  1421. "checksum lock_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ed946d4529956a20f2d63ebe1b69996d5a2137c91913fe3ebbeff957f5bca7ff"
  1422. "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
  1423. "checksum lzw 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7d947cbb889ed21c2a84be6ffbaebf5b4e0f4340638cba0444907e38b56be084"
  1424. "checksum malloc_buf 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
  1425. "checksum memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
  1426. "checksum memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ce6075db033bbbb7ee5a0bbd3a3186bbae616f57fb001c485c7ff77955f8177f"
  1427. "checksum miniz-sys 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "1e9e3ae51cea1576ceba0dde3d484d30e6e5b86dee0b2d412fe3a16a15c98202"
  1428. "checksum miniz_oxide 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7108aff85b876d06f22503dcce091e29f76733b2bfdd91eebce81f5e68203a10"
  1429. "checksum miniz_oxide_c_api 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6c675792957b0d19933816c4e1d56663c341dd9bfa31cb2140ff2267c1d8ecf4"
  1430. "checksum mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)" = "83f51996a3ed004ef184e16818edc51fadffe8e7ca68be67f9dee67d84d0ff23"
  1431. "checksum mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "46e73a04c2fa6250b8d802134d56d554a9ec2922bf977777c805ea5def61ce40"
  1432. "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
  1433. "checksum mopa 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a785740271256c230f57462d3b83e52f998433a7062fc18f96d5999474a9f915"
  1434. "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
  1435. "checksum nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6c722bee1037d430d0f8e687bbdbf222f27cc6e4e68d5caf630857bb2b6dbdce"
  1436. "checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945"
  1437. "checksum nonzero_signed 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "02783a0482333b0d3f5f5411b8fb60454a596696da041da0470ac9ef3e6e37d8"
  1438. "checksum num-derive 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "eafd0b45c5537c3ba526f79d3e75120036502bebacbb3f3220914067ce39dbf2"
  1439. "checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09"
  1440. "checksum num-iter 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "76bd5272412d173d6bf9afdf98db8612bbabc9a7a830b7bfc9c188911716132e"
  1441. "checksum num-rational 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f2885278d5fe2adc2f75ced642d52d879bffaceb5a2e0b1d4309ffdfb239b454"
  1442. "checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32"
  1443. "checksum num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273"
  1444. "checksum objc 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "31d20fd2b37e07cf5125be68357b588672e8cefe9a96f8c17a9d46053b3e590d"
  1445. "checksum ordered-float 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "18869315e81473c951eb56ad5558bbc56978562d3ecfb87abb7a1e944cea4518"
  1446. "checksum osmesa-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "88cfece6e95d2e717e0872a7f53a8684712ad13822a7979bc760b9c77ec0013b"
  1447. "checksum parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fa7767817701cce701d5585b9c4db3cdd02086398322c1d7e8bf5094a96a2ce7"
  1448. "checksum parking_lot_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cb88cb1cb3790baa6776844f968fea3be44956cf184fa1be5a03341f5491278c"
  1449. "checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
  1450. "checksum pkg-config 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c1d2cfa5a714db3b5f24f0915e74fcdf91d09d496ba61329705dda7774d2af"
  1451. "checksum png 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8422b27bb2c013dd97b9aef69e161ce262236f49aaf46a0489011c8ff0264602"
  1452. "checksum ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e3cbf9f658cdb5000fcf6f362b8ea2ba154b9f146a61c7a20d647034c6b6561b"
  1453. "checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
  1454. "checksum proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e98a83a9f9b331f54b924e68a66acb1bb35cb01fb0a23645139967abefb697e8"
  1455. "checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
  1456. "checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
  1457. "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
  1458. "checksum rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d47eab0e83d9693d40f825f86948aa16eff6750ead4bdffc4ab95b8b3a7f052c"
  1459. "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
  1460. "checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853"
  1461. "checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
  1462. "checksum rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
  1463. "checksum rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "615e683324e75af5d43d8f7a39ffe3ee4a9dc42c5c701167a71dc59c3a493aca"
  1464. "checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
  1465. "checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
  1466. "checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
  1467. "checksum rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
  1468. "checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
  1469. "checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
  1470. "checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
  1471. "checksum rand_xorshift 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8"
  1472. "checksum rayon 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a4b0186e22767d5b9738a05eab7c6ac90b15db17e5b5f9bd87976dd7d89a10a4"
  1473. "checksum rayon-core 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ebbe0df8435ac0c397d467b6cad6d25543d06e8a019ef3f6af3c384597515bd2"
  1474. "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
  1475. "checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
  1476. "checksum rltk 0.2.5 (git+https://github.com/thebracket/rltk_rs)" = "<none>"
  1477. "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
  1478. "checksum rusttype 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)" = "654103d61a05074b268a107cf6581ce120f0fc0115f2610ed9dfea363bb81139"
  1479. "checksum ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997"
  1480. "checksum same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "585e8ddcedc187886a30fa705c47985c3fa88d06624095856b36ca0b82ff4421"
  1481. "checksum scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
  1482. "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d"
  1483. "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
  1484. "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
  1485. "checksum serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)" = "fec2851eb56d010dc9a21b89ca53ee75e6528bab60c11e89d38390904982da9f"
  1486. "checksum serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)" = "cb4dc18c61206b08dc98216c98faa0232f4337e1e1b8574551d5bad29ea1b425"
  1487. "checksum serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704"
  1488. "checksum shared_library 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
  1489. "checksum shred 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "034e46a7afee5639940a76f42f578d64f7d814a7e4bebe258b1ab23fed04474e"
  1490. "checksum shrev 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b5752e017e03af9d735b4b069f53b7a7fd90fefafa04d8bd0c25581b0bff437f"
  1491. "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
  1492. "checksum smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7"
  1493. "checksum smithay-client-toolkit 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8c23093ebdaac1ad67558c7aef153522c6b3be7e0257820909e3a25c4519e78d"
  1494. "checksum specs 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b98b8b33ab3f3e3f352df6cf6830e6d8fc790cbd6a7ff349c14fc25cbd6b1d48"
  1495. "checksum specs-derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a63549fa0d4a6f76e99e6634c328f25d0c9fa8ad6f8498aef74f6c35c0b269e5"
  1496. "checksum stb_truetype 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "69b7df505db8e81d54ff8be4693421e5b543e08214bd8d99eb761fcb4d5668ba"
  1497. "checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
  1498. "checksum syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "66850e97125af79138385e9b88339cbcd037e3f28ceab8c5ad98e64f0f1f80bf"
  1499. "checksum tiff 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d7b7c2cfc4742bd8a32f2e614339dd8ce30dbcf676bb262bd63a2327bc5df57d"
  1500. "checksum tuple_utils 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44834418e2c5b16f47bedf35c28e148db099187dd5feee6367fb2525863af4f1"
  1501. "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
  1502. "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
  1503. "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
  1504. "checksum walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9658c94fa8b940eab2250bd5a457f9c48b748420d71293b165c8cdbe2f55f71e"
  1505. "checksum wayland-client 0.23.5 (registry+https://github.com/rust-lang/crates.io-index)" = "80d909ba6616dd772686f421e111f039402a13acecf395bcb4fc665277a504e0"
  1506. "checksum wayland-commons 0.23.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c30463b995db5f8451e921134934319bec89c2458b0bc5c81967060252aa41d8"
  1507. "checksum wayland-protocols 0.23.5 (registry+https://github.com/rust-lang/crates.io-index)" = "cca5f12d466bb6d060673d9d3f94c4ec72161b44d8123f1ef9d11d1054afd6e7"
  1508. "checksum wayland-scanner 0.23.5 (registry+https://github.com/rust-lang/crates.io-index)" = "842bc498050e1e70ab3b4a09e2532e9039e371b4d2d19345bc1e8e38998fce62"
  1509. "checksum wayland-sys 0.23.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b7676aeac62796e1624d1f615c9073ddf8cdd951cbcb7b0bb555e4cdc1818114"
  1510. "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
  1511. "checksum winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770"
  1512. "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
  1513. "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  1514. "checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9"
  1515. "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
  1516. "checksum winit 0.20.0-alpha2 (registry+https://github.com/rust-lang/crates.io-index)" = "16df593cb202a335417762f283605e45222345a2eb94c9dd6d1f6f2ddba0b4e4"
  1517. "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
  1518. "checksum x11-dl 2.18.3 (registry+https://github.com/rust-lang/crates.io-index)" = "940586acb859ea05c53971ac231685799a7ec1dee66ac0bccc0e6ad96e06b4e3"
  1519. "checksum xdg 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d089681aa106a86fade1b0128fb5daf07d5867a509ab036d99988dec80429a57"
  1520. "checksum xml-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "541b12c998c5b56aa2b4e6f18f03664eef9a4fd0a246a55594efae6cc2d964b5"