Added a jumping trigger and state
[kaka/rust-sdl-test.git] / Cargo.lock
CommitLineData
787dbfb4
TW
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
296187ca 3[[package]]
60276654
TW
4name = "adler"
5version = "0.2.3"
6source = "registry+https://github.com/rust-lang/crates.io-index"
7checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
8
9[[package]]
10name = "adler32"
11version = "1.2.0"
12source = "registry+https://github.com/rust-lang/crates.io-index"
13checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
14
15[[package]]
296187ca 16name = "autocfg"
6edafdc0
TW
17version = "0.1.7"
18source = "registry+https://github.com/rust-lang/crates.io-index"
19checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
20
21[[package]]
22name = "autocfg"
23version = "1.0.1"
296187ca 24source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 25checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
296187ca
TW
26
27[[package]]
902b2b31
TW
28name = "base-x"
29version = "0.2.8"
30source = "registry+https://github.com/rust-lang/crates.io-index"
31checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b"
32
33[[package]]
296187ca 34name = "bitflags"
6edafdc0 35version = "1.2.1"
296187ca 36source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 37checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
296187ca
TW
38
39[[package]]
902b2b31 40name = "bumpalo"
60276654
TW
41version = "3.5.0"
42source = "registry+https://github.com/rust-lang/crates.io-index"
43checksum = "f07aa6688c702439a1be0307b6a94dffe1168569e45b9500c1372bc580740d59"
44
45[[package]]
46name = "bytemuck"
47version = "1.5.0"
48source = "registry+https://github.com/rust-lang/crates.io-index"
49checksum = "5a4bad0c5981acc24bc09e532f35160f952e35422603f0563cd7a73c2c2e65a0"
50
51[[package]]
52name = "byteorder"
53version = "1.4.2"
902b2b31 54source = "registry+https://github.com/rust-lang/crates.io-index"
60276654 55checksum = "ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b"
902b2b31
TW
56
57[[package]]
296187ca 58name = "c_vec"
6edafdc0 59version = "1.3.3"
296187ca 60source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 61checksum = "f8a318911dce53b5f1ca6539c44f5342c632269f0fa7ea3e35f32458c27a7c30"
296187ca
TW
62
63[[package]]
64name = "cfg-if"
6edafdc0 65version = "0.1.10"
296187ca 66source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 67checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
296187ca
TW
68
69[[package]]
902b2b31
TW
70name = "cfg-if"
71version = "1.0.0"
72source = "registry+https://github.com/rust-lang/crates.io-index"
73checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
74
75[[package]]
296187ca
TW
76name = "cloudabi"
77version = "0.0.3"
78source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 79checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
296187ca 80dependencies = [
6edafdc0 81 "bitflags",
296187ca
TW
82]
83
84[[package]]
60276654
TW
85name = "color_quant"
86version = "1.1.0"
87source = "registry+https://github.com/rust-lang/crates.io-index"
88checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
89
90[[package]]
902b2b31
TW
91name = "const_fn"
92version = "0.4.5"
93source = "registry+https://github.com/rust-lang/crates.io-index"
94checksum = "28b9d6de7f49e22cf97ad17fc4036ece69300032f45f78f30b4a4482cdc3f4a6"
95
96[[package]]
60276654
TW
97name = "crc32fast"
98version = "1.2.1"
99source = "registry+https://github.com/rust-lang/crates.io-index"
100checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
101dependencies = [
102 "cfg-if 1.0.0",
103]
104
105[[package]]
106name = "crossbeam-channel"
107version = "0.5.0"
108source = "registry+https://github.com/rust-lang/crates.io-index"
109checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"
110dependencies = [
111 "cfg-if 1.0.0",
112 "crossbeam-utils",
113]
114
115[[package]]
116name = "crossbeam-deque"
117version = "0.8.0"
118source = "registry+https://github.com/rust-lang/crates.io-index"
119checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
120dependencies = [
121 "cfg-if 1.0.0",
122 "crossbeam-epoch",
123 "crossbeam-utils",
124]
125
126[[package]]
127name = "crossbeam-epoch"
128version = "0.9.1"
129source = "registry+https://github.com/rust-lang/crates.io-index"
130checksum = "a1aaa739f95311c2c7887a76863f500026092fb1dce0161dab577e559ef3569d"
131dependencies = [
132 "cfg-if 1.0.0",
133 "const_fn",
134 "crossbeam-utils",
135 "lazy_static",
136 "memoffset",
137 "scopeguard",
138]
139
140[[package]]
141name = "crossbeam-utils"
142version = "0.8.1"
143source = "registry+https://github.com/rust-lang/crates.io-index"
144checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d"
145dependencies = [
146 "autocfg 1.0.1",
147 "cfg-if 1.0.0",
148 "lazy_static",
149]
150
151[[package]]
152name = "deflate"
153version = "0.8.6"
154source = "registry+https://github.com/rust-lang/crates.io-index"
155checksum = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174"
156dependencies = [
157 "adler32",
158 "byteorder",
159]
160
161[[package]]
902b2b31
TW
162name = "discard"
163version = "1.0.4"
164source = "registry+https://github.com/rust-lang/crates.io-index"
165checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
166
167[[package]]
60276654
TW
168name = "either"
169version = "1.6.1"
170source = "registry+https://github.com/rust-lang/crates.io-index"
171checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
172
173[[package]]
296187ca 174name = "fuchsia-cprng"
6edafdc0 175version = "0.1.1"
296187ca 176source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 177checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
296187ca
TW
178
179[[package]]
60276654
TW
180name = "getrandom"
181version = "0.1.16"
182source = "registry+https://github.com/rust-lang/crates.io-index"
183checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
184dependencies = [
185 "cfg-if 1.0.0",
186 "libc",
187 "wasi",
188]
189
190[[package]]
191name = "gif"
192version = "0.11.1"
193source = "registry+https://github.com/rust-lang/crates.io-index"
194checksum = "02efba560f227847cb41463a7395c514d127d4f74fff12ef0137fff1b84b96c4"
195dependencies = [
196 "color_quant",
197 "weezl",
198]
199
200[[package]]
201name = "hermit-abi"
202version = "0.1.18"
203source = "registry+https://github.com/rust-lang/crates.io-index"
204checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
205dependencies = [
206 "libc",
207]
208
209[[package]]
210name = "image"
211version = "0.23.12"
212source = "registry+https://github.com/rust-lang/crates.io-index"
213checksum = "7ce04077ead78e39ae8610ad26216aed811996b043d47beed5090db674f9e9b5"
214dependencies = [
215 "bytemuck",
216 "byteorder",
217 "color_quant",
218 "gif",
219 "jpeg-decoder",
220 "num-iter",
221 "num-rational",
222 "num-traits",
223 "png",
224 "scoped_threadpool",
225 "tiff",
226]
227
228[[package]]
902b2b31
TW
229name = "itoa"
230version = "0.4.7"
231source = "registry+https://github.com/rust-lang/crates.io-index"
232checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
233
234[[package]]
60276654
TW
235name = "jpeg-decoder"
236version = "0.1.20"
237source = "registry+https://github.com/rust-lang/crates.io-index"
238checksum = "cc797adac5f083b8ff0ca6f6294a999393d76e197c36488e2ef732c4715f6fa3"
239dependencies = [
240 "byteorder",
241 "rayon",
242]
243
244[[package]]
296187ca 245name = "lazy_static"
6edafdc0 246version = "1.4.0"
296187ca 247source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 248checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
296187ca
TW
249
250[[package]]
251name = "libc"
902b2b31 252version = "0.2.82"
296187ca 253source = "registry+https://github.com/rust-lang/crates.io-index"
902b2b31
TW
254checksum = "89203f3fba0a3795506acaad8ebce3c80c0af93f994d5a1d7a0b1eeb23271929"
255
256[[package]]
257name = "log"
258version = "0.4.13"
259source = "registry+https://github.com/rust-lang/crates.io-index"
260checksum = "fcf3805d4480bb5b86070dcfeb9e2cb2ebc148adb753c5cca5f884d1d65a42b2"
261dependencies = [
262 "cfg-if 0.1.10",
263]
296187ca
TW
264
265[[package]]
60276654
TW
266name = "memoffset"
267version = "0.6.1"
268source = "registry+https://github.com/rust-lang/crates.io-index"
269checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87"
270dependencies = [
271 "autocfg 1.0.1",
272]
273
274[[package]]
275name = "miniz_oxide"
276version = "0.3.7"
277source = "registry+https://github.com/rust-lang/crates.io-index"
278checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
279dependencies = [
280 "adler32",
281]
282
283[[package]]
284name = "miniz_oxide"
285version = "0.4.3"
286source = "registry+https://github.com/rust-lang/crates.io-index"
287checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"
288dependencies = [
289 "adler",
290 "autocfg 1.0.1",
291]
292
293[[package]]
294name = "noise"
295version = "0.7.0"
296source = "registry+https://github.com/rust-lang/crates.io-index"
297checksum = "82051dd6745d5184c6efb7bc8be14892a7f6d4f3ad6dbf754d1c7d7d5fe24b43"
298dependencies = [
299 "image",
300 "rand 0.7.3",
301 "rand_xorshift 0.2.0",
302]
303
304[[package]]
296187ca
TW
305name = "num"
306version = "0.1.42"
307source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 308checksum = "4703ad64153382334aa8db57c637364c322d3372e097840c72000dabdcf6156e"
296187ca 309dependencies = [
6edafdc0
TW
310 "num-integer",
311 "num-iter",
312 "num-traits",
296187ca
TW
313]
314
315[[package]]
316name = "num-integer"
6edafdc0 317version = "0.1.44"
296187ca 318source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 319checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
296187ca 320dependencies = [
6edafdc0
TW
321 "autocfg 1.0.1",
322 "num-traits",
296187ca
TW
323]
324
325[[package]]
326name = "num-iter"
6edafdc0 327version = "0.1.42"
296187ca 328source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 329checksum = "b2021c8337a54d21aca0d59a92577a029af9431cb59b909b03252b9c164fad59"
296187ca 330dependencies = [
6edafdc0
TW
331 "autocfg 1.0.1",
332 "num-integer",
333 "num-traits",
296187ca
TW
334]
335
336[[package]]
60276654
TW
337name = "num-rational"
338version = "0.3.2"
339source = "registry+https://github.com/rust-lang/crates.io-index"
340checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
341dependencies = [
342 "autocfg 1.0.1",
343 "num-integer",
344 "num-traits",
345]
346
347[[package]]
296187ca 348name = "num-traits"
6edafdc0 349version = "0.2.14"
296187ca 350source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0
TW
351checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
352dependencies = [
353 "autocfg 1.0.1",
354]
296187ca
TW
355
356[[package]]
60276654
TW
357name = "num_cpus"
358version = "1.13.0"
359source = "registry+https://github.com/rust-lang/crates.io-index"
360checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
361dependencies = [
362 "hermit-abi",
363 "libc",
364]
365
366[[package]]
367name = "png"
368version = "0.16.8"
369source = "registry+https://github.com/rust-lang/crates.io-index"
370checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6"
371dependencies = [
372 "bitflags",
373 "crc32fast",
374 "deflate",
375 "miniz_oxide 0.3.7",
376]
377
378[[package]]
379name = "ppv-lite86"
380version = "0.2.10"
381source = "registry+https://github.com/rust-lang/crates.io-index"
382checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
383
384[[package]]
902b2b31
TW
385name = "proc-macro-hack"
386version = "0.5.19"
387source = "registry+https://github.com/rust-lang/crates.io-index"
388checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
389
390[[package]]
391name = "proc-macro2"
392version = "1.0.24"
393source = "registry+https://github.com/rust-lang/crates.io-index"
394checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
395dependencies = [
396 "unicode-xid",
397]
398
399[[package]]
400name = "quote"
401version = "1.0.8"
402source = "registry+https://github.com/rust-lang/crates.io-index"
403checksum = "991431c3519a3f36861882da93630ce66b52918dcf1b8e2fd66b397fc96f28df"
404dependencies = [
405 "proc-macro2",
406]
407
408[[package]]
296187ca
TW
409name = "rand"
410version = "0.6.5"
411source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 412checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
296187ca 413dependencies = [
6edafdc0
TW
414 "autocfg 0.1.7",
415 "libc",
60276654 416 "rand_chacha 0.1.1",
6edafdc0 417 "rand_core 0.4.2",
60276654 418 "rand_hc 0.1.0",
6edafdc0
TW
419 "rand_isaac",
420 "rand_jitter",
421 "rand_os",
422 "rand_pcg",
60276654 423 "rand_xorshift 0.1.1",
6edafdc0 424 "winapi",
296187ca
TW
425]
426
427[[package]]
60276654
TW
428name = "rand"
429version = "0.7.3"
430source = "registry+https://github.com/rust-lang/crates.io-index"
431checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
432dependencies = [
433 "getrandom",
434 "libc",
435 "rand_chacha 0.2.2",
436 "rand_core 0.5.1",
437 "rand_hc 0.2.0",
438]
439
440[[package]]
296187ca
TW
441name = "rand_chacha"
442version = "0.1.1"
443source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 444checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
296187ca 445dependencies = [
6edafdc0
TW
446 "autocfg 0.1.7",
447 "rand_core 0.3.1",
296187ca
TW
448]
449
450[[package]]
60276654
TW
451name = "rand_chacha"
452version = "0.2.2"
453source = "registry+https://github.com/rust-lang/crates.io-index"
454checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
455dependencies = [
456 "ppv-lite86",
457 "rand_core 0.5.1",
458]
459
460[[package]]
296187ca
TW
461name = "rand_core"
462version = "0.3.1"
463source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 464checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
296187ca 465dependencies = [
6edafdc0 466 "rand_core 0.4.2",
296187ca
TW
467]
468
469[[package]]
470name = "rand_core"
6edafdc0 471version = "0.4.2"
296187ca 472source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 473checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
296187ca
TW
474
475[[package]]
60276654
TW
476name = "rand_core"
477version = "0.5.1"
478source = "registry+https://github.com/rust-lang/crates.io-index"
479checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
480dependencies = [
481 "getrandom",
482]
483
484[[package]]
296187ca
TW
485name = "rand_hc"
486version = "0.1.0"
487source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 488checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
296187ca 489dependencies = [
6edafdc0 490 "rand_core 0.3.1",
296187ca
TW
491]
492
493[[package]]
60276654
TW
494name = "rand_hc"
495version = "0.2.0"
496source = "registry+https://github.com/rust-lang/crates.io-index"
497checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
498dependencies = [
499 "rand_core 0.5.1",
500]
501
502[[package]]
296187ca
TW
503name = "rand_isaac"
504version = "0.1.1"
505source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 506checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
296187ca 507dependencies = [
6edafdc0 508 "rand_core 0.3.1",
296187ca
TW
509]
510
511[[package]]
512name = "rand_jitter"
6edafdc0 513version = "0.1.4"
296187ca 514source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 515checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
296187ca 516dependencies = [
6edafdc0
TW
517 "libc",
518 "rand_core 0.4.2",
519 "winapi",
296187ca
TW
520]
521
522[[package]]
523name = "rand_os"
6edafdc0 524version = "0.1.3"
296187ca 525source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 526checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
296187ca 527dependencies = [
6edafdc0
TW
528 "cloudabi",
529 "fuchsia-cprng",
530 "libc",
531 "rand_core 0.4.2",
532 "rdrand",
533 "winapi",
296187ca
TW
534]
535
536[[package]]
537name = "rand_pcg"
6edafdc0 538version = "0.1.2"
296187ca 539source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 540checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
296187ca 541dependencies = [
6edafdc0
TW
542 "autocfg 0.1.7",
543 "rand_core 0.4.2",
296187ca
TW
544]
545
546[[package]]
547name = "rand_xorshift"
548version = "0.1.1"
549source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 550checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
296187ca 551dependencies = [
6edafdc0 552 "rand_core 0.3.1",
296187ca
TW
553]
554
555[[package]]
60276654
TW
556name = "rand_xorshift"
557version = "0.2.0"
558source = "registry+https://github.com/rust-lang/crates.io-index"
559checksum = "77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8"
560dependencies = [
561 "rand_core 0.5.1",
562]
563
564[[package]]
565name = "rayon"
566version = "1.5.0"
567source = "registry+https://github.com/rust-lang/crates.io-index"
568checksum = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674"
569dependencies = [
570 "autocfg 1.0.1",
571 "crossbeam-deque",
572 "either",
573 "rayon-core",
574]
575
576[[package]]
577name = "rayon-core"
578version = "1.9.0"
579source = "registry+https://github.com/rust-lang/crates.io-index"
580checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a"
581dependencies = [
582 "crossbeam-channel",
583 "crossbeam-deque",
584 "crossbeam-utils",
585 "lazy_static",
586 "num_cpus",
587]
588
589[[package]]
296187ca
TW
590name = "rdrand"
591version = "0.4.0"
592source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 593checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
296187ca 594dependencies = [
6edafdc0 595 "rand_core 0.3.1",
296187ca
TW
596]
597
598[[package]]
902b2b31
TW
599name = "rustc_version"
600version = "0.2.3"
601source = "registry+https://github.com/rust-lang/crates.io-index"
602checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
603dependencies = [
604 "semver",
605]
606
607[[package]]
608name = "ryu"
609version = "1.0.5"
610source = "registry+https://github.com/rust-lang/crates.io-index"
611checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
612
613[[package]]
60276654
TW
614name = "scoped_threadpool"
615version = "0.1.9"
616source = "registry+https://github.com/rust-lang/crates.io-index"
617checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
618
619[[package]]
620name = "scopeguard"
621version = "1.1.0"
622source = "registry+https://github.com/rust-lang/crates.io-index"
623checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
624
625[[package]]
296187ca
TW
626name = "sdl-test"
627version = "0.1.0"
628dependencies = [
60276654
TW
629 "noise",
630 "rand 0.6.5",
6edafdc0
TW
631 "sdl2",
632 "time",
296187ca
TW
633]
634
635[[package]]
636name = "sdl2"
6edafdc0 637version = "0.32.2"
296187ca 638source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 639checksum = "d051a07231e303f5f719da78cb6f7394f6d5b54f733aef5b0b447804a83edd7b"
296187ca 640dependencies = [
6edafdc0
TW
641 "bitflags",
642 "c_vec",
643 "lazy_static",
644 "libc",
645 "num",
60276654 646 "rand 0.6.5",
6edafdc0 647 "sdl2-sys",
296187ca
TW
648]
649
650[[package]]
651name = "sdl2-sys"
6edafdc0 652version = "0.32.6"
296187ca 653source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 654checksum = "34e71125077d297d57e4c1acfe8981b5bdfbf5a20e7b589abfdcb33bf1127f86"
296187ca 655dependencies = [
902b2b31 656 "cfg-if 0.1.10",
6edafdc0 657 "libc",
296187ca
TW
658]
659
660[[package]]
902b2b31
TW
661name = "semver"
662version = "0.9.0"
663source = "registry+https://github.com/rust-lang/crates.io-index"
664checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
665dependencies = [
666 "semver-parser",
667]
668
669[[package]]
670name = "semver-parser"
671version = "0.7.0"
672source = "registry+https://github.com/rust-lang/crates.io-index"
673checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
674
675[[package]]
676name = "serde"
60276654 677version = "1.0.120"
902b2b31 678source = "registry+https://github.com/rust-lang/crates.io-index"
60276654 679checksum = "166b2349061381baf54a58e4b13c89369feb0ef2eaa57198899e2312aac30aab"
902b2b31
TW
680
681[[package]]
682name = "serde_derive"
60276654 683version = "1.0.120"
902b2b31 684source = "registry+https://github.com/rust-lang/crates.io-index"
60276654 685checksum = "0ca2a8cb5805ce9e3b95435e3765b7b553cecc762d938d409434338386cb5775"
902b2b31
TW
686dependencies = [
687 "proc-macro2",
688 "quote",
689 "syn",
690]
691
692[[package]]
693name = "serde_json"
694version = "1.0.61"
695source = "registry+https://github.com/rust-lang/crates.io-index"
696checksum = "4fceb2595057b6891a4ee808f70054bd2d12f0e97f1cbb78689b59f676df325a"
697dependencies = [
698 "itoa",
699 "ryu",
700 "serde",
701]
702
703[[package]]
704name = "sha1"
705version = "0.6.0"
706source = "registry+https://github.com/rust-lang/crates.io-index"
707checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
708
709[[package]]
710name = "standback"
711version = "0.2.14"
712source = "registry+https://github.com/rust-lang/crates.io-index"
713checksum = "c66a8cff4fa24853fdf6b51f75c6d7f8206d7c75cab4e467bcd7f25c2b1febe0"
714dependencies = [
715 "version_check",
716]
717
718[[package]]
719name = "stdweb"
720version = "0.4.20"
721source = "registry+https://github.com/rust-lang/crates.io-index"
722checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
723dependencies = [
724 "discard",
725 "rustc_version",
726 "stdweb-derive",
727 "stdweb-internal-macros",
728 "stdweb-internal-runtime",
729 "wasm-bindgen",
730]
731
732[[package]]
733name = "stdweb-derive"
734version = "0.5.3"
735source = "registry+https://github.com/rust-lang/crates.io-index"
736checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
737dependencies = [
738 "proc-macro2",
739 "quote",
740 "serde",
741 "serde_derive",
742 "syn",
743]
744
745[[package]]
746name = "stdweb-internal-macros"
747version = "0.2.9"
748source = "registry+https://github.com/rust-lang/crates.io-index"
749checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
750dependencies = [
751 "base-x",
752 "proc-macro2",
753 "quote",
754 "serde",
755 "serde_derive",
756 "serde_json",
757 "sha1",
758 "syn",
759]
760
761[[package]]
762name = "stdweb-internal-runtime"
763version = "0.1.5"
764source = "registry+https://github.com/rust-lang/crates.io-index"
765checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
766
767[[package]]
768name = "syn"
60276654 769version = "1.0.59"
902b2b31 770source = "registry+https://github.com/rust-lang/crates.io-index"
60276654 771checksum = "07cb8b1b4ebf86a89ee88cbd201b022b94138c623644d035185c84d3f41b7e66"
902b2b31
TW
772dependencies = [
773 "proc-macro2",
774 "quote",
775 "unicode-xid",
776]
777
778[[package]]
60276654
TW
779name = "tiff"
780version = "0.6.1"
781source = "registry+https://github.com/rust-lang/crates.io-index"
782checksum = "9a53f4706d65497df0c4349241deddf35f84cee19c87ed86ea8ca590f4464437"
783dependencies = [
784 "jpeg-decoder",
785 "miniz_oxide 0.4.3",
786 "weezl",
787]
788
789[[package]]
6edafdc0 790name = "time"
902b2b31 791version = "0.2.24"
296187ca 792source = "registry+https://github.com/rust-lang/crates.io-index"
902b2b31 793checksum = "273d3ed44dca264b0d6b3665e8d48fb515042d42466fad93d2a45b90ec4058f7"
296187ca 794dependencies = [
902b2b31 795 "const_fn",
6edafdc0 796 "libc",
902b2b31
TW
797 "standback",
798 "stdweb",
799 "time-macros",
800 "version_check",
6edafdc0 801 "winapi",
296187ca
TW
802]
803
804[[package]]
902b2b31
TW
805name = "time-macros"
806version = "0.1.1"
807source = "registry+https://github.com/rust-lang/crates.io-index"
808checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1"
809dependencies = [
810 "proc-macro-hack",
811 "time-macros-impl",
812]
813
814[[package]]
815name = "time-macros-impl"
816version = "0.1.1"
817source = "registry+https://github.com/rust-lang/crates.io-index"
818checksum = "e5c3be1edfad6027c69f5491cf4cb310d1a71ecd6af742788c6ff8bced86b8fa"
819dependencies = [
820 "proc-macro-hack",
821 "proc-macro2",
822 "quote",
823 "standback",
824 "syn",
825]
826
827[[package]]
828name = "unicode-xid"
829version = "0.2.1"
830source = "registry+https://github.com/rust-lang/crates.io-index"
831checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
832
833[[package]]
834name = "version_check"
835version = "0.9.2"
836source = "registry+https://github.com/rust-lang/crates.io-index"
837checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
838
839[[package]]
60276654
TW
840name = "wasi"
841version = "0.9.0+wasi-snapshot-preview1"
842source = "registry+https://github.com/rust-lang/crates.io-index"
843checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
844
845[[package]]
902b2b31
TW
846name = "wasm-bindgen"
847version = "0.2.69"
848source = "registry+https://github.com/rust-lang/crates.io-index"
849checksum = "3cd364751395ca0f68cafb17666eee36b63077fb5ecd972bbcd74c90c4bf736e"
850dependencies = [
851 "cfg-if 1.0.0",
852 "wasm-bindgen-macro",
853]
854
855[[package]]
856name = "wasm-bindgen-backend"
857version = "0.2.69"
858source = "registry+https://github.com/rust-lang/crates.io-index"
859checksum = "1114f89ab1f4106e5b55e688b828c0ab0ea593a1ea7c094b141b14cbaaec2d62"
860dependencies = [
861 "bumpalo",
862 "lazy_static",
863 "log",
864 "proc-macro2",
865 "quote",
866 "syn",
867 "wasm-bindgen-shared",
868]
869
870[[package]]
871name = "wasm-bindgen-macro"
872version = "0.2.69"
873source = "registry+https://github.com/rust-lang/crates.io-index"
874checksum = "7a6ac8995ead1f084a8dea1e65f194d0973800c7f571f6edd70adf06ecf77084"
875dependencies = [
876 "quote",
877 "wasm-bindgen-macro-support",
878]
879
880[[package]]
881name = "wasm-bindgen-macro-support"
882version = "0.2.69"
883source = "registry+https://github.com/rust-lang/crates.io-index"
884checksum = "b5a48c72f299d80557c7c62e37e7225369ecc0c963964059509fbafe917c7549"
885dependencies = [
886 "proc-macro2",
887 "quote",
888 "syn",
889 "wasm-bindgen-backend",
890 "wasm-bindgen-shared",
891]
892
893[[package]]
894name = "wasm-bindgen-shared"
895version = "0.2.69"
296187ca 896source = "registry+https://github.com/rust-lang/crates.io-index"
902b2b31 897checksum = "7e7811dd7f9398f14cc76efd356f98f03aa30419dea46aa810d71e819fc97158"
296187ca
TW
898
899[[package]]
60276654
TW
900name = "weezl"
901version = "0.1.3"
902source = "registry+https://github.com/rust-lang/crates.io-index"
903checksum = "3e2bb9fc8309084dd7cd651336673844c1d47f8ef6d2091ec160b27f5c4aa277"
904
905[[package]]
296187ca 906name = "winapi"
6edafdc0 907version = "0.3.9"
296187ca 908source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 909checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
296187ca 910dependencies = [
6edafdc0
TW
911 "winapi-i686-pc-windows-gnu",
912 "winapi-x86_64-pc-windows-gnu",
296187ca
TW
913]
914
915[[package]]
916name = "winapi-i686-pc-windows-gnu"
917version = "0.4.0"
918source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 919checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
296187ca
TW
920
921[[package]]
922name = "winapi-x86_64-pc-windows-gnu"
923version = "0.4.0"
924source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 925checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"