10 | 10 |
version = "0.6.10"
|
11 | 11 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
12 | 12 |
dependencies = [
|
13 | |
"memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 13 |
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
14 | 14 |
]
|
15 | 15 |
|
16 | 16 |
[[package]]
|
17 | 17 |
name = "alga"
|
18 | |
version = "0.5.4"
|
19 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
20 | |
dependencies = [
|
21 | |
"approx 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
22 | |
"num-complex 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
23 | |
"num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
24 | |
]
|
25 | |
|
26 | |
[[package]]
|
27 | |
name = "alga"
|
28 | |
version = "0.9.0"
|
| 18 |
version = "0.9.1"
|
29 | 19 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
30 | 20 |
dependencies = [
|
31 | 21 |
"approx 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
32 | |
"libm 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
33 | |
"num-complex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
34 | |
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 22 |
"libm 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 23 |
"num-complex 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 24 |
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
35 | 25 |
]
|
36 | 26 |
|
37 | 27 |
[[package]]
|
|
39 | 29 |
version = "0.1.2"
|
40 | 30 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
41 | 31 |
dependencies = [
|
42 | |
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
43 | |
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
44 | |
]
|
| 32 |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 33 |
"pkg-config 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 34 |
]
|
| 35 |
|
| 36 |
[[package]]
|
| 37 |
name = "andrew"
|
| 38 |
version = "0.2.1"
|
| 39 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 40 |
dependencies = [
|
| 41 |
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 42 |
"line_drawing 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 43 |
"rusttype 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 44 |
"walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 45 |
"xdg 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 46 |
"xml-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 47 |
]
|
| 48 |
|
| 49 |
[[package]]
|
| 50 |
name = "android_glue"
|
| 51 |
version = "0.2.3"
|
| 52 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
45 | 53 |
|
46 | 54 |
[[package]]
|
47 | 55 |
name = "ansi_term"
|
48 | 56 |
version = "0.11.0"
|
49 | 57 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
50 | 58 |
dependencies = [
|
51 | |
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
52 | |
]
|
53 | |
|
54 | |
[[package]]
|
55 | |
name = "app_dirs2"
|
56 | |
version = "2.0.3"
|
57 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
58 | |
dependencies = [
|
59 | |
"ole32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
60 | |
"shell32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
61 | |
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
62 | |
"xdg 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
63 | |
]
|
64 | |
|
65 | |
[[package]]
|
66 | |
name = "approx"
|
67 | |
version = "0.1.1"
|
68 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 59 |
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 60 |
]
|
69 | 61 |
|
70 | 62 |
[[package]]
|
71 | 63 |
name = "approx"
|
72 | 64 |
version = "0.3.2"
|
73 | 65 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
74 | 66 |
dependencies = [
|
75 | |
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
76 | |
]
|
| 67 |
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 68 |
]
|
| 69 |
|
| 70 |
[[package]]
|
| 71 |
name = "arrayref"
|
| 72 |
version = "0.3.5"
|
| 73 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
77 | 74 |
|
78 | 75 |
[[package]]
|
79 | 76 |
name = "arrayvec"
|
80 | |
version = "0.4.10"
|
| 77 |
version = "0.4.11"
|
81 | 78 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
82 | 79 |
dependencies = [
|
83 | 80 |
"nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
90 | 87 |
|
91 | 88 |
[[package]]
|
92 | 89 |
name = "atty"
|
93 | |
version = "0.2.11"
|
94 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
95 | |
dependencies = [
|
96 | |
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
97 | |
"termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
98 | |
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 90 |
version = "0.2.13"
|
| 91 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 92 |
dependencies = [
|
| 93 |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 94 |
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
99 | 95 |
]
|
100 | 96 |
|
101 | 97 |
[[package]]
|
102 | 98 |
name = "autocfg"
|
103 | |
version = "0.1.2"
|
| 99 |
version = "0.1.6"
|
104 | 100 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
105 | 101 |
|
106 | 102 |
[[package]]
|
107 | 103 |
name = "backtrace"
|
108 | |
version = "0.3.14"
|
109 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
110 | |
dependencies = [
|
111 | |
"autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
112 | |
"backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
113 | |
"cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
114 | |
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
115 | |
"rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
116 | |
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 104 |
version = "0.3.36"
|
| 105 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 106 |
dependencies = [
|
| 107 |
"backtrace-sys 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 108 |
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 109 |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 110 |
"rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
117 | 111 |
]
|
118 | 112 |
|
119 | 113 |
[[package]]
|
120 | 114 |
name = "backtrace-sys"
|
121 | |
version = "0.1.28"
|
122 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
123 | |
dependencies = [
|
124 | |
"cc 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
125 | |
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 115 |
version = "0.1.31"
|
| 116 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 117 |
dependencies = [
|
| 118 |
"cc 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 119 |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
126 | 120 |
]
|
127 | 121 |
|
128 | 122 |
[[package]]
|
|
135 | 129 |
version = "0.5.2"
|
136 | 130 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
137 | 131 |
dependencies = [
|
138 | |
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 132 |
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 133 |
]
|
| 134 |
|
| 135 |
[[package]]
|
| 136 |
name = "base64"
|
| 137 |
version = "0.10.1"
|
| 138 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 139 |
dependencies = [
|
| 140 |
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
139 | 141 |
]
|
140 | 142 |
|
141 | 143 |
[[package]]
|
|
144 | 146 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
145 | 147 |
dependencies = [
|
146 | 148 |
"cexpr 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
147 | |
"cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 149 |
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
148 | 150 |
"clang-sys 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
149 | |
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 151 |
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
150 | 152 |
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
151 | |
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 153 |
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
152 | 154 |
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
153 | 155 |
"peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
154 | 156 |
"proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
164 | 166 |
|
165 | 167 |
[[package]]
|
166 | 168 |
name = "bitflags"
|
167 | |
version = "1.0.4"
|
168 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
169 | |
|
170 | |
[[package]]
|
171 | |
name = "build_const"
|
172 | |
version = "0.2.1"
|
| 169 |
version = "1.1.0"
|
| 170 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 171 |
|
| 172 |
[[package]]
|
| 173 |
name = "blake2b_simd"
|
| 174 |
version = "0.5.7"
|
| 175 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 176 |
dependencies = [
|
| 177 |
"arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 178 |
"arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 179 |
"constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 180 |
]
|
| 181 |
|
| 182 |
[[package]]
|
| 183 |
name = "block"
|
| 184 |
version = "0.1.6"
|
173 | 185 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
174 | 186 |
|
175 | 187 |
[[package]]
|
176 | 188 |
name = "bumpalo"
|
177 | |
version = "2.4.3"
|
| 189 |
version = "2.6.0"
|
| 190 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 191 |
|
| 192 |
[[package]]
|
| 193 |
name = "bytecount"
|
| 194 |
version = "0.4.0"
|
178 | 195 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
179 | 196 |
|
180 | 197 |
[[package]]
|
181 | 198 |
name = "byteorder"
|
182 | |
version = "1.3.1"
|
| 199 |
version = "1.3.2"
|
183 | 200 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
184 | 201 |
|
185 | 202 |
[[package]]
|
|
188 | 205 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
189 | 206 |
dependencies = [
|
190 | 207 |
"bzip2-sys 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
191 | |
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 208 |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
192 | 209 |
]
|
193 | 210 |
|
194 | 211 |
[[package]]
|
|
196 | 213 |
version = "0.1.7"
|
197 | 214 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
198 | 215 |
dependencies = [
|
199 | |
"cc 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
200 | |
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 216 |
"cc 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 217 |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 218 |
]
|
| 219 |
|
| 220 |
[[package]]
|
| 221 |
name = "c2-chacha"
|
| 222 |
version = "0.2.2"
|
| 223 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 224 |
dependencies = [
|
| 225 |
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 226 |
"ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 227 |
]
|
| 228 |
|
| 229 |
[[package]]
|
| 230 |
name = "cargo_metadata"
|
| 231 |
version = "0.6.4"
|
| 232 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 233 |
dependencies = [
|
| 234 |
"error-chain 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 235 |
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 236 |
"serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 237 |
"serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 238 |
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
201 | 239 |
]
|
202 | 240 |
|
203 | 241 |
[[package]]
|
204 | 242 |
name = "cc"
|
205 | |
version = "1.0.31"
|
| 243 |
version = "1.0.41"
|
206 | 244 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
207 | 245 |
|
208 | 246 |
[[package]]
|
|
215 | 253 |
|
216 | 254 |
[[package]]
|
217 | 255 |
name = "cfg-if"
|
218 | |
version = "0.1.7"
|
219 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
220 | |
|
221 | |
[[package]]
|
222 | |
name = "cgmath"
|
223 | |
version = "0.14.1"
|
224 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
225 | |
dependencies = [
|
226 | |
"approx 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
227 | |
"num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
228 | |
"rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 256 |
version = "0.1.9"
|
| 257 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 258 |
|
| 259 |
[[package]]
|
| 260 |
name = "cgl"
|
| 261 |
version = "0.2.3"
|
| 262 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 263 |
dependencies = [
|
| 264 |
"gleam 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 265 |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
229 | 266 |
]
|
230 | 267 |
|
231 | 268 |
[[package]]
|
|
234 | 271 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
235 | 272 |
dependencies = [
|
236 | 273 |
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
237 | |
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 274 |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
238 | 275 |
"libloading 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
239 | 276 |
]
|
240 | 277 |
|
241 | 278 |
[[package]]
|
242 | 279 |
name = "clap"
|
243 | |
version = "2.32.0"
|
| 280 |
version = "2.33.0"
|
244 | 281 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
245 | 282 |
dependencies = [
|
246 | 283 |
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
247 | |
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
248 | |
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
249 | |
"strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
250 | |
"textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
251 | |
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 284 |
"atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 285 |
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 286 |
"strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 287 |
"textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 288 |
"unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
252 | 289 |
"vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
253 | 290 |
]
|
254 | 291 |
|
255 | 292 |
[[package]]
|
256 | 293 |
name = "claxon"
|
257 | |
version = "0.3.2"
|
| 294 |
version = "0.4.2"
|
258 | 295 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
259 | 296 |
|
260 | 297 |
[[package]]
|
|
262 | 299 |
version = "0.0.3"
|
263 | 300 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
264 | 301 |
dependencies = [
|
265 | |
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 302 |
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 303 |
]
|
| 304 |
|
| 305 |
[[package]]
|
| 306 |
name = "cocoa"
|
| 307 |
version = "0.18.4"
|
| 308 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 309 |
dependencies = [
|
| 310 |
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 311 |
"block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 312 |
"core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 313 |
"core-graphics 0.17.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 314 |
"foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 315 |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 316 |
"objc 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
266 | 317 |
]
|
267 | 318 |
|
268 | 319 |
[[package]]
|
|
271 | 322 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
272 | 323 |
|
273 | 324 |
[[package]]
|
| 325 |
name = "constant_time_eq"
|
| 326 |
version = "0.1.4"
|
| 327 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 328 |
|
| 329 |
[[package]]
|
| 330 |
name = "core-foundation"
|
| 331 |
version = "0.6.4"
|
| 332 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 333 |
dependencies = [
|
| 334 |
"core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 335 |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 336 |
]
|
| 337 |
|
| 338 |
[[package]]
|
274 | 339 |
name = "core-foundation-sys"
|
275 | 340 |
version = "0.5.1"
|
276 | 341 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
277 | 342 |
dependencies = [
|
278 | |
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 343 |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 344 |
]
|
| 345 |
|
| 346 |
[[package]]
|
| 347 |
name = "core-foundation-sys"
|
| 348 |
version = "0.6.2"
|
| 349 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 350 |
|
| 351 |
[[package]]
|
| 352 |
name = "core-graphics"
|
| 353 |
version = "0.17.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 |
"core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 358 |
"foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 359 |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
279 | 360 |
]
|
280 | 361 |
|
281 | 362 |
[[package]]
|
|
283 | 364 |
version = "0.9.1"
|
284 | 365 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
285 | 366 |
dependencies = [
|
286 | |
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 367 |
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
287 | 368 |
"coreaudio-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
288 | 369 |
]
|
289 | 370 |
|
|
303 | 384 |
"alsa-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
304 | 385 |
"core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
305 | 386 |
"coreaudio-rs 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
306 | |
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
307 | |
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 387 |
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 388 |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
308 | 389 |
"stdweb 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
309 | |
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
310 | |
]
|
311 | |
|
312 | |
[[package]]
|
313 | |
name = "crc"
|
314 | |
version = "1.8.1"
|
315 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
316 | |
dependencies = [
|
317 | |
"build_const 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 390 |
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
318 | 391 |
]
|
319 | 392 |
|
320 | 393 |
[[package]]
|
|
322 | 395 |
version = "1.2.0"
|
323 | 396 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
324 | 397 |
dependencies = [
|
325 | |
"cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 398 |
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
326 | 399 |
]
|
327 | 400 |
|
328 | 401 |
[[package]]
|
|
345 | 418 |
"crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
346 | 419 |
"parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
347 | 420 |
"rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
348 | |
"smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
349 | |
]
|
350 | |
|
351 | |
[[package]]
|
352 | |
name = "crossbeam-deque"
|
353 | |
version = "0.2.0"
|
354 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
355 | |
dependencies = [
|
356 | |
"crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
357 | |
"crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 421 |
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
358 | 422 |
]
|
359 | 423 |
|
360 | 424 |
[[package]]
|
|
367 | 431 |
]
|
368 | 432 |
|
369 | 433 |
[[package]]
|
370 | |
name = "crossbeam-epoch"
|
371 | |
version = "0.3.1"
|
372 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
373 | |
dependencies = [
|
374 | |
"arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
375 | |
"cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
376 | |
"crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
377 | |
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
378 | |
"memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
379 | |
"nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
380 | |
"scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 434 |
name = "crossbeam-deque"
|
| 435 |
version = "0.7.1"
|
| 436 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 437 |
dependencies = [
|
| 438 |
"crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 439 |
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
381 | 440 |
]
|
382 | 441 |
|
383 | 442 |
[[package]]
|
|
385 | 444 |
version = "0.5.2"
|
386 | 445 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
387 | 446 |
dependencies = [
|
388 | |
"arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
389 | |
"cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 447 |
"arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 448 |
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
390 | 449 |
"crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
391 | |
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 450 |
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
392 | 451 |
"memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
393 | 452 |
"scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
394 | 453 |
]
|
|
398 | 457 |
version = "0.6.1"
|
399 | 458 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
400 | 459 |
dependencies = [
|
401 | |
"arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
402 | |
"cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
403 | |
"crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
404 | |
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 460 |
"arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 461 |
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 462 |
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 463 |
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
405 | 464 |
"memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
406 | 465 |
"scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
407 | 466 |
]
|
408 | 467 |
|
409 | 468 |
[[package]]
|
410 | |
name = "crossbeam-utils"
|
411 | |
version = "0.2.2"
|
412 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
413 | |
dependencies = [
|
414 | |
"cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 469 |
name = "crossbeam-epoch"
|
| 470 |
version = "0.7.2"
|
| 471 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 472 |
dependencies = [
|
| 473 |
"arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 474 |
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 475 |
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 476 |
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 477 |
"memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 478 |
"scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 479 |
]
|
| 480 |
|
| 481 |
[[package]]
|
| 482 |
name = "crossbeam-queue"
|
| 483 |
version = "0.1.2"
|
| 484 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 485 |
dependencies = [
|
| 486 |
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
415 | 487 |
]
|
416 | 488 |
|
417 | 489 |
[[package]]
|
|
421 | 493 |
|
422 | 494 |
[[package]]
|
423 | 495 |
name = "crossbeam-utils"
|
424 | |
version = "0.6.5"
|
425 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
426 | |
dependencies = [
|
427 | |
"cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
428 | |
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 496 |
version = "0.6.6"
|
| 497 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 498 |
dependencies = [
|
| 499 |
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 500 |
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
429 | 501 |
]
|
430 | 502 |
|
431 | 503 |
[[package]]
|
432 | 504 |
name = "deflate"
|
433 | |
version = "0.7.19"
|
| 505 |
version = "0.7.20"
|
434 | 506 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
435 | 507 |
dependencies = [
|
436 | 508 |
"adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
437 | |
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 509 |
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
438 | 510 |
]
|
439 | 511 |
|
440 | 512 |
[[package]]
|
441 | 513 |
name = "derivative"
|
442 | |
version = "1.0.2"
|
443 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
444 | |
dependencies = [
|
445 | |
"proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
446 | |
"quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
447 | |
"syn 0.15.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 514 |
version = "1.0.3"
|
| 515 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 516 |
dependencies = [
|
| 517 |
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 518 |
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 519 |
"syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 520 |
]
|
| 521 |
|
| 522 |
[[package]]
|
| 523 |
name = "directories"
|
| 524 |
version = "2.0.2"
|
| 525 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 526 |
dependencies = [
|
| 527 |
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 528 |
"dirs-sys 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 529 |
]
|
| 530 |
|
| 531 |
[[package]]
|
| 532 |
name = "dirs-sys"
|
| 533 |
version = "0.3.4"
|
| 534 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 535 |
dependencies = [
|
| 536 |
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 537 |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 538 |
"redox_users 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 539 |
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
448 | 540 |
]
|
449 | 541 |
|
450 | 542 |
[[package]]
|
|
453 | 545 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
454 | 546 |
|
455 | 547 |
[[package]]
|
| 548 |
name = "dlib"
|
| 549 |
version = "0.4.1"
|
| 550 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 551 |
dependencies = [
|
| 552 |
"libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 553 |
]
|
| 554 |
|
| 555 |
[[package]]
|
456 | 556 |
name = "downcast-rs"
|
457 | |
version = "1.0.3"
|
| 557 |
version = "1.0.4"
|
458 | 558 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
459 | 559 |
|
460 | 560 |
[[package]]
|
|
462 | 562 |
version = "0.8.0"
|
463 | 563 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
464 | 564 |
dependencies = [
|
465 | |
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 565 |
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
466 | 566 |
]
|
467 | 567 |
|
468 | 568 |
[[package]]
|
469 | 569 |
name = "either"
|
470 | |
version = "1.5.1"
|
| 570 |
version = "1.5.2"
|
471 | 571 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
472 | 572 |
|
473 | 573 |
[[package]]
|
|
480 | 580 |
]
|
481 | 581 |
|
482 | 582 |
[[package]]
|
| 583 |
name = "error-chain"
|
| 584 |
version = "0.12.1"
|
| 585 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 586 |
dependencies = [
|
| 587 |
"backtrace 0.3.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 588 |
"version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 589 |
]
|
| 590 |
|
| 591 |
[[package]]
|
483 | 592 |
name = "euclid"
|
484 | |
version = "0.17.3"
|
485 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
486 | |
dependencies = [
|
487 | |
"num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 593 |
version = "0.19.9"
|
| 594 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 595 |
dependencies = [
|
| 596 |
"euclid_macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 597 |
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 598 |
]
|
| 599 |
|
| 600 |
[[package]]
|
| 601 |
name = "euclid_macros"
|
| 602 |
version = "0.1.0"
|
| 603 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 604 |
dependencies = [
|
| 605 |
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 606 |
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 607 |
"syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 608 |
]
|
| 609 |
|
| 610 |
[[package]]
|
| 611 |
name = "failure"
|
| 612 |
version = "0.1.5"
|
| 613 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 614 |
dependencies = [
|
| 615 |
"backtrace 0.3.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 616 |
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 617 |
]
|
| 618 |
|
| 619 |
[[package]]
|
| 620 |
name = "failure_derive"
|
| 621 |
version = "0.1.5"
|
| 622 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 623 |
dependencies = [
|
| 624 |
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 625 |
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 626 |
"syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 627 |
"synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
488 | 628 |
]
|
489 | 629 |
|
490 | 630 |
[[package]]
|
|
494 | 634 |
|
495 | 635 |
[[package]]
|
496 | 636 |
name = "flate2"
|
497 | |
version = "1.0.6"
|
| 637 |
version = "1.0.11"
|
498 | 638 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
499 | 639 |
dependencies = [
|
500 | 640 |
"crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
501 | |
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
502 | |
"miniz-sys 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
503 | |
"miniz_oxide_c_api 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 641 |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 642 |
"miniz-sys 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 643 |
"miniz_oxide 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
504 | 644 |
]
|
505 | 645 |
|
506 | 646 |
[[package]]
|
|
509 | 649 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
510 | 650 |
|
511 | 651 |
[[package]]
|
| 652 |
name = "foreign-types"
|
| 653 |
version = "0.3.2"
|
| 654 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 655 |
dependencies = [
|
| 656 |
"foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 657 |
]
|
| 658 |
|
| 659 |
[[package]]
|
| 660 |
name = "foreign-types-shared"
|
| 661 |
version = "0.1.1"
|
| 662 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 663 |
|
| 664 |
[[package]]
|
512 | 665 |
name = "fuchsia-cprng"
|
513 | 666 |
version = "0.1.1"
|
514 | 667 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
518 | 671 |
version = "0.2.1"
|
519 | 672 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
520 | 673 |
dependencies = [
|
521 | |
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 674 |
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
522 | 675 |
]
|
523 | 676 |
|
524 | 677 |
[[package]]
|
525 | 678 |
name = "generic-array"
|
526 | |
version = "0.8.3"
|
527 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
528 | |
dependencies = [
|
529 | |
"nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
530 | |
"typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
531 | |
]
|
532 | |
|
533 | |
[[package]]
|
534 | |
name = "generic-array"
|
535 | |
version = "0.12.0"
|
536 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
537 | |
dependencies = [
|
538 | |
"typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 679 |
version = "0.12.3"
|
| 680 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 681 |
dependencies = [
|
| 682 |
"typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 683 |
]
|
| 684 |
|
| 685 |
[[package]]
|
| 686 |
name = "getrandom"
|
| 687 |
version = "0.1.11"
|
| 688 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 689 |
dependencies = [
|
| 690 |
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 691 |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 692 |
"wasi 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
539 | 693 |
]
|
540 | 694 |
|
541 | 695 |
[[package]]
|
542 | 696 |
name = "gfx"
|
543 | |
version = "0.17.1"
|
544 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
545 | |
dependencies = [
|
546 | |
"derivative 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 697 |
version = "0.18.1"
|
| 698 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 699 |
dependencies = [
|
| 700 |
"derivative 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
547 | 701 |
"draw_state 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
548 | |
"gfx_core 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
549 | |
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 702 |
"gfx_core 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 703 |
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
550 | 704 |
]
|
551 | 705 |
|
552 | 706 |
[[package]]
|
553 | 707 |
name = "gfx_core"
|
554 | |
version = "0.8.3"
|
555 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
556 | |
dependencies = [
|
557 | |
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
558 | |
"derivative 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 708 |
version = "0.9.1"
|
| 709 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 710 |
dependencies = [
|
| 711 |
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 712 |
"derivative 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
559 | 713 |
"draw_state 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
560 | |
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 714 |
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
561 | 715 |
]
|
562 | 716 |
|
563 | 717 |
[[package]]
|
564 | 718 |
name = "gfx_device_gl"
|
565 | |
version = "0.15.5"
|
566 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
567 | |
dependencies = [
|
568 | |
"gfx_core 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
569 | |
"gfx_gl 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
570 | |
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 719 |
version = "0.16.2"
|
| 720 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 721 |
dependencies = [
|
| 722 |
"gfx_core 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 723 |
"gfx_gl 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 724 |
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
571 | 725 |
]
|
572 | 726 |
|
573 | 727 |
[[package]]
|
574 | 728 |
name = "gfx_gl"
|
575 | |
version = "0.5.0"
|
576 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
577 | |
dependencies = [
|
578 | |
"gl_generator 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
579 | |
]
|
580 | |
|
581 | |
[[package]]
|
582 | |
name = "gfx_glyph"
|
| 729 |
version = "0.6.0"
|
| 730 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 731 |
dependencies = [
|
| 732 |
"gl_generator 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 733 |
]
|
| 734 |
|
| 735 |
[[package]]
|
| 736 |
name = "gfx_window_glutin"
|
| 737 |
version = "0.30.0"
|
| 738 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 739 |
dependencies = [
|
| 740 |
"gfx_core 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 741 |
"gfx_device_gl 0.16.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 742 |
"glutin 0.20.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 743 |
]
|
| 744 |
|
| 745 |
[[package]]
|
| 746 |
name = "ggez"
|
| 747 |
version = "0.5.1"
|
| 748 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 749 |
dependencies = [
|
| 750 |
"approx 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 751 |
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 752 |
"directories 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 753 |
"gfx 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 754 |
"gfx_core 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 755 |
"gfx_device_gl 0.16.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 756 |
"gfx_window_glutin 0.30.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 757 |
"gilrs 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 758 |
"glutin 0.20.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 759 |
"glyph_brush 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 760 |
"image 0.22.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 761 |
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 762 |
"lyon 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 763 |
"mint 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 764 |
"nalgebra 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 765 |
"rodio 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 766 |
"serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 767 |
"serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 768 |
"skeptic 0.13.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 769 |
"smart-default 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 770 |
"toml 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 771 |
"winit 0.19.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 772 |
"zip 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 773 |
]
|
| 774 |
|
| 775 |
[[package]]
|
| 776 |
name = "gif"
|
583 | 777 |
version = "0.10.2"
|
584 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
585 | |
dependencies = [
|
586 | |
"backtrace 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
587 | |
"gfx 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
588 | |
"gfx_core 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
589 | |
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
590 | |
"ordered-float 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
591 | |
"rusttype 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
592 | |
"twox-hash 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
593 | |
"unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
594 | |
"xi-unicode 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
595 | |
]
|
596 | |
|
597 | |
[[package]]
|
598 | |
name = "gfx_window_sdl"
|
599 | |
version = "0.8.0"
|
600 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
601 | |
dependencies = [
|
602 | |
"gfx 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
603 | |
"gfx_core 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
604 | |
"gfx_device_gl 0.15.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
605 | |
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
606 | |
"sdl2 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
607 | |
]
|
608 | |
|
609 | |
[[package]]
|
610 | |
name = "ggez"
|
611 | |
version = "0.4.4"
|
612 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
613 | |
dependencies = [
|
614 | |
"app_dirs2 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
615 | |
"gfx 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
616 | |
"gfx_device_gl 0.15.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
617 | |
"gfx_glyph 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
618 | |
"gfx_window_sdl 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
619 | |
"image 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
620 | |
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
621 | |
"lyon 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
622 | |
"nalgebra 0.14.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
623 | |
"rodio 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
624 | |
"rusttype 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
625 | |
"sdl2 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
626 | |
"serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
627 | |
"serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
628 | |
"smart-default 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
629 | |
"toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
630 | |
"zip 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
631 | |
]
|
632 | |
|
633 | |
[[package]]
|
634 | |
name = "gif"
|
635 | |
version = "0.10.1"
|
636 | 778 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
637 | 779 |
dependencies = [
|
638 | 780 |
"color_quant 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
640 | 782 |
]
|
641 | 783 |
|
642 | 784 |
[[package]]
|
| 785 |
name = "gilrs"
|
| 786 |
version = "0.7.2"
|
| 787 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 788 |
dependencies = [
|
| 789 |
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 790 |
"gilrs-core 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 791 |
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 792 |
"stdweb 0.4.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 793 |
"uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 794 |
"vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 795 |
]
|
| 796 |
|
| 797 |
[[package]]
|
| 798 |
name = "gilrs-core"
|
| 799 |
version = "0.2.3"
|
| 800 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 801 |
dependencies = [
|
| 802 |
"core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 803 |
"io-kit-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 804 |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 805 |
"libudev-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 806 |
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 807 |
"nix 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 808 |
"rusty-xinput 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 809 |
"stdweb 0.4.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 810 |
"uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 811 |
"vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 812 |
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 813 |
]
|
| 814 |
|
| 815 |
[[package]]
|
643 | 816 |
name = "gl_generator"
|
644 | |
version = "0.9.0"
|
645 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
646 | |
dependencies = [
|
647 | |
"khronos_api 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
648 | |
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
649 | |
"xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 817 |
version = "0.11.0"
|
| 818 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 819 |
dependencies = [
|
| 820 |
"khronos_api 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 821 |
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 822 |
"xml-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 823 |
]
|
| 824 |
|
| 825 |
[[package]]
|
| 826 |
name = "gl_generator"
|
| 827 |
version = "0.13.1"
|
| 828 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 829 |
dependencies = [
|
| 830 |
"khronos_api 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 831 |
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 832 |
"xml-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 833 |
]
|
| 834 |
|
| 835 |
[[package]]
|
| 836 |
name = "gleam"
|
| 837 |
version = "0.6.19"
|
| 838 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 839 |
dependencies = [
|
| 840 |
"gl_generator 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
650 | 841 |
]
|
651 | 842 |
|
652 | 843 |
[[package]]
|
|
655 | 846 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
656 | 847 |
|
657 | 848 |
[[package]]
|
| 849 |
name = "glutin"
|
| 850 |
version = "0.20.1"
|
| 851 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 852 |
dependencies = [
|
| 853 |
"android_glue 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 854 |
"cgl 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 855 |
"cocoa 0.18.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 856 |
"core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 857 |
"core-graphics 0.17.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 858 |
"glutin_egl_sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 859 |
"glutin_gles2_sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 860 |
"glutin_glx_sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 861 |
"glutin_wgl_sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 862 |
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 863 |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 864 |
"libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 865 |
"objc 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 866 |
"osmesa-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 867 |
"shared_library 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 868 |
"wayland-client 0.21.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 869 |
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 870 |
"winit 0.19.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 871 |
]
|
| 872 |
|
| 873 |
[[package]]
|
| 874 |
name = "glutin_egl_sys"
|
| 875 |
version = "0.1.3"
|
| 876 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 877 |
dependencies = [
|
| 878 |
"gl_generator 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 879 |
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 880 |
]
|
| 881 |
|
| 882 |
[[package]]
|
| 883 |
name = "glutin_gles2_sys"
|
| 884 |
version = "0.1.3"
|
| 885 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 886 |
dependencies = [
|
| 887 |
"gl_generator 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 888 |
"objc 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 889 |
]
|
| 890 |
|
| 891 |
[[package]]
|
| 892 |
name = "glutin_glx_sys"
|
| 893 |
version = "0.1.5"
|
| 894 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 895 |
dependencies = [
|
| 896 |
"gl_generator 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 897 |
"x11-dl 2.18.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 898 |
]
|
| 899 |
|
| 900 |
[[package]]
|
| 901 |
name = "glutin_wgl_sys"
|
| 902 |
version = "0.1.3"
|
| 903 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 904 |
dependencies = [
|
| 905 |
"gl_generator 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 906 |
]
|
| 907 |
|
| 908 |
[[package]]
|
| 909 |
name = "glyph_brush"
|
| 910 |
version = "0.5.3"
|
| 911 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 912 |
dependencies = [
|
| 913 |
"glyph_brush_layout 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 914 |
"hashbrown 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 915 |
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 916 |
"ordered-float 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 917 |
"rusttype 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 918 |
"twox-hash 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 919 |
]
|
| 920 |
|
| 921 |
[[package]]
|
| 922 |
name = "glyph_brush_layout"
|
| 923 |
version = "0.1.7"
|
| 924 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 925 |
dependencies = [
|
| 926 |
"rusttype 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 927 |
"xi-unicode 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 928 |
]
|
| 929 |
|
| 930 |
[[package]]
|
| 931 |
name = "hashbrown"
|
| 932 |
version = "0.5.0"
|
| 933 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 934 |
|
| 935 |
[[package]]
|
658 | 936 |
name = "hibitset"
|
659 | 937 |
version = "0.5.4"
|
660 | 938 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
661 | 939 |
dependencies = [
|
662 | 940 |
"atom 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
663 | |
"rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 941 |
"rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 942 |
]
|
| 943 |
|
| 944 |
[[package]]
|
| 945 |
name = "hibitset"
|
| 946 |
version = "0.6.2"
|
| 947 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 948 |
dependencies = [
|
| 949 |
"atom 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 950 |
"rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
664 | 951 |
]
|
665 | 952 |
|
666 | 953 |
[[package]]
|
|
670 | 957 |
|
671 | 958 |
[[package]]
|
672 | 959 |
name = "image"
|
673 | |
version = "0.19.0"
|
674 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
675 | |
dependencies = [
|
676 | |
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
677 | |
"gif 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
678 | |
"jpeg-decoder 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 960 |
version = "0.22.1"
|
| 961 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 962 |
dependencies = [
|
| 963 |
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 964 |
"gif 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 965 |
"jpeg-decoder 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
679 | 966 |
"lzw 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
680 | |
"num-derive 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
681 | |
"num-iter 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
682 | |
"num-rational 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
683 | |
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
684 | |
"png 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 967 |
"num-iter 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 968 |
"num-rational 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 969 |
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 970 |
"png 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 971 |
"tiff 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
685 | 972 |
]
|
686 | 973 |
|
687 | 974 |
[[package]]
|
|
693 | 980 |
]
|
694 | 981 |
|
695 | 982 |
[[package]]
|
| 983 |
name = "io-kit-sys"
|
| 984 |
version = "0.1.0"
|
| 985 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 986 |
dependencies = [
|
| 987 |
"core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 988 |
"mach 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 989 |
]
|
| 990 |
|
| 991 |
[[package]]
|
696 | 992 |
name = "itertools"
|
697 | 993 |
version = "0.8.0"
|
698 | 994 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
699 | 995 |
dependencies = [
|
700 | |
"either 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 996 |
"either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
701 | 997 |
]
|
702 | 998 |
|
703 | 999 |
[[package]]
|
|
707 | 1003 |
|
708 | 1004 |
[[package]]
|
709 | 1005 |
name = "jpeg-decoder"
|
710 | |
version = "0.1.15"
|
711 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
712 | |
dependencies = [
|
713 | |
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1006 |
version = "0.1.16"
|
| 1007 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1008 |
dependencies = [
|
| 1009 |
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
714 | 1010 |
]
|
715 | 1011 |
|
716 | 1012 |
[[package]]
|
|
724 | 1020 |
|
725 | 1021 |
[[package]]
|
726 | 1022 |
name = "khronos_api"
|
727 | |
version = "2.2.0"
|
| 1023 |
version = "3.1.0"
|
728 | 1024 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
729 | 1025 |
|
730 | 1026 |
[[package]]
|
731 | 1027 |
name = "lazy_static"
|
732 | |
version = "0.2.11"
|
733 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
734 | |
|
735 | |
[[package]]
|
736 | |
name = "lazy_static"
|
737 | |
version = "1.3.0"
|
| 1028 |
version = "1.4.0"
|
738 | 1029 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
739 | 1030 |
|
740 | 1031 |
[[package]]
|
741 | 1032 |
name = "lewton"
|
742 | |
version = "0.5.2"
|
743 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
744 | |
dependencies = [
|
745 | |
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
746 | |
"ogg 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1033 |
version = "0.9.4"
|
| 1034 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1035 |
dependencies = [
|
| 1036 |
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1037 |
"ogg 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1038 |
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
747 | 1039 |
]
|
748 | 1040 |
|
749 | 1041 |
[[package]]
|
750 | 1042 |
name = "libc"
|
751 | |
version = "0.2.50"
|
| 1043 |
version = "0.2.62"
|
752 | 1044 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
753 | 1045 |
|
754 | 1046 |
[[package]]
|
|
757 | 1049 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
758 | 1050 |
dependencies = [
|
759 | 1051 |
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
760 | |
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1052 |
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
761 | 1053 |
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
762 | 1054 |
]
|
763 | 1055 |
|
764 | 1056 |
[[package]]
|
| 1057 |
name = "libloading"
|
| 1058 |
version = "0.5.2"
|
| 1059 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1060 |
dependencies = [
|
| 1061 |
"cc 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1062 |
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1063 |
]
|
| 1064 |
|
| 1065 |
[[package]]
|
765 | 1066 |
name = "libm"
|
766 | |
version = "0.1.2"
|
767 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1067 |
version = "0.1.4"
|
| 1068 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1069 |
|
| 1070 |
[[package]]
|
| 1071 |
name = "libudev-sys"
|
| 1072 |
version = "0.1.4"
|
| 1073 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1074 |
dependencies = [
|
| 1075 |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1076 |
"pkg-config 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1077 |
]
|
| 1078 |
|
| 1079 |
[[package]]
|
| 1080 |
name = "line_drawing"
|
| 1081 |
version = "0.7.0"
|
| 1082 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1083 |
dependencies = [
|
| 1084 |
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1085 |
]
|
768 | 1086 |
|
769 | 1087 |
[[package]]
|
770 | 1088 |
name = "linked-hash-map"
|
771 | |
version = "0.5.1"
|
| 1089 |
version = "0.5.2"
|
772 | 1090 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
773 | 1091 |
|
774 | 1092 |
[[package]]
|
|
781 | 1099 |
]
|
782 | 1100 |
|
783 | 1101 |
[[package]]
|
| 1102 |
name = "lock_api"
|
| 1103 |
version = "0.3.1"
|
| 1104 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1105 |
dependencies = [
|
| 1106 |
"scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1107 |
]
|
| 1108 |
|
| 1109 |
[[package]]
|
784 | 1110 |
name = "log"
|
785 | 1111 |
version = "0.3.9"
|
786 | 1112 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
787 | 1113 |
dependencies = [
|
788 | |
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1114 |
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
789 | 1115 |
]
|
790 | 1116 |
|
791 | 1117 |
[[package]]
|
792 | 1118 |
name = "log"
|
793 | |
version = "0.4.6"
|
794 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
795 | |
dependencies = [
|
796 | |
"cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1119 |
version = "0.4.8"
|
| 1120 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1121 |
dependencies = [
|
| 1122 |
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
797 | 1123 |
]
|
798 | 1124 |
|
799 | 1125 |
[[package]]
|
800 | 1126 |
name = "lyon"
|
801 | |
version = "0.10.2"
|
802 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
803 | |
dependencies = [
|
804 | |
"lyon_tessellation 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1127 |
version = "0.13.5"
|
| 1128 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1129 |
dependencies = [
|
| 1130 |
"lyon_algorithms 0.13.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1131 |
"lyon_tessellation 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1132 |
]
|
| 1133 |
|
| 1134 |
[[package]]
|
| 1135 |
name = "lyon_algorithms"
|
| 1136 |
version = "0.13.4"
|
| 1137 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1138 |
dependencies = [
|
| 1139 |
"lyon_path 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1140 |
"sid 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
805 | 1141 |
]
|
806 | 1142 |
|
807 | 1143 |
[[package]]
|
808 | 1144 |
name = "lyon_geom"
|
809 | |
version = "0.10.1"
|
810 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
811 | |
dependencies = [
|
812 | |
"arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
813 | |
"euclid 0.17.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
814 | |
"num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1145 |
version = "0.12.7"
|
| 1146 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1147 |
dependencies = [
|
| 1148 |
"arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1149 |
"euclid 0.19.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1150 |
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
815 | 1151 |
]
|
816 | 1152 |
|
817 | 1153 |
[[package]]
|
818 | 1154 |
name = "lyon_path"
|
819 | |
version = "0.10.1"
|
820 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
821 | |
dependencies = [
|
822 | |
"lyon_geom 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1155 |
version = "0.13.2"
|
| 1156 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1157 |
dependencies = [
|
| 1158 |
"lyon_geom 0.12.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
823 | 1159 |
]
|
824 | 1160 |
|
825 | 1161 |
[[package]]
|
826 | 1162 |
name = "lyon_tessellation"
|
827 | |
version = "0.10.2"
|
828 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
829 | |
dependencies = [
|
830 | |
"lyon_path 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1163 |
version = "0.13.5"
|
| 1164 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1165 |
dependencies = [
|
| 1166 |
"lyon_path 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
831 | 1167 |
"sid 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
832 | 1168 |
]
|
833 | 1169 |
|
|
837 | 1173 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
838 | 1174 |
|
839 | 1175 |
[[package]]
|
840 | |
name = "matrixmultiply"
|
841 | |
version = "0.1.15"
|
842 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
843 | |
dependencies = [
|
844 | |
"rawpointer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1176 |
name = "mach"
|
| 1177 |
version = "0.2.3"
|
| 1178 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1179 |
dependencies = [
|
| 1180 |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1181 |
]
|
| 1182 |
|
| 1183 |
[[package]]
|
| 1184 |
name = "malloc_buf"
|
| 1185 |
version = "0.0.6"
|
| 1186 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1187 |
dependencies = [
|
| 1188 |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
845 | 1189 |
]
|
846 | 1190 |
|
847 | 1191 |
[[package]]
|
|
853 | 1197 |
]
|
854 | 1198 |
|
855 | 1199 |
[[package]]
|
| 1200 |
name = "maybe-uninit"
|
| 1201 |
version = "2.0.0"
|
| 1202 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1203 |
|
| 1204 |
[[package]]
|
856 | 1205 |
name = "memchr"
|
857 | 1206 |
version = "1.0.2"
|
858 | 1207 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
859 | 1208 |
dependencies = [
|
860 | |
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1209 |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
861 | 1210 |
]
|
862 | 1211 |
|
863 | 1212 |
[[package]]
|
864 | 1213 |
name = "memchr"
|
865 | |
version = "2.2.0"
|
866 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1214 |
version = "2.2.1"
|
| 1215 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1216 |
|
| 1217 |
[[package]]
|
| 1218 |
name = "memmap"
|
| 1219 |
version = "0.7.0"
|
| 1220 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1221 |
dependencies = [
|
| 1222 |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1223 |
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1224 |
]
|
867 | 1225 |
|
868 | 1226 |
[[package]]
|
869 | 1227 |
name = "memoffset"
|
|
871 | 1229 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
872 | 1230 |
|
873 | 1231 |
[[package]]
|
| 1232 |
name = "memoffset"
|
| 1233 |
version = "0.5.1"
|
| 1234 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1235 |
dependencies = [
|
| 1236 |
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1237 |
]
|
| 1238 |
|
| 1239 |
[[package]]
|
| 1240 |
name = "minimp3"
|
| 1241 |
version = "0.3.3"
|
| 1242 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1243 |
dependencies = [
|
| 1244 |
"minimp3-sys 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1245 |
"slice-deque 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1246 |
]
|
| 1247 |
|
| 1248 |
[[package]]
|
| 1249 |
name = "minimp3-sys"
|
| 1250 |
version = "0.3.1"
|
| 1251 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1252 |
dependencies = [
|
| 1253 |
"cc 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1254 |
]
|
| 1255 |
|
| 1256 |
[[package]]
|
874 | 1257 |
name = "miniz-sys"
|
875 | |
version = "0.1.11"
|
876 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
877 | |
dependencies = [
|
878 | |
"cc 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
879 | |
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1258 |
version = "0.1.12"
|
| 1259 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1260 |
dependencies = [
|
| 1261 |
"cc 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1262 |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
880 | 1263 |
]
|
881 | 1264 |
|
882 | 1265 |
[[package]]
|
883 | 1266 |
name = "miniz_oxide"
|
884 | |
version = "0.2.1"
|
| 1267 |
version = "0.3.2"
|
885 | 1268 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
886 | 1269 |
dependencies = [
|
887 | 1270 |
"adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
888 | 1271 |
]
|
889 | 1272 |
|
890 | 1273 |
[[package]]
|
891 | |
name = "miniz_oxide_c_api"
|
892 | |
version = "0.2.1"
|
893 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
894 | |
dependencies = [
|
895 | |
"cc 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
896 | |
"crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
897 | |
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
898 | |
"miniz_oxide 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
899 | |
]
|
| 1274 |
name = "mint"
|
| 1275 |
version = "0.5.1"
|
| 1276 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
900 | 1277 |
|
901 | 1278 |
[[package]]
|
902 | 1279 |
name = "mopa"
|
|
904 | 1281 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
905 | 1282 |
|
906 | 1283 |
[[package]]
|
907 | |
name = "msdos_time"
|
908 | |
version = "0.1.6"
|
909 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
910 | |
dependencies = [
|
911 | |
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
912 | |
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
913 | |
]
|
914 | |
|
915 | |
[[package]]
|
916 | 1284 |
name = "nalgebra"
|
917 | |
version = "0.14.4"
|
918 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
919 | |
dependencies = [
|
920 | |
"alga 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
921 | |
"approx 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
922 | |
"generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
923 | |
"matrixmultiply 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
924 | |
"num-complex 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
925 | |
"num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
926 | |
"rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
927 | |
"typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
928 | |
]
|
929 | |
|
930 | |
[[package]]
|
931 | |
name = "nalgebra"
|
932 | |
version = "0.18.0"
|
933 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
934 | |
dependencies = [
|
935 | |
"alga 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1285 |
version = "0.18.1"
|
| 1286 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1287 |
dependencies = [
|
| 1288 |
"alga 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
936 | 1289 |
"approx 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
937 | |
"generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1290 |
"generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
938 | 1291 |
"matrixmultiply 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
939 | |
"num-complex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
940 | |
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1292 |
"mint 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1293 |
"num-complex 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1294 |
"num-rational 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1295 |
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
941 | 1296 |
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
942 | |
"typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1297 |
"typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
943 | 1298 |
]
|
944 | 1299 |
|
945 | 1300 |
[[package]]
|
946 | 1301 |
name = "ncollide2d"
|
947 | |
version = "0.19.0"
|
948 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
949 | |
dependencies = [
|
950 | |
"alga 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1302 |
version = "0.20.1"
|
| 1303 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1304 |
dependencies = [
|
| 1305 |
"alga 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
951 | 1306 |
"approx 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
952 | |
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
953 | |
"downcast-rs 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
954 | |
"either 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
955 | |
"nalgebra 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
956 | |
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1307 |
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1308 |
"downcast-rs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1309 |
"either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1310 |
"nalgebra 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1311 |
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1312 |
"petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1313 |
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1314 |
"slotmap 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1315 |
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1316 |
]
|
| 1317 |
|
| 1318 |
[[package]]
|
| 1319 |
name = "ncollide3d"
|
| 1320 |
version = "0.19.2"
|
| 1321 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1322 |
dependencies = [
|
| 1323 |
"alga 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1324 |
"approx 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1325 |
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1326 |
"downcast-rs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1327 |
"either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1328 |
"nalgebra 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1329 |
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
957 | 1330 |
"petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
958 | 1331 |
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
959 | 1332 |
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
960 | |
"smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
961 | |
]
|
962 | |
|
963 | |
[[package]]
|
964 | |
name = "ncollide3d"
|
965 | |
version = "0.19.1"
|
966 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
967 | |
dependencies = [
|
968 | |
"alga 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
969 | |
"approx 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
970 | |
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
971 | |
"downcast-rs 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
972 | |
"either 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
973 | |
"nalgebra 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
974 | |
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
975 | |
"petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
976 | |
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
977 | |
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
978 | |
"smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1333 |
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1334 |
]
|
| 1335 |
|
| 1336 |
[[package]]
|
| 1337 |
name = "nix"
|
| 1338 |
version = "0.11.1"
|
| 1339 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1340 |
dependencies = [
|
| 1341 |
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1342 |
"cc 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1343 |
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1344 |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1345 |
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1346 |
]
|
| 1347 |
|
| 1348 |
[[package]]
|
| 1349 |
name = "nix"
|
| 1350 |
version = "0.14.1"
|
| 1351 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1352 |
dependencies = [
|
| 1353 |
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1354 |
"cc 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1355 |
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1356 |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1357 |
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
979 | 1358 |
]
|
980 | 1359 |
|
981 | 1360 |
[[package]]
|
|
1001 | 1380 |
version = "0.11.1"
|
1002 | 1381 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1003 | 1382 |
dependencies = [
|
1004 | |
"alga 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1383 |
"alga 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1005 | 1384 |
"approx 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1006 | |
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
1007 | |
"downcast-rs 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
1008 | |
"either 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1009 | |
"nalgebra 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1010 | |
"ncollide3d 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1011 | |
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1385 |
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1386 |
"downcast-rs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1387 |
"either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1388 |
"nalgebra 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1389 |
"ncollide3d 0.19.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1390 |
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
1012 | 1391 |
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1013 | |
"stdweb 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1392 |
"stdweb 0.4.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
1014 | 1393 |
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
1015 | 1394 |
]
|
1016 | 1395 |
|
|
1019 | 1398 |
version = "0.1.42"
|
1020 | 1399 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1021 | 1400 |
dependencies = [
|
1022 | |
"num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
1023 | |
"num-iter 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
1024 | |
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1401 |
"num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1402 |
"num-iter 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1403 |
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
1025 | 1404 |
]
|
1026 | 1405 |
|
1027 | 1406 |
[[package]]
|
1028 | 1407 |
name = "num-complex"
|
1029 | |
version = "0.1.43"
|
1030 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1031 | |
dependencies = [
|
1032 | |
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
1033 | |
]
|
1034 | |
|
1035 | |
[[package]]
|
1036 | |
name = "num-complex"
|
1037 | |
version = "0.2.1"
|
1038 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1039 | |
dependencies = [
|
1040 | |
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1408 |
version = "0.2.3"
|
| 1409 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1410 |
dependencies = [
|
| 1411 |
"autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1412 |
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
1041 | 1413 |
]
|
1042 | 1414 |
|
1043 | 1415 |
[[package]]
|
1044 | 1416 |
name = "num-derive"
|
1045 | |
version = "0.2.4"
|
1046 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1047 | |
dependencies = [
|
1048 | |
"proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
1049 | |
"quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
1050 | |
"syn 0.15.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1417 |
version = "0.2.5"
|
| 1418 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1419 |
dependencies = [
|
| 1420 |
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1421 |
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1422 |
"syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
1051 | 1423 |
]
|
1052 | 1424 |
|
1053 | 1425 |
[[package]]
|
1054 | 1426 |
name = "num-integer"
|
| 1427 |
version = "0.1.41"
|
| 1428 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1429 |
dependencies = [
|
| 1430 |
"autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1431 |
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1432 |
]
|
| 1433 |
|
| 1434 |
[[package]]
|
| 1435 |
name = "num-iter"
|
1055 | 1436 |
version = "0.1.39"
|
1056 | 1437 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1057 | 1438 |
dependencies = [
|
1058 | |
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
1059 | |
]
|
1060 | |
|
1061 | |
[[package]]
|
1062 | |
name = "num-iter"
|
1063 | |
version = "0.1.37"
|
1064 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1065 | |
dependencies = [
|
1066 | |
"num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
1067 | |
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1439 |
"autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1440 |
"num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1441 |
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
1068 | 1442 |
]
|
1069 | 1443 |
|
1070 | 1444 |
[[package]]
|
1071 | 1445 |
name = "num-rational"
|
1072 | |
version = "0.1.42"
|
1073 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1074 | |
dependencies = [
|
1075 | |
"num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
1076 | |
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1446 |
version = "0.2.2"
|
| 1447 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1448 |
dependencies = [
|
| 1449 |
"autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1450 |
"num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1451 |
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
1077 | 1452 |
]
|
1078 | 1453 |
|
1079 | 1454 |
[[package]]
|
|
1081 | 1456 |
version = "0.1.43"
|
1082 | 1457 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1083 | 1458 |
dependencies = [
|
1084 | |
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1459 |
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
1085 | 1460 |
]
|
1086 | 1461 |
|
1087 | 1462 |
[[package]]
|
1088 | 1463 |
name = "num-traits"
|
| 1464 |
version = "0.2.8"
|
| 1465 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1466 |
dependencies = [
|
| 1467 |
"autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1468 |
]
|
| 1469 |
|
| 1470 |
[[package]]
|
| 1471 |
name = "num_cpus"
|
| 1472 |
version = "1.10.1"
|
| 1473 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1474 |
dependencies = [
|
| 1475 |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1476 |
]
|
| 1477 |
|
| 1478 |
[[package]]
|
| 1479 |
name = "objc"
|
1089 | 1480 |
version = "0.2.6"
|
1090 | 1481 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1091 | |
|
1092 | |
[[package]]
|
1093 | |
name = "num_cpus"
|
1094 | |
version = "1.10.0"
|
1095 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1096 | |
dependencies = [
|
1097 | |
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1482 |
dependencies = [
|
| 1483 |
"malloc_buf 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
1098 | 1484 |
]
|
1099 | 1485 |
|
1100 | 1486 |
[[package]]
|
1101 | 1487 |
name = "ogg"
|
1102 | |
version = "0.4.1"
|
1103 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1104 | |
dependencies = [
|
1105 | |
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1106 | |
]
|
1107 | |
|
1108 | |
[[package]]
|
1109 | |
name = "ole32-sys"
|
1110 | |
version = "0.2.0"
|
1111 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1112 | |
dependencies = [
|
1113 | |
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
1114 | |
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1488 |
version = "0.7.0"
|
| 1489 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1490 |
dependencies = [
|
| 1491 |
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1115 | 1492 |
]
|
1116 | 1493 |
|
1117 | 1494 |
[[package]]
|
1118 | 1495 |
name = "ordered-float"
|
1119 | |
version = "0.5.2"
|
1120 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1121 | |
dependencies = [
|
1122 | |
"num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
1123 | |
"unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1496 |
version = "1.0.2"
|
| 1497 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1498 |
dependencies = [
|
| 1499 |
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
1124 | 1500 |
]
|
1125 | 1501 |
|
1126 | 1502 |
[[package]]
|
|
1129 | 1505 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1130 | 1506 |
|
1131 | 1507 |
[[package]]
|
| 1508 |
name = "osmesa-sys"
|
| 1509 |
version = "0.1.2"
|
| 1510 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1511 |
dependencies = [
|
| 1512 |
"shared_library 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1513 |
]
|
| 1514 |
|
| 1515 |
[[package]]
|
1132 | 1516 |
name = "owning_ref"
|
1133 | 1517 |
version = "0.4.0"
|
1134 | 1518 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1146 | 1530 |
]
|
1147 | 1531 |
|
1148 | 1532 |
[[package]]
|
| 1533 |
name = "parking_lot"
|
| 1534 |
version = "0.9.0"
|
| 1535 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1536 |
dependencies = [
|
| 1537 |
"lock_api 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1538 |
"parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1539 |
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1540 |
]
|
| 1541 |
|
| 1542 |
[[package]]
|
1149 | 1543 |
name = "parking_lot_core"
|
1150 | 1544 |
version = "0.3.1"
|
1151 | 1545 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1152 | 1546 |
dependencies = [
|
1153 | |
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1547 |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
1154 | 1548 |
"rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
1155 | 1549 |
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
1156 | |
"smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
1157 | |
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1550 |
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1551 |
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1552 |
]
|
| 1553 |
|
| 1554 |
[[package]]
|
| 1555 |
name = "parking_lot_core"
|
| 1556 |
version = "0.6.2"
|
| 1557 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1558 |
dependencies = [
|
| 1559 |
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1560 |
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1561 |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1562 |
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1563 |
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1564 |
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1565 |
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
1158 | 1566 |
]
|
1159 | 1567 |
|
1160 | 1568 |
[[package]]
|
|
1163 | 1571 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1164 | 1572 |
|
1165 | 1573 |
[[package]]
|
| 1574 |
name = "percent-encoding"
|
| 1575 |
version = "2.1.0"
|
| 1576 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1577 |
|
| 1578 |
[[package]]
|
1166 | 1579 |
name = "petgraph"
|
1167 | 1580 |
version = "0.4.13"
|
1168 | 1581 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1173 | 1586 |
|
1174 | 1587 |
[[package]]
|
1175 | 1588 |
name = "pkg-config"
|
1176 | |
version = "0.3.14"
|
| 1589 |
version = "0.3.15"
|
1177 | 1590 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1178 | 1591 |
|
1179 | 1592 |
[[package]]
|
1180 | 1593 |
name = "png"
|
1181 | |
version = "0.12.0"
|
1182 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1183 | |
dependencies = [
|
1184 | |
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
1185 | |
"deflate 0.7.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1594 |
version = "0.15.0"
|
| 1595 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1596 |
dependencies = [
|
| 1597 |
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1598 |
"crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1599 |
"deflate 0.7.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
1186 | 1600 |
"inflate 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
1187 | |
"num-iter 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
1188 | 1601 |
]
|
1189 | 1602 |
|
1190 | 1603 |
[[package]]
|
|
1193 | 1606 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1194 | 1607 |
|
1195 | 1608 |
[[package]]
|
| 1609 |
name = "ppv-lite86"
|
| 1610 |
version = "0.2.5"
|
| 1611 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1612 |
|
| 1613 |
[[package]]
|
1196 | 1614 |
name = "proc-macro2"
|
1197 | 1615 |
version = "0.2.3"
|
1198 | 1616 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1202 | 1620 |
|
1203 | 1621 |
[[package]]
|
1204 | 1622 |
name = "proc-macro2"
|
1205 | |
version = "0.4.27"
|
| 1623 |
version = "0.4.30"
|
1206 | 1624 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1207 | 1625 |
dependencies = [
|
1208 | 1626 |
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1209 | 1627 |
]
|
1210 | 1628 |
|
1211 | 1629 |
[[package]]
|
1212 | |
name = "quote"
|
1213 | |
version = "0.3.15"
|
1214 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1630 |
name = "proc-macro2"
|
| 1631 |
version = "1.0.2"
|
| 1632 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1633 |
dependencies = [
|
| 1634 |
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1635 |
]
|
| 1636 |
|
| 1637 |
[[package]]
|
| 1638 |
name = "pulldown-cmark"
|
| 1639 |
version = "0.2.0"
|
| 1640 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1641 |
dependencies = [
|
| 1642 |
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1643 |
]
|
1215 | 1644 |
|
1216 | 1645 |
[[package]]
|
1217 | 1646 |
name = "quote"
|
|
1223 | 1652 |
|
1224 | 1653 |
[[package]]
|
1225 | 1654 |
name = "quote"
|
1226 | |
version = "0.6.11"
|
1227 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1228 | |
dependencies = [
|
1229 | |
"proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
1230 | |
]
|
1231 | |
|
1232 | |
[[package]]
|
1233 | |
name = "rand"
|
1234 | |
version = "0.3.23"
|
1235 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1236 | |
dependencies = [
|
1237 | |
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
1238 | |
"rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1655 |
version = "0.6.13"
|
| 1656 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1657 |
dependencies = [
|
| 1658 |
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1659 |
]
|
| 1660 |
|
| 1661 |
[[package]]
|
| 1662 |
name = "quote"
|
| 1663 |
version = "1.0.2"
|
| 1664 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1665 |
dependencies = [
|
| 1666 |
"proc-macro2 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1239 | 1667 |
]
|
1240 | 1668 |
|
1241 | 1669 |
[[package]]
|
|
1244 | 1672 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1245 | 1673 |
dependencies = [
|
1246 | 1674 |
"fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1247 | |
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1675 |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
1248 | 1676 |
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1249 | 1677 |
"rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1250 | |
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1678 |
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
1251 | 1679 |
]
|
1252 | 1680 |
|
1253 | 1681 |
[[package]]
|
|
1257 | 1685 |
dependencies = [
|
1258 | 1686 |
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
1259 | 1687 |
"fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1260 | |
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1688 |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
1261 | 1689 |
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1262 | |
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1690 |
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
1263 | 1691 |
]
|
1264 | 1692 |
|
1265 | 1693 |
[[package]]
|
|
1267 | 1695 |
version = "0.6.5"
|
1268 | 1696 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1269 | 1697 |
dependencies = [
|
1270 | |
"autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1271 | |
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1698 |
"autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1699 |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
1272 | 1700 |
"rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1273 | |
"rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1701 |
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1274 | 1702 |
"rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1275 | 1703 |
"rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1276 | |
"rand_jitter 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1704 |
"rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
1277 | 1705 |
"rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
1278 | 1706 |
"rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1279 | 1707 |
"rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1280 | |
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1708 |
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1709 |
]
|
| 1710 |
|
| 1711 |
[[package]]
|
| 1712 |
name = "rand"
|
| 1713 |
version = "0.7.0"
|
| 1714 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1715 |
dependencies = [
|
| 1716 |
"getrandom 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1717 |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1718 |
"rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1719 |
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1720 |
"rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1281 | 1721 |
]
|
1282 | 1722 |
|
1283 | 1723 |
[[package]]
|
|
1285 | 1725 |
version = "0.1.1"
|
1286 | 1726 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1287 | 1727 |
dependencies = [
|
1288 | |
"autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1728 |
"autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
1289 | 1729 |
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1730 |
]
|
| 1731 |
|
| 1732 |
[[package]]
|
| 1733 |
name = "rand_chacha"
|
| 1734 |
version = "0.2.1"
|
| 1735 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1736 |
dependencies = [
|
| 1737 |
"c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1738 |
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1290 | 1739 |
]
|
1291 | 1740 |
|
1292 | 1741 |
[[package]]
|
|
1294 | 1743 |
version = "0.3.1"
|
1295 | 1744 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1296 | 1745 |
dependencies = [
|
1297 | |
"rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1746 |
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1298 | 1747 |
]
|
1299 | 1748 |
|
1300 | 1749 |
[[package]]
|
1301 | 1750 |
name = "rand_core"
|
1302 | |
version = "0.4.0"
|
1303 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1751 |
version = "0.4.2"
|
| 1752 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1753 |
|
| 1754 |
[[package]]
|
| 1755 |
name = "rand_core"
|
| 1756 |
version = "0.5.1"
|
| 1757 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1758 |
dependencies = [
|
| 1759 |
"getrandom 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1760 |
]
|
1304 | 1761 |
|
1305 | 1762 |
[[package]]
|
1306 | 1763 |
name = "rand_hc"
|
|
1311 | 1768 |
]
|
1312 | 1769 |
|
1313 | 1770 |
[[package]]
|
| 1771 |
name = "rand_hc"
|
| 1772 |
version = "0.2.0"
|
| 1773 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1774 |
dependencies = [
|
| 1775 |
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1776 |
]
|
| 1777 |
|
| 1778 |
[[package]]
|
1314 | 1779 |
name = "rand_isaac"
|
1315 | 1780 |
version = "0.1.1"
|
1316 | 1781 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1320 | 1785 |
|
1321 | 1786 |
[[package]]
|
1322 | 1787 |
name = "rand_jitter"
|
1323 | |
version = "0.1.3"
|
1324 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1325 | |
dependencies = [
|
1326 | |
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
1327 | |
"rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1328 | |
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1788 |
version = "0.1.4"
|
| 1789 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1790 |
dependencies = [
|
| 1791 |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1792 |
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1793 |
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
1329 | 1794 |
]
|
1330 | 1795 |
|
1331 | 1796 |
[[package]]
|
|
1335 | 1800 |
dependencies = [
|
1336 | 1801 |
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
1337 | 1802 |
"fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1338 | |
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
1339 | |
"rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1803 |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1804 |
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1340 | 1805 |
"rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1341 | |
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1806 |
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
1342 | 1807 |
]
|
1343 | 1808 |
|
1344 | 1809 |
[[package]]
|
|
1346 | 1811 |
version = "0.1.2"
|
1347 | 1812 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1348 | 1813 |
dependencies = [
|
1349 | |
"autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1350 | |
"rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1814 |
"autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1815 |
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1351 | 1816 |
]
|
1352 | 1817 |
|
1353 | 1818 |
[[package]]
|
|
1365 | 1830 |
|
1366 | 1831 |
[[package]]
|
1367 | 1832 |
name = "rayon"
|
1368 | |
version = "1.0.3"
|
1369 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1370 | |
dependencies = [
|
1371 | |
"crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1372 | |
"either 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1373 | |
"rayon-core 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1833 |
version = "1.2.0"
|
| 1834 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1835 |
dependencies = [
|
| 1836 |
"crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1837 |
"either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1838 |
"rayon-core 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1374 | 1839 |
]
|
1375 | 1840 |
|
1376 | 1841 |
[[package]]
|
1377 | 1842 |
name = "rayon-core"
|
1378 | |
version = "1.4.1"
|
1379 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1380 | |
dependencies = [
|
1381 | |
"crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1382 | |
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1383 | |
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
1384 | |
"num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1843 |
version = "1.6.0"
|
| 1844 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1845 |
dependencies = [
|
| 1846 |
"crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1847 |
"crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1848 |
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1849 |
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1850 |
"num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1385 | 1851 |
]
|
1386 | 1852 |
|
1387 | 1853 |
[[package]]
|
|
1394 | 1860 |
|
1395 | 1861 |
[[package]]
|
1396 | 1862 |
name = "redox_syscall"
|
1397 | |
version = "0.1.51"
|
1398 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1399 | |
|
1400 | |
[[package]]
|
1401 | |
name = "redox_termios"
|
1402 | |
version = "0.1.1"
|
1403 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1404 | |
dependencies = [
|
1405 | |
"redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1863 |
version = "0.1.56"
|
| 1864 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1865 |
|
| 1866 |
[[package]]
|
| 1867 |
name = "redox_users"
|
| 1868 |
version = "0.3.1"
|
| 1869 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1870 |
dependencies = [
|
| 1871 |
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1872 |
"rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1873 |
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1874 |
"rust-argon2 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1406 | 1875 |
]
|
1407 | 1876 |
|
1408 | 1877 |
[[package]]
|
|
1411 | 1880 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1412 | 1881 |
dependencies = [
|
1413 | 1882 |
"aho-corasick 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
1414 | |
"memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1883 |
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1415 | 1884 |
"regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
1416 | 1885 |
"thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
1417 | |
"utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1886 |
"utf8-ranges 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
1418 | 1887 |
]
|
1419 | 1888 |
|
1420 | 1889 |
[[package]]
|
|
1422 | 1891 |
version = "0.5.6"
|
1423 | 1892 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1424 | 1893 |
dependencies = [
|
1425 | |
"ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1894 |
"ucd-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1895 |
]
|
| 1896 |
|
| 1897 |
[[package]]
|
| 1898 |
name = "remove_dir_all"
|
| 1899 |
version = "0.5.2"
|
| 1900 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1901 |
dependencies = [
|
| 1902 |
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
1426 | 1903 |
]
|
1427 | 1904 |
|
1428 | 1905 |
[[package]]
|
1429 | 1906 |
name = "rodio"
|
1430 | |
version = "0.7.0"
|
1431 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1432 | |
dependencies = [
|
1433 | |
"cgmath 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1434 | |
"claxon 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1907 |
version = "0.9.0"
|
| 1908 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1909 |
dependencies = [
|
| 1910 |
"claxon 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1435 | 1911 |
"cpal 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1436 | 1912 |
"hound 3.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1437 | |
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1438 | |
"lewton 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1913 |
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1914 |
"lewton 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1915 |
"minimp3 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1916 |
"nalgebra 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1917 |
]
|
| 1918 |
|
| 1919 |
[[package]]
|
| 1920 |
name = "rust-argon2"
|
| 1921 |
version = "0.5.1"
|
| 1922 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1923 |
dependencies = [
|
| 1924 |
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1925 |
"blake2b_simd 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1926 |
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
1439 | 1927 |
]
|
1440 | 1928 |
|
1441 | 1929 |
[[package]]
|
1442 | 1930 |
name = "rustc-demangle"
|
1443 | |
version = "0.1.13"
|
1444 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1931 |
version = "0.1.16"
|
| 1932 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1933 |
|
| 1934 |
[[package]]
|
| 1935 |
name = "rustc-hash"
|
| 1936 |
version = "1.0.1"
|
| 1937 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1938 |
dependencies = [
|
| 1939 |
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1940 |
]
|
1445 | 1941 |
|
1446 | 1942 |
[[package]]
|
1447 | 1943 |
name = "rustc_version"
|
|
1453 | 1949 |
|
1454 | 1950 |
[[package]]
|
1455 | 1951 |
name = "rusttype"
|
1456 | |
version = "0.5.2"
|
1457 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1458 | |
dependencies = [
|
1459 | |
"approx 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1460 | |
"arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
1461 | |
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
1462 | |
"linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1463 | |
"ordered-float 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1952 |
version = "0.7.7"
|
| 1953 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1954 |
dependencies = [
|
| 1955 |
"approx 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1956 |
"arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1957 |
"crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1958 |
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1959 |
"linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1960 |
"num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1961 |
"ordered-float 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1962 |
"rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1464 | 1963 |
"stb_truetype 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
1465 | 1964 |
]
|
1466 | 1965 |
|
1467 | 1966 |
[[package]]
|
| 1967 |
name = "rusty-xinput"
|
| 1968 |
version = "1.2.0"
|
| 1969 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1970 |
dependencies = [
|
| 1971 |
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1972 |
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1973 |
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1974 |
]
|
| 1975 |
|
| 1976 |
[[package]]
|
1468 | 1977 |
name = "ryu"
|
1469 | |
version = "0.2.8"
|
1470 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1978 |
version = "1.0.0"
|
| 1979 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1980 |
|
| 1981 |
[[package]]
|
| 1982 |
name = "same-file"
|
| 1983 |
version = "1.0.5"
|
| 1984 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1985 |
dependencies = [
|
| 1986 |
"winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 1987 |
]
|
1471 | 1988 |
|
1472 | 1989 |
[[package]]
|
1473 | 1990 |
name = "scopeguard"
|
|
1475 | 1992 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1476 | 1993 |
|
1477 | 1994 |
[[package]]
|
| 1995 |
name = "scopeguard"
|
| 1996 |
version = "1.0.0"
|
| 1997 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1998 |
|
| 1999 |
[[package]]
|
1478 | 2000 |
name = "sdl2"
|
1479 | |
version = "0.31.0"
|
1480 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1481 | |
dependencies = [
|
1482 | |
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1483 | |
"lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
1484 | |
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2001 |
version = "0.32.2"
|
| 2002 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2003 |
dependencies = [
|
| 2004 |
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2005 |
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2006 |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
1485 | 2007 |
"num 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
1486 | |
"rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
1487 | |
"sdl2-sys 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2008 |
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2009 |
"sdl2-sys 0.32.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
1488 | 2010 |
]
|
1489 | 2011 |
|
1490 | 2012 |
[[package]]
|
1491 | 2013 |
name = "sdl2-sys"
|
1492 | |
version = "0.31.0"
|
1493 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1494 | |
dependencies = [
|
1495 | |
"cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2014 |
version = "0.32.6"
|
| 2015 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2016 |
dependencies = [
|
| 2017 |
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2018 |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
1496 | 2019 |
]
|
1497 | 2020 |
|
1498 | 2021 |
[[package]]
|
|
1501 | 2024 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1502 | 2025 |
dependencies = [
|
1503 | 2026 |
"semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2027 |
"serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
|
1504 | 2028 |
]
|
1505 | 2029 |
|
1506 | 2030 |
[[package]]
|
|
1510 | 2034 |
|
1511 | 2035 |
[[package]]
|
1512 | 2036 |
name = "serde"
|
1513 | |
version = "1.0.89"
|
| 2037 |
version = "1.0.99"
|
1514 | 2038 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1515 | 2039 |
|
1516 | 2040 |
[[package]]
|
1517 | 2041 |
name = "serde_derive"
|
1518 | |
version = "1.0.89"
|
1519 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1520 | |
dependencies = [
|
1521 | |
"proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
1522 | |
"quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
1523 | |
"syn 0.15.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2042 |
version = "1.0.99"
|
| 2043 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2044 |
dependencies = [
|
| 2045 |
"proc-macro2 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2046 |
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2047 |
"syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
1524 | 2048 |
]
|
1525 | 2049 |
|
1526 | 2050 |
[[package]]
|
1527 | 2051 |
name = "serde_json"
|
1528 | |
version = "1.0.39"
|
| 2052 |
version = "1.0.40"
|
1529 | 2053 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1530 | 2054 |
dependencies = [
|
1531 | 2055 |
"itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
1532 | |
"ryu 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
1533 | |
"serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2056 |
"ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2057 |
"serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
|
1534 | 2058 |
]
|
1535 | 2059 |
|
1536 | 2060 |
[[package]]
|
|
1539 | 2063 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1540 | 2064 |
|
1541 | 2065 |
[[package]]
|
1542 | |
name = "shell32-sys"
|
1543 | |
version = "0.1.2"
|
1544 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1545 | |
dependencies = [
|
1546 | |
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
1547 | |
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2066 |
name = "shared_library"
|
| 2067 |
version = "0.1.9"
|
| 2068 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2069 |
dependencies = [
|
| 2070 |
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2071 |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
1548 | 2072 |
]
|
1549 | 2073 |
|
1550 | 2074 |
[[package]]
|
1551 | 2075 |
name = "shred"
|
1552 | |
version = "0.7.1"
|
1553 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1554 | |
dependencies = [
|
1555 | |
"arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2076 |
version = "0.7.2"
|
| 2077 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2078 |
dependencies = [
|
| 2079 |
"arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
1556 | 2080 |
"fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1557 | 2081 |
"mopa 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1558 | |
"rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
1559 | |
"smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2082 |
"rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2083 |
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2084 |
]
|
| 2085 |
|
| 2086 |
[[package]]
|
| 2087 |
name = "shred"
|
| 2088 |
version = "0.9.2"
|
| 2089 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2090 |
dependencies = [
|
| 2091 |
"arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2092 |
"hashbrown 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2093 |
"mopa 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2094 |
"rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2095 |
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
1560 | 2096 |
]
|
1561 | 2097 |
|
1562 | 2098 |
[[package]]
|
|
1564 | 2100 |
version = "0.5.1"
|
1565 | 2101 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1566 | 2102 |
dependencies = [
|
1567 | |
"proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
1568 | |
"quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
1569 | |
"syn 0.15.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2103 |
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2104 |
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2105 |
"syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
1570 | 2106 |
]
|
1571 | 2107 |
|
1572 | 2108 |
[[package]]
|
|
1583 | 2119 |
]
|
1584 | 2120 |
|
1585 | 2121 |
[[package]]
|
| 2122 |
name = "skeptic"
|
| 2123 |
version = "0.13.4"
|
| 2124 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2125 |
dependencies = [
|
| 2126 |
"bytecount 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2127 |
"cargo_metadata 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2128 |
"error-chain 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2129 |
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2130 |
"pulldown-cmark 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2131 |
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2132 |
"tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2133 |
"walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2134 |
]
|
| 2135 |
|
| 2136 |
[[package]]
|
1586 | 2137 |
name = "slab"
|
1587 | 2138 |
version = "0.4.2"
|
1588 | 2139 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1589 | 2140 |
|
1590 | 2141 |
[[package]]
|
| 2142 |
name = "slice-deque"
|
| 2143 |
version = "0.2.4"
|
| 2144 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2145 |
dependencies = [
|
| 2146 |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2147 |
"mach 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2148 |
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2149 |
]
|
| 2150 |
|
| 2151 |
[[package]]
|
| 2152 |
name = "slotmap"
|
| 2153 |
version = "0.3.0"
|
| 2154 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2155 |
|
| 2156 |
[[package]]
|
1591 | 2157 |
name = "smallvec"
|
1592 | |
version = "0.6.9"
|
| 2158 |
version = "0.6.10"
|
1593 | 2159 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1594 | 2160 |
|
1595 | 2161 |
[[package]]
|
1596 | 2162 |
name = "smart-default"
|
1597 | |
version = "0.2.0"
|
1598 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1599 | |
dependencies = [
|
1600 | |
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
1601 | |
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2163 |
version = "0.5.2"
|
| 2164 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2165 |
dependencies = [
|
| 2166 |
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2167 |
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2168 |
"syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2169 |
]
|
| 2170 |
|
| 2171 |
[[package]]
|
| 2172 |
name = "smithay-client-toolkit"
|
| 2173 |
version = "0.4.6"
|
| 2174 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2175 |
dependencies = [
|
| 2176 |
"andrew 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2177 |
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2178 |
"dlib 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2179 |
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2180 |
"memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2181 |
"nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2182 |
"wayland-client 0.21.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2183 |
"wayland-commons 0.21.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2184 |
"wayland-protocols 0.21.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
1602 | 2185 |
]
|
1603 | 2186 |
|
1604 | 2187 |
[[package]]
|
|
1607 | 2190 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1608 | 2191 |
dependencies = [
|
1609 | 2192 |
"crossbeam 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1610 | |
"derivative 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2193 |
"derivative 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
1611 | 2194 |
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
1612 | 2195 |
"hibitset 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
1613 | |
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2196 |
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
1614 | 2197 |
"mopa 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1615 | 2198 |
"nonzero_signed 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
1616 | |
"rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
1617 | |
"shred 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2199 |
"rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2200 |
"shred 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1618 | 2201 |
"shred-derive 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1619 | 2202 |
"shrev 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1620 | 2203 |
"tuple_utils 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1621 | 2204 |
]
|
1622 | 2205 |
|
1623 | 2206 |
[[package]]
|
| 2207 |
name = "specs"
|
| 2208 |
version = "0.15.0"
|
| 2209 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2210 |
dependencies = [
|
| 2211 |
"crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2212 |
"derivative 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2213 |
"hashbrown 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2214 |
"hibitset 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2215 |
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2216 |
"mopa 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2217 |
"nonzero_signed 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2218 |
"rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2219 |
"shred 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2220 |
"shrev 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2221 |
"tuple_utils 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2222 |
]
|
| 2223 |
|
| 2224 |
[[package]]
|
1624 | 2225 |
name = "specs-derive"
|
1625 | 2226 |
version = "0.4.0"
|
1626 | 2227 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1627 | 2228 |
dependencies = [
|
1628 | |
"proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
1629 | |
"quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
1630 | |
"syn 0.15.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2229 |
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2230 |
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2231 |
"syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
1631 | 2232 |
]
|
1632 | 2233 |
|
1633 | 2234 |
[[package]]
|
|
1636 | 2237 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1637 | 2238 |
dependencies = [
|
1638 | 2239 |
"hibitset 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
1639 | |
"shred 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2240 |
"shred 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1640 | 2241 |
"shred-derive 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1641 | 2242 |
"shrev 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1642 | 2243 |
"specs 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
1644 | 2245 |
|
1645 | 2246 |
[[package]]
|
1646 | 2247 |
name = "specs-physics"
|
1647 | |
version = "0.2.1"
|
1648 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1649 | |
dependencies = [
|
1650 | |
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
1651 | |
"nalgebra 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1652 | |
"ncollide3d 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2248 |
version = "0.3.0"
|
| 2249 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2250 |
dependencies = [
|
| 2251 |
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2252 |
"nalgebra 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2253 |
"ncollide3d 0.19.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1653 | 2254 |
"nphysics3d 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1654 | 2255 |
"shrev 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1655 | 2256 |
"specs 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
1666 | 2267 |
version = "0.2.6"
|
1667 | 2268 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1668 | 2269 |
dependencies = [
|
1669 | |
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2270 |
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1670 | 2271 |
]
|
1671 | 2272 |
|
1672 | 2273 |
[[package]]
|
|
1676 | 2277 |
|
1677 | 2278 |
[[package]]
|
1678 | 2279 |
name = "stdweb"
|
1679 | |
version = "0.4.17"
|
| 2280 |
version = "0.4.18"
|
1680 | 2281 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1681 | 2282 |
dependencies = [
|
1682 | 2283 |
"discard 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
1683 | 2284 |
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
1684 | |
"serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
1685 | |
"serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2285 |
"serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2286 |
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
1686 | 2287 |
"stdweb-derive 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1687 | 2288 |
"stdweb-internal-macros 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
1688 | 2289 |
"stdweb-internal-runtime 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
1689 | |
"wasm-bindgen 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2290 |
"wasm-bindgen 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
1690 | 2291 |
]
|
1691 | 2292 |
|
1692 | 2293 |
[[package]]
|
|
1694 | 2295 |
version = "0.5.1"
|
1695 | 2296 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1696 | 2297 |
dependencies = [
|
1697 | |
"proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
1698 | |
"quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
1699 | |
"serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
1700 | |
"serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
1701 | |
"syn 0.15.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2298 |
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2299 |
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2300 |
"serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2301 |
"serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2302 |
"syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
1702 | 2303 |
]
|
1703 | 2304 |
|
1704 | 2305 |
[[package]]
|
|
1707 | 2308 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1708 | 2309 |
dependencies = [
|
1709 | 2310 |
"base-x 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
1710 | |
"proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
1711 | |
"quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
1712 | |
"serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
1713 | |
"serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
1714 | |
"serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2311 |
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2312 |
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2313 |
"serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2314 |
"serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2315 |
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
1715 | 2316 |
"sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1716 | |
"syn 0.15.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2317 |
"syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
1717 | 2318 |
]
|
1718 | 2319 |
|
1719 | 2320 |
[[package]]
|
|
1723 | 2324 |
|
1724 | 2325 |
[[package]]
|
1725 | 2326 |
name = "strsim"
|
1726 | |
version = "0.7.0"
|
| 2327 |
version = "0.8.0"
|
1727 | 2328 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1728 | 2329 |
|
1729 | 2330 |
[[package]]
|
1730 | 2331 |
name = "syn"
|
1731 | |
version = "0.11.11"
|
1732 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1733 | |
dependencies = [
|
1734 | |
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
1735 | |
"synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
1736 | |
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2332 |
version = "0.15.44"
|
| 2333 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2334 |
dependencies = [
|
| 2335 |
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2336 |
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2337 |
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1737 | 2338 |
]
|
1738 | 2339 |
|
1739 | 2340 |
[[package]]
|
1740 | 2341 |
name = "syn"
|
1741 | |
version = "0.15.29"
|
1742 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1743 | |
dependencies = [
|
1744 | |
"proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
1745 | |
"quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2342 |
version = "1.0.5"
|
| 2343 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2344 |
dependencies = [
|
| 2345 |
"proc-macro2 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2346 |
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2347 |
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2348 |
]
|
| 2349 |
|
| 2350 |
[[package]]
|
| 2351 |
name = "synstructure"
|
| 2352 |
version = "0.10.2"
|
| 2353 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2354 |
dependencies = [
|
| 2355 |
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2356 |
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2357 |
"syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
1746 | 2358 |
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1747 | 2359 |
]
|
1748 | 2360 |
|
1749 | 2361 |
[[package]]
|
1750 | |
name = "synom"
|
1751 | |
version = "0.11.3"
|
1752 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1753 | |
dependencies = [
|
1754 | |
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
1755 | |
]
|
1756 | |
|
1757 | |
[[package]]
|
1758 | |
name = "termion"
|
1759 | |
version = "1.5.1"
|
1760 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1761 | |
dependencies = [
|
1762 | |
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
1763 | |
"redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
1764 | |
"redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2362 |
name = "tempdir"
|
| 2363 |
version = "0.3.7"
|
| 2364 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2365 |
dependencies = [
|
| 2366 |
"rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2367 |
"remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1765 | 2368 |
]
|
1766 | 2369 |
|
1767 | 2370 |
[[package]]
|
1768 | 2371 |
name = "textwrap"
|
1769 | |
version = "0.10.0"
|
1770 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1771 | |
dependencies = [
|
1772 | |
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2372 |
version = "0.11.0"
|
| 2373 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2374 |
dependencies = [
|
| 2375 |
"unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
1773 | 2376 |
]
|
1774 | 2377 |
|
1775 | 2378 |
[[package]]
|
|
1777 | 2380 |
version = "0.3.6"
|
1778 | 2381 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1779 | 2382 |
dependencies = [
|
1780 | |
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2383 |
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2384 |
]
|
| 2385 |
|
| 2386 |
[[package]]
|
| 2387 |
name = "tiff"
|
| 2388 |
version = "0.3.1"
|
| 2389 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2390 |
dependencies = [
|
| 2391 |
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2392 |
"lzw 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2393 |
"num-derive 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2394 |
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
1781 | 2395 |
]
|
1782 | 2396 |
|
1783 | 2397 |
[[package]]
|
|
1786 | 2400 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1787 | 2401 |
dependencies = [
|
1788 | 2402 |
"base64 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1789 | |
"flate2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2403 |
"flate2 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
1790 | 2404 |
"xml-rs 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
1791 | 2405 |
]
|
1792 | 2406 |
|
|
1795 | 2409 |
version = "0.1.42"
|
1796 | 2410 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1797 | 2411 |
dependencies = [
|
1798 | |
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
1799 | |
"redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
1800 | |
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2412 |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2413 |
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2414 |
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
1801 | 2415 |
]
|
1802 | 2416 |
|
1803 | 2417 |
[[package]]
|
1804 | 2418 |
name = "toml"
|
1805 | |
version = "0.4.10"
|
1806 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1807 | |
dependencies = [
|
1808 | |
"serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2419 |
version = "0.5.3"
|
| 2420 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2421 |
dependencies = [
|
| 2422 |
"serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
|
1809 | 2423 |
]
|
1810 | 2424 |
|
1811 | 2425 |
[[package]]
|
|
1814 | 2428 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1815 | 2429 |
|
1816 | 2430 |
[[package]]
|
| 2431 |
name = "tuple_utils"
|
| 2432 |
version = "0.3.0"
|
| 2433 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2434 |
|
| 2435 |
[[package]]
|
1817 | 2436 |
name = "twox-hash"
|
1818 | |
version = "1.1.2"
|
1819 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1820 | |
dependencies = [
|
1821 | |
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2437 |
version = "1.5.0"
|
| 2438 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2439 |
dependencies = [
|
| 2440 |
"rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1822 | 2441 |
]
|
1823 | 2442 |
|
1824 | 2443 |
[[package]]
|
1825 | 2444 |
name = "typenum"
|
1826 | |
version = "1.10.0"
|
| 2445 |
version = "1.11.2"
|
1827 | 2446 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1828 | 2447 |
|
1829 | 2448 |
[[package]]
|
1830 | 2449 |
name = "ucd-util"
|
1831 | |
version = "0.1.3"
|
1832 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1833 | |
|
1834 | |
[[package]]
|
1835 | |
name = "unicode-normalization"
|
1836 | |
version = "0.1.8"
|
1837 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1838 | |
dependencies = [
|
1839 | |
"smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
1840 | |
]
|
| 2450 |
version = "0.1.5"
|
| 2451 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1841 | 2452 |
|
1842 | 2453 |
[[package]]
|
1843 | 2454 |
name = "unicode-width"
|
1844 | |
version = "0.1.5"
|
1845 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1846 | |
|
1847 | |
[[package]]
|
1848 | |
name = "unicode-xid"
|
1849 | |
version = "0.0.4"
|
| 2455 |
version = "0.1.6"
|
1850 | 2456 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1851 | 2457 |
|
1852 | 2458 |
[[package]]
|
|
1855 | 2461 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1856 | 2462 |
|
1857 | 2463 |
[[package]]
|
1858 | |
name = "unreachable"
|
1859 | |
version = "1.0.0"
|
1860 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1861 | |
dependencies = [
|
1862 | |
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1863 | |
]
|
| 2464 |
name = "unicode-xid"
|
| 2465 |
version = "0.2.0"
|
| 2466 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1864 | 2467 |
|
1865 | 2468 |
[[package]]
|
1866 | 2469 |
name = "utf8-ranges"
|
1867 | |
version = "1.0.2"
|
| 2470 |
version = "1.0.4"
|
| 2471 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2472 |
|
| 2473 |
[[package]]
|
| 2474 |
name = "uuid"
|
| 2475 |
version = "0.7.4"
|
1868 | 2476 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1869 | 2477 |
|
1870 | 2478 |
[[package]]
|
|
1873 | 2481 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1874 | 2482 |
|
1875 | 2483 |
[[package]]
|
| 2484 |
name = "version_check"
|
| 2485 |
version = "0.1.5"
|
| 2486 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2487 |
|
| 2488 |
[[package]]
|
1876 | 2489 |
name = "void"
|
1877 | 2490 |
version = "1.0.2"
|
1878 | 2491 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1879 | 2492 |
|
1880 | 2493 |
[[package]]
|
| 2494 |
name = "walkdir"
|
| 2495 |
version = "2.2.9"
|
| 2496 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2497 |
dependencies = [
|
| 2498 |
"same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2499 |
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2500 |
"winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2501 |
]
|
| 2502 |
|
| 2503 |
[[package]]
|
| 2504 |
name = "wasi"
|
| 2505 |
version = "0.5.0"
|
| 2506 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2507 |
|
| 2508 |
[[package]]
|
1881 | 2509 |
name = "wasm-bindgen"
|
1882 | |
version = "0.2.45"
|
1883 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1884 | |
dependencies = [
|
1885 | |
"wasm-bindgen-macro 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2510 |
version = "0.2.50"
|
| 2511 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2512 |
dependencies = [
|
| 2513 |
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2514 |
"wasm-bindgen-macro 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
1886 | 2515 |
]
|
1887 | 2516 |
|
1888 | 2517 |
[[package]]
|
1889 | 2518 |
name = "wasm-bindgen-backend"
|
1890 | |
version = "0.2.45"
|
1891 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1892 | |
dependencies = [
|
1893 | |
"bumpalo 2.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
1894 | |
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1895 | |
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
1896 | |
"proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
1897 | |
"quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
1898 | |
"syn 0.15.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
1899 | |
"wasm-bindgen-shared 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2519 |
version = "0.2.50"
|
| 2520 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2521 |
dependencies = [
|
| 2522 |
"bumpalo 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2523 |
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2524 |
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2525 |
"proc-macro2 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2526 |
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2527 |
"syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2528 |
"wasm-bindgen-shared 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
1900 | 2529 |
]
|
1901 | 2530 |
|
1902 | 2531 |
[[package]]
|
1903 | 2532 |
name = "wasm-bindgen-macro"
|
1904 | |
version = "0.2.45"
|
1905 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1906 | |
dependencies = [
|
1907 | |
"quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
1908 | |
"wasm-bindgen-macro-support 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2533 |
version = "0.2.50"
|
| 2534 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2535 |
dependencies = [
|
| 2536 |
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2537 |
"wasm-bindgen-macro-support 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
1909 | 2538 |
]
|
1910 | 2539 |
|
1911 | 2540 |
[[package]]
|
1912 | 2541 |
name = "wasm-bindgen-macro-support"
|
1913 | |
version = "0.2.45"
|
1914 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1915 | |
dependencies = [
|
1916 | |
"proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
1917 | |
"quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
1918 | |
"syn 0.15.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
1919 | |
"wasm-bindgen-backend 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
|
1920 | |
"wasm-bindgen-shared 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2542 |
version = "0.2.50"
|
| 2543 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2544 |
dependencies = [
|
| 2545 |
"proc-macro2 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2546 |
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2547 |
"syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2548 |
"wasm-bindgen-backend 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2549 |
"wasm-bindgen-shared 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
1921 | 2550 |
]
|
1922 | 2551 |
|
1923 | 2552 |
[[package]]
|
1924 | 2553 |
name = "wasm-bindgen-shared"
|
1925 | |
version = "0.2.45"
|
1926 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2554 |
version = "0.2.50"
|
| 2555 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2556 |
|
| 2557 |
[[package]]
|
| 2558 |
name = "wayland-client"
|
| 2559 |
version = "0.21.13"
|
| 2560 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2561 |
dependencies = [
|
| 2562 |
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2563 |
"downcast-rs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2564 |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2565 |
"nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2566 |
"wayland-commons 0.21.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2567 |
"wayland-scanner 0.21.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2568 |
"wayland-sys 0.21.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2569 |
]
|
| 2570 |
|
| 2571 |
[[package]]
|
| 2572 |
name = "wayland-commons"
|
| 2573 |
version = "0.21.13"
|
| 2574 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2575 |
dependencies = [
|
| 2576 |
"nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2577 |
"wayland-sys 0.21.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2578 |
]
|
| 2579 |
|
| 2580 |
[[package]]
|
| 2581 |
name = "wayland-protocols"
|
| 2582 |
version = "0.21.13"
|
| 2583 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2584 |
dependencies = [
|
| 2585 |
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2586 |
"wayland-client 0.21.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2587 |
"wayland-commons 0.21.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2588 |
"wayland-scanner 0.21.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2589 |
"wayland-sys 0.21.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2590 |
]
|
| 2591 |
|
| 2592 |
[[package]]
|
| 2593 |
name = "wayland-scanner"
|
| 2594 |
version = "0.21.13"
|
| 2595 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2596 |
dependencies = [
|
| 2597 |
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2598 |
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2599 |
"xml-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2600 |
]
|
| 2601 |
|
| 2602 |
[[package]]
|
| 2603 |
name = "wayland-sys"
|
| 2604 |
version = "0.21.13"
|
| 2605 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2606 |
dependencies = [
|
| 2607 |
"dlib 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2608 |
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2609 |
]
|
1927 | 2610 |
|
1928 | 2611 |
[[package]]
|
1929 | 2612 |
name = "wenaglia"
|
1930 | 2613 |
version = "0.1.0"
|
1931 | 2614 |
dependencies = [
|
1932 | |
"ggez 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2615 |
"ggez 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1933 | 2616 |
"itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1934 | |
"nalgebra 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1935 | |
"ncollide2d 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1936 | |
"sdl2 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1937 | |
"specs 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2617 |
"mint 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2618 |
"nalgebra 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2619 |
"ncollide2d 0.20.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2620 |
"sdl2 0.32.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2621 |
"specs 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1938 | 2622 |
"specs-derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1939 | |
"specs-physics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2623 |
"specs-physics 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1940 | 2624 |
"tiled 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2625 |
"winit 0.19.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
1941 | 2626 |
]
|
1942 | 2627 |
|
1943 | 2628 |
[[package]]
|
|
1945 | 2630 |
version = "1.0.5"
|
1946 | 2631 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1947 | 2632 |
dependencies = [
|
1948 | |
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2633 |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
1949 | 2634 |
]
|
1950 | 2635 |
|
1951 | 2636 |
[[package]]
|
|
1955 | 2640 |
|
1956 | 2641 |
[[package]]
|
1957 | 2642 |
name = "winapi"
|
1958 | |
version = "0.3.6"
|
| 2643 |
version = "0.3.8"
|
1959 | 2644 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1960 | 2645 |
dependencies = [
|
1961 | 2646 |
"winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
1973 | 2658 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1974 | 2659 |
|
1975 | 2660 |
[[package]]
|
| 2661 |
name = "winapi-util"
|
| 2662 |
version = "0.1.2"
|
| 2663 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2664 |
dependencies = [
|
| 2665 |
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2666 |
]
|
| 2667 |
|
| 2668 |
[[package]]
|
1976 | 2669 |
name = "winapi-x86_64-pc-windows-gnu"
|
1977 | 2670 |
version = "0.4.0"
|
1978 | 2671 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1979 | 2672 |
|
1980 | 2673 |
[[package]]
|
| 2674 |
name = "winit"
|
| 2675 |
version = "0.19.3"
|
| 2676 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2677 |
dependencies = [
|
| 2678 |
"android_glue 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2679 |
"backtrace 0.3.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2680 |
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2681 |
"cocoa 0.18.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2682 |
"core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2683 |
"core-graphics 0.17.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2684 |
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2685 |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2686 |
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2687 |
"objc 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2688 |
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2689 |
"percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2690 |
"smithay-client-toolkit 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2691 |
"wayland-client 0.21.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2692 |
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2693 |
"x11-dl 2.18.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2694 |
]
|
| 2695 |
|
| 2696 |
[[package]]
|
| 2697 |
name = "x11-dl"
|
| 2698 |
version = "2.18.4"
|
| 2699 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2700 |
dependencies = [
|
| 2701 |
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2702 |
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2703 |
"maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2704 |
"pkg-config 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2705 |
]
|
| 2706 |
|
| 2707 |
[[package]]
|
1981 | 2708 |
name = "xdg"
|
1982 | 2709 |
version = "2.2.0"
|
1983 | 2710 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1984 | 2711 |
|
1985 | 2712 |
[[package]]
|
1986 | 2713 |
name = "xi-unicode"
|
1987 | |
version = "0.1.0"
|
| 2714 |
version = "0.2.0"
|
1988 | 2715 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1989 | 2716 |
|
1990 | 2717 |
[[package]]
|
|
1997 | 2724 |
|
1998 | 2725 |
[[package]]
|
1999 | 2726 |
name = "xml-rs"
|
2000 | |
version = "0.7.0"
|
2001 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2002 | |
dependencies = [
|
2003 | |
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2004 | |
]
|
| 2727 |
version = "0.8.0"
|
| 2728 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2005 | 2729 |
|
2006 | 2730 |
[[package]]
|
2007 | 2731 |
name = "zip"
|
2008 | |
version = "0.3.3"
|
| 2732 |
version = "0.5.3"
|
2009 | 2733 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2010 | 2734 |
dependencies = [
|
2011 | 2735 |
"bzip2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2012 | |
"msdos_time 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 2736 |
"crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2013 | 2737 |
"podio 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014 | |
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015 | 2738 |
]
|
2016 | 2739 |
|
2017 | 2740 |
[metadata]
|
2018 | 2741 |
"checksum adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7e522997b529f05601e05166c07ed17789691f562762c7f3b987263d2dedee5c"
|
2019 | 2742 |
"checksum aho-corasick 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "81ce3d38065e618af2d7b77e10c5ad9a069859b4be3c2250f674af3840d9c8a5"
|
2020 | |
"checksum alga 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "88c4144cd393075e782c633b4f9c5dea4811aed18ed59f518ae2ca2b553e3d09"
|
2021 | |
"checksum alga 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a033171acc255e6d0c6490e701097632377c2435fdf084a2a4c0cbeb9e1395ac"
|
| 2743 |
"checksum alga 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d708cb68c7106ed1844de68f50f0157a7788c2909a6926fad5a87546ef6a4ff8"
|
2022 | 2744 |
"checksum alsa-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b0edcbbf9ef68f15ae1b620f722180b82a98b6f0628d30baa6b8d2a5abc87d58"
|
| 2745 |
"checksum andrew 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9b7f09f89872c2b6b29e319377b1fbe91c6f5947df19a25596e121cf19a7b35e"
|
| 2746 |
"checksum android_glue 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "000444226fcff248f2bc4c7625be32c63caccfecc2723a2b9f78a7487a49c407"
|
2023 | 2747 |
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
2024 | |
"checksum app_dirs2 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0aa02944d8a100b79057d1619032b1ad39de5eed6567cdeccbd53908b326e082"
|
2025 | |
"checksum approx 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08abcc3b4e9339e33a3d0a5ed15d84a687350c05689d825e0f6655eef9e76a94"
|
2026 | 2748 |
"checksum approx 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f0e60b75072ecd4168020818c0107f2857bb6c4e64252d8d3983f6263b40a5c3"
|
2027 | |
"checksum arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "92c7fb76bc8826a8b33b4ee5bb07a247a81e76764ab4d55e8f73e3a4d8808c71"
|
| 2749 |
"checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee"
|
| 2750 |
"checksum arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b8d73f9beda665eaa98ab9e4f7442bd4e7de6652587de55b2525e52e29c1b0ba"
|
2028 | 2751 |
"checksum atom 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3c86699c3f02778ec07158376991c8f783dd1f2f95c579ffaf0738dc984b2fe2"
|
2029 | |
"checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652"
|
2030 | |
"checksum autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a6d640bee2da49f60a4068a7fae53acde8982514ab7bae8b8cea9e88cbcfd799"
|
2031 | |
"checksum backtrace 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "cd5a90e2b463010cd0e0ce9a11d4a9d5d58d9f41d4a6ba3dcaf9e68b466e88b4"
|
2032 | |
"checksum backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "797c830ac25ccc92a7f8a7b9862bde440715531514594a6154e3d4a54dd769b6"
|
| 2752 |
"checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90"
|
| 2753 |
"checksum autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "b671c8fb71b457dd4ae18c4ba1e59aa81793daacc361d82fcd410cef0d491875"
|
| 2754 |
"checksum backtrace 0.3.36 (registry+https://github.com/rust-lang/crates.io-index)" = "e43b13e6ad6177777669f60f642e26307b44676392fae3610676edb54073681d"
|
| 2755 |
"checksum backtrace-sys 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)" = "82a830b4ef2d1124a711c71d263c5abdc710ef8e907bd508c88be475cebc422b"
|
2033 | 2756 |
"checksum base-x 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "76f4eae81729e69bb1819a26c6caac956cc429238388091f98cb6cd858f16443"
|
| 2757 |
"checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
|
2034 | 2758 |
"checksum base64 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "30e93c03064e7590d0466209155251b90c22e37fab1daf2771582598b5827557"
|
2035 | 2759 |
"checksum bindgen 0.32.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8b242e11a8f446f5fc7b76b37e81d737cabca562a927bd33766dac55b5f1177f"
|
2036 | 2760 |
"checksum bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d"
|
2037 | |
"checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12"
|
2038 | |
"checksum build_const 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "39092a32794787acd8525ee150305ff051b0aa6cc2abaf193924f5ab05425f39"
|
2039 | |
"checksum bumpalo 2.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "84dca3afd8e01b9526818b7963e5b4916063b3cdf9f10cf6b73ef0bd0ec37aa5"
|
2040 | |
"checksum byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a019b10a2a7cdeb292db131fc8113e57ea2a908f6e7894b0c3c671893b65dbeb"
|
| 2761 |
"checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd"
|
| 2762 |
"checksum blake2b_simd 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)" = "bf775a81bb2d464e20ff170ac20316c7b08a43d11dbc72f0f82e8e8d3d6d0499"
|
| 2763 |
"checksum block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
|
| 2764 |
"checksum bumpalo 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ad807f2fc2bf185eeb98ff3a901bd46dc5ad58163d0fa4577ba0d25674d71708"
|
| 2765 |
"checksum bytecount 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b92204551573580e078dc80017f36a213eb77a0450e4ddd8cfa0f3f2d1f0178f"
|
| 2766 |
"checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
|
2041 | 2767 |
"checksum bzip2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "42b7c3cbf0fa9c1b82308d57191728ca0256cb821220f4e2fd410a72ade26e3b"
|
2042 | 2768 |
"checksum bzip2-sys 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6584aa36f5ad4c9247f5323b0a42f37802b37a836f0ad87084d7a33961abe25f"
|
2043 | |
"checksum cc 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)" = "c9ce8bb087aacff865633f0bd5aeaed910fe2fe55b55f4739527f2e023a2e53d"
|
| 2769 |
"checksum c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7d64d04786e0f528460fc884753cf8dddcc466be308f6026f8e355c41a0e4101"
|
| 2770 |
"checksum cargo_metadata 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "e5d1b4d380e1bab994591a24c2bdd1b054f64b60bef483a8c598c7c345bc3bbe"
|
| 2771 |
"checksum cc 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)" = "8dae9c4b8fedcae85592ba623c4fd08cfdab3e3b72d6df780c6ead964a69bfff"
|
2044 | 2772 |
"checksum cexpr 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "42aac45e9567d97474a834efdee3081b3c942b2205be932092f53354ce503d6c"
|
2045 | |
"checksum cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "11d43355396e872eefb45ce6342e4374ed7bc2b3a502d1b28e36d6e23c05d1f4"
|
2046 | |
"checksum cgmath 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "87f025a17ad3f30d49015c787903976d5f9cd6115ece1eb7f4d6ffe06b8c4080"
|
| 2773 |
"checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33"
|
| 2774 |
"checksum cgl 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "55e7ec0b74fe5897894cbc207092c577e87c52f8a59e8ca8d97ef37551f60a49"
|
2047 | 2775 |
"checksum clang-sys 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e414af9726e1d11660801e73ccc7fb81803fb5f49e5903a25b348b2b3b480d2e"
|
2048 | |
"checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e"
|
2049 | |
"checksum claxon 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "edfb6f5cce958c2741cae6774c8eb671c9caa8d079b6b7ab94d9fff895f6a3ac"
|
| 2776 |
"checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
|
| 2777 |
"checksum claxon 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f86c952727a495bda7abaf09bafdee1a939194dd793d9a8e26281df55ac43b00"
|
2050 | 2778 |
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
| 2779 |
"checksum cocoa 0.18.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cf79daa4e11e5def06e55306aa3601b87de6b5149671529318da048f67cdd77b"
|
2051 | 2780 |
"checksum color_quant 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0dbbb57365263e881e805dc77d94697c9118fd94d8da011240555aa7b23445bd"
|
| 2781 |
"checksum constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "995a44c877f9212528ccc74b21a232f66ad69001e40ede5bcee2ac9ef2657120"
|
| 2782 |
"checksum core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "25b9e03f145fd4f2bf705e07b900cd41fc636598fe5dc452fd0db1441c3f496d"
|
2052 | 2783 |
"checksum core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "716c271e8613ace48344f723b60b900a93150271e5be206212d052bbc0883efa"
|
| 2784 |
"checksum core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b"
|
| 2785 |
"checksum core-graphics 0.17.3 (registry+https://github.com/rust-lang/crates.io-index)" = "56790968ab1c8a1202a102e6de05fc6e1ec87da99e4e93e9a7d13efbfc1e95a9"
|
2053 | 2786 |
"checksum coreaudio-rs 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f229761965dad3e9b11081668a6ea00f1def7aa46062321b5ec245b834f6e491"
|
2054 | 2787 |
"checksum coreaudio-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "78fdbabf58d5b1f461e31b94a571c109284f384cec619a3d96e66ec55b4de82b"
|
2055 | 2788 |
"checksum cpal 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d58ae1ed6536b1b233f5e3aeb6997a046ddb4d05e3f61701b58a92eb254a829e"
|
2056 | |
"checksum crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d663548de7f5cca343f1e0a48d14dcfb0e9eb4e079ec58883b7251539fa10aeb"
|
2057 | 2789 |
"checksum crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
|
2058 | 2790 |
"checksum crossbeam 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d7408247b1b87f480890f28b670c5f8d9a8a4274833433fe74dc0dfd46d33650"
|
2059 | 2791 |
"checksum crossbeam-channel 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7b85741761b7f160bc5e7e0c14986ef685b7f8bf9b7ad081c60c604bb4649827"
|
2060 | |
"checksum crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f739f8c5363aca78cfb059edf753d8f0d36908c348f3d8d1503f03d8b75d9cf3"
|
2061 | 2792 |
"checksum crossbeam-deque 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7792c4a9b5a4222f654e3728a3dd945aacc24d2c3a1a096ed265d80e4929cb9a"
|
2062 | |
"checksum crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "927121f5407de9956180ff5e936fe3cf4324279280001cd56b669d28ee7e9150"
|
| 2793 |
"checksum crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b18cd2e169ad86297e6bc0ad9aa679aee9daa4f19e8163860faf7c164e4f5a71"
|
2063 | 2794 |
"checksum crossbeam-epoch 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "30fecfcac6abfef8771151f8be4abc9e4edc112c2bcb233314cafde2680536e9"
|
2064 | 2795 |
"checksum crossbeam-epoch 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2449aaa4ec7ef96e5fb24db16024b935df718e9ae1cec0a1e68feeca2efca7b8"
|
2065 | |
"checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9"
|
| 2796 |
"checksum crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fedcd6772e37f3da2a9af9bf12ebe046c0dfe657992377b4df982a2b54cd37a9"
|
| 2797 |
"checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b"
|
2066 | 2798 |
"checksum crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "677d453a17e8bd2b913fa38e8b9cf04bcdbb5be790aa294f2389661d72036015"
|
2067 | |
"checksum crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f8306fcef4a7b563b76b7dd949ca48f52bc1141aa067d2ea09565f3e2652aa5c"
|
2068 | |
"checksum deflate 0.7.19 (registry+https://github.com/rust-lang/crates.io-index)" = "8a6abb26e16e8d419b5c78662aa9f82857c2386a073da266840e474d5055ec86"
|
2069 | |
"checksum derivative 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6073e9676dbebdddeabaeb63e3b7cefd23c86f5c41d381ee1237cc77b1079898"
|
| 2799 |
"checksum crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6"
|
| 2800 |
"checksum deflate 0.7.20 (registry+https://github.com/rust-lang/crates.io-index)" = "707b6a7b384888a70c8d2e8650b3e60170dfc6a67bb4aa67b6dfca57af4bedb4"
|
| 2801 |
"checksum derivative 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "942ca430eef7a3806595a6737bc388bf51adb888d3fc0dd1b50f1c170167ee3a"
|
| 2802 |
"checksum directories 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "551a778172a450d7fc12e629ca3b0428d00f6afa9a43da1b630d54604e97371c"
|
| 2803 |
"checksum dirs-sys 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "afa0b23de8fd801745c471deffa6e12d248f962c9fd4b4c33787b055599bde7b"
|
2070 | 2804 |
"checksum discard 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
|
2071 | |
"checksum downcast-rs 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "18df8ce4470c189d18aa926022da57544f31e154631eb4cfe796aea97051fe6c"
|
| 2805 |
"checksum dlib 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "77e51249a9d823a4cb79e3eca6dcd756153e8ed0157b6c04775d04bf1b13b76a"
|
| 2806 |
"checksum downcast-rs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f2b92dfd5c2f75260cbf750572f95d387e7ca0ba5e3fbe9e1a33f23025be020f"
|
2072 | 2807 |
"checksum draw_state 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "33cf9537e2d06891448799b96d5a8c8083e0e90522a7fdabe6ebf4f41d79d651"
|
2073 | |
"checksum either 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c67353c641dc847124ea1902d69bd753dee9bb3beff9aa3662ecf86c971d1fac"
|
| 2808 |
"checksum either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5527cfe0d098f36e3f8839852688e63c8fff1c90b2b405aef730615f9a7bcf7b"
|
2074 | 2809 |
"checksum env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3ddf21e73e016298f5cb37d6ef8e8da8e39f91f9ec8b0df44b7deb16a9f8cd5b"
|
2075 | |
"checksum euclid 0.17.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c95fd0d455f114291a3109286bd387bd423770058474a2d3f38b712cd661df60"
|
| 2810 |
"checksum error-chain 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3ab49e9dcb602294bc42f9a7dfc9bc6e936fca4418ea300dbfb84fe16de0b7d9"
|
| 2811 |
"checksum euclid 0.19.9 (registry+https://github.com/rust-lang/crates.io-index)" = "596b99621b9477e7a5f94d2d8dd13a9c5c302ac358b822c67a42b6f1054450e1"
|
| 2812 |
"checksum euclid_macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fdcb84c18ea5037a1c5a23039b4ff29403abce2e0d6b1daa11cf0bde2b30be15"
|
| 2813 |
"checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2"
|
| 2814 |
"checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1"
|
2076 | 2815 |
"checksum fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33"
|
2077 | |
"checksum flate2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2291c165c8e703ee54ef3055ad6188e3d51108e2ded18e9f2476e774fc5ad3d4"
|
| 2816 |
"checksum flate2 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)" = "2adaffba6388640136149e18ed080b77a78611c1e1d6de75aedcdf78df5d4682"
|
2078 | 2817 |
"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
|
| 2818 |
"checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
| 2819 |
"checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
2079 | 2820 |
"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
2080 | 2821 |
"checksum fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
2081 | |
"checksum generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c0f28c2f5bfb5960175af447a2da7c18900693738343dc896ffbcabd9839592"
|
2082 | |
"checksum generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)" = "fceb69994e330afed50c93524be68c42fa898c2d9fd4ee8da03bd7363acd26f2"
|
2083 | |
"checksum gfx 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7d7ce0c1f747245342a73453fdb098ea0764c430421fbc4d98cdc8ef8ede4834"
|
2084 | |
"checksum gfx_core 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c74932837e61f20956c3da1a47471513707dde300274812bba94373ab51830ae"
|
2085 | |
"checksum gfx_device_gl 0.15.5 (registry+https://github.com/rust-lang/crates.io-index)" = "def9cc76ab9ae3187a1ef5edb16c263fa7d713319ffa1d46e00c9d348081a982"
|
2086 | |
"checksum gfx_gl 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3e8a920f8f6c1025a7ddf9dd25502bf059506fd3cd765dfbe8dba0b56b7eeecb"
|
2087 | |
"checksum gfx_glyph 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e5df0f26def7ce25e120c4c7e03b610fb479d44b984fcc19207ff8dff213c6a9"
|
2088 | |
"checksum gfx_window_sdl 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f0d36e50e6620804c7613d1fd95f816b4f1c6e0ece0ccb8b155016a9404344f1"
|
2089 | |
"checksum ggez 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "51c1ba59ec402c1fab55e59d9b715032a6c5e9385be3edf9628a128fad0af68a"
|
2090 | |
"checksum gif 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4bca55ac1f213920ce3527ccd62386f1f15fa3f1714aeee1cf93f2c416903f"
|
2091 | |
"checksum gl_generator 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a795170cbd85b5a7baa58d6d7525cae6a03e486859860c220f7ebbbdd379d0a"
|
| 2822 |
"checksum generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
|
| 2823 |
"checksum getrandom 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "fc344b02d3868feb131e8b5fe2b9b0a1cc42942679af493061fc13b853243872"
|
| 2824 |
"checksum gfx 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)" = "619e38a31e275efaf92c6a94f977db8aac396e3cb6998c176cfde32ce3239b69"
|
| 2825 |
"checksum gfx_core 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4e1127b02a9d4fcc880091d8a0f4419efd598de4f1649edcd005c76e5792176f"
|
| 2826 |
"checksum gfx_device_gl 0.16.2 (registry+https://github.com/rust-lang/crates.io-index)" = "109c385fa380c18888633aa27d1e16cbae518469702a2f69dcb5f52d5378bebc"
|
| 2827 |
"checksum gfx_gl 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8525888d909a6424b04f9136976f07a85fc1f3704555c1a73897e258326c8319"
|
| 2828 |
"checksum gfx_window_glutin 0.30.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f415d3534e6ea92f3ded1683e9e00592a76e2e67050e33244bb507719a211eb2"
|
| 2829 |
"checksum ggez 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2a76347431050a0b4e1a925124cdcde614b628260093bb52560d9c6b48435336"
|
| 2830 |
"checksum gif 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "86c2f2b597d6e05c86ee5947b2223bda468fe8dad3e88e2a6520869322aaf568"
|
| 2831 |
"checksum gilrs 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9503fe06267c0431a31afc20f77b48b95cae5da5b000aa322e3aacdf1399ffd1"
|
| 2832 |
"checksum gilrs-core 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b68678212d13c54129bdc047bfbf1f4134d04f0bfb467bec35b8d9640aff4650"
|
| 2833 |
"checksum gl_generator 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "39a23d5e872a275135d66895d954269cf5e8661d234eb1c2480f4ce0d586acbd"
|
| 2834 |
"checksum gl_generator 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ca98bbde17256e02d17336a6bdb5a50f7d0ccacee502e191d3e3d0ec2f96f84a"
|
| 2835 |
"checksum gleam 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)" = "cae10d7c99d0e77b4766e850a60898a17c1abaf01075531f1066f03dc7dc5fc5"
|
2092 | 2836 |
"checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
|
| 2837 |
"checksum glutin 0.20.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6e5cc17ac6cb35704f434faaa5bb5e4254a66f50853976c7e6f00aee09ff1bf2"
|
| 2838 |
"checksum glutin_egl_sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "23f48987ab6cb2b61ad903b59e54a2fd0c380a7baff68cffd6826b69a73dd326"
|
| 2839 |
"checksum glutin_gles2_sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "89996c30857ae1b4de4b5189abf1ea822a20a9fe9e1c93e5e7b862ff0bdd5cdf"
|
| 2840 |
"checksum glutin_glx_sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "1290a5ca5e46fcfa7f66f949cc9d9194b2cb6f2ed61892c8c2b82343631dba57"
|
| 2841 |
"checksum glutin_wgl_sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f801bbc91efc22dd1c4818a47814fc72bf74d024510451b119381579bfa39021"
|
| 2842 |
"checksum glyph_brush 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9cb83c7711eb335fed6a825b8b50a2ad3418bbfcb2b3bd4394c6e68346fb660d"
|
| 2843 |
"checksum glyph_brush_layout 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f417496b6038edc9d5e068531d74ef56769f9ae592840d819c99cafc1aa25f72"
|
| 2844 |
"checksum hashbrown 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e1de41fb8dba9714efd92241565cdff73f78508c95697dd56787d3cba27e2353"
|
2093 | 2845 |
"checksum hibitset 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6527bc88f32e0d3926c7572874b2bf17a19b36978aacd0aacf75f7d27a5992d0"
|
| 2846 |
"checksum hibitset 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "47e7292fd9f7fe89fa35c98048f2d0a69b79ed243604234d18f6f8a1aa6f408d"
|
2094 | 2847 |
"checksum hound 3.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8a164bb2ceaeff4f42542bdb847c41517c78a60f5649671b2a07312b6e117549"
|
2095 | |
"checksum image 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ebdff791af04e30089bde8ad2a632b86af433b40c04db8d70ad4b21487db7a6a"
|
| 2848 |
"checksum image 0.22.1 (registry+https://github.com/rust-lang/crates.io-index)" = "663a975007e0b49903e2e8ac0db2c432c465855f2d65f17883ba1476e85f0b42"
|
2096 | 2849 |
"checksum inflate 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "1cdb29978cc5797bd8dcc8e5bf7de604891df2a8dc576973d71a281e916db2ff"
|
| 2850 |
"checksum io-kit-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f21dcc74995dd4cd090b147e79789f8d65959cbfb5f0b118002db869ea3bd0a0"
|
2097 | 2851 |
"checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358"
|
2098 | 2852 |
"checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"
|
2099 | |
"checksum jpeg-decoder 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "c8b7d43206b34b3f94ea9445174bda196e772049b9bddbc620c9d29b2d20110d"
|
| 2853 |
"checksum jpeg-decoder 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "c1aae18ffeeae409c6622c3b6a7ee49792a7e5a062eea1b135fbb74e301792ba"
|
2100 | 2854 |
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
2101 | |
"checksum khronos_api 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "037ab472c33f67b5fbd3e9163a2645319e5356fcd355efa6d4eb7fff4bbcb554"
|
2102 | |
"checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"
|
2103 | |
"checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14"
|
2104 | |
"checksum lewton 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c1b7b81410f7895d4793bae921cc62317c5500c6ef211c9c24cad778eda77c20"
|
2105 | |
"checksum libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)" = "aab692d7759f5cd8c859e169db98ae5b52c924add2af5fbbca11d12fefb567c1"
|
| 2855 |
"checksum khronos_api 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
|
| 2856 |
"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
| 2857 |
"checksum lewton 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8d542c1a317036c45c2aa1cf10cc9d403ca91eb2d333ef1a4917e5cb10628bd0"
|
| 2858 |
"checksum libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)" = "34fcd2c08d2f832f376f4173a231990fa5aef4e99fb569867318a227ef4c06ba"
|
2106 | 2859 |
"checksum libloading 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "fd38073de8f7965d0c17d30546d4bb6da311ab428d1c7a3fc71dff7f9d4979b9"
|
2107 | |
"checksum libm 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "03c0bb6d5ce1b5cc6fd0578ec1cbc18c9d88b5b591a5c7c1d6c6175e266a0819"
|
2108 | |
"checksum linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "70fb39025bc7cdd76305867c4eccf2f2dcf6e9a57f5b21a93e1c2d86cd03ec9e"
|
| 2860 |
"checksum libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"
|
| 2861 |
"checksum libm 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a"
|
| 2862 |
"checksum libudev-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "3c8469b4a23b962c1396b9b451dda50ef5b283e8dd309d69033475fa9b334324"
|
| 2863 |
"checksum line_drawing 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5cc7ad3d82c845bdb5dde34ffdcc7a5fb4d2996e1e1ee0f19c33bc80e15196b9"
|
| 2864 |
"checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83"
|
2109 | 2865 |
"checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c"
|
| 2866 |
"checksum lock_api 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f8912e782533a93a167888781b836336a6ca5da6175c05944c86cf28c31104dc"
|
2110 | 2867 |
"checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
|
2111 | |
"checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6"
|
2112 | |
"checksum lyon 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "aefaafb69dc360deaeb1a645b11eedd25b45047dd46d5adb5775349e051e7a6c"
|
2113 | |
"checksum lyon_geom 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1470fc1e16d6c3b2e86fb2b9abeb6984badcecddb9a3852c750bd0b35e83316f"
|
2114 | |
"checksum lyon_path 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "932fd3b7e8d2808f1833ddb753be4158107ffd9b7348f0e76c3ef5eb5d984da5"
|
2115 | |
"checksum lyon_tessellation 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "cc4db444ab87e187c29286f0f2aab6e93380f0e6ae064a2140078698b3d924a7"
|
| 2868 |
"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
|
| 2869 |
"checksum lyon 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fcbe51099b21e92413cd1f692ba6f0140007d1b01ca07e703172d88d45096c9a"
|
| 2870 |
"checksum lyon_algorithms 0.13.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5acff42f708e6d2d4126c7aee8c4711c08e9be6143f0d6050498fafb7f4a0287"
|
| 2871 |
"checksum lyon_geom 0.12.7 (registry+https://github.com/rust-lang/crates.io-index)" = "bdb9bf1f1d43be9a9cc2343a7a096dc113cc25337a13e8f99721b01d1d548b60"
|
| 2872 |
"checksum lyon_path 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bd492548d32f7e8de10509953ed56d11dbc7103c36d56f32f3b74bf72b04cf29"
|
| 2873 |
"checksum lyon_tessellation 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)" = "228f5eedeb6795b57d22fa91f6c215643f2c2aae758f9432585c8d99b7be9143"
|
2116 | 2874 |
"checksum lzw 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7d947cbb889ed21c2a84be6ffbaebf5b4e0f4340638cba0444907e38b56be084"
|
2117 | |
"checksum matrixmultiply 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "dcad67dcec2d58ff56f6292582377e6921afdf3bfbd533e26fb8900ae575e002"
|
| 2875 |
"checksum mach 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "86dd2487cdfea56def77b88438a2c915fb45113c5319bfe7e14306ca4cd0b0e1"
|
| 2876 |
"checksum malloc_buf 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
|
2118 | 2877 |
"checksum matrixmultiply 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dcfed72d871629daa12b25af198f110e8095d7650f5f4c61c5bac28364604f9b"
|
| 2878 |
"checksum maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
|
2119 | 2879 |
"checksum memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "148fab2e51b4f1cfc66da2a7c32981d1d3c083a803978268bb11fe4b86925e7a"
|
2120 | |
"checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39"
|
| 2880 |
"checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e"
|
| 2881 |
"checksum memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
|
2121 | 2882 |
"checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3"
|
2122 | |
"checksum miniz-sys 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "0300eafb20369952951699b68243ab4334f4b10a88f411c221d444b36c40e649"
|
2123 | |
"checksum miniz_oxide 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c468f2369f07d651a5d0bb2c9079f8488a66d5466efe42d0c5c6466edcb7f71e"
|
2124 | |
"checksum miniz_oxide_c_api 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b7fe927a42e3807ef71defb191dc87d4e24479b221e67015fe38ae2b7b447bab"
|
| 2883 |
"checksum memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ce6075db033bbbb7ee5a0bbd3a3186bbae616f57fb001c485c7ff77955f8177f"
|
| 2884 |
"checksum minimp3 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "542e9bed56860c5070a09939eee0e2df6f8f73f60304ddf56d620947e7017239"
|
| 2885 |
"checksum minimp3-sys 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c109ae05c00ad6e3a53fab101e2f234545bdd010f0fffd399355efaf70817817"
|
| 2886 |
"checksum miniz-sys 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "1e9e3ae51cea1576ceba0dde3d484d30e6e5b86dee0b2d412fe3a16a15c98202"
|
| 2887 |
"checksum miniz_oxide 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7108aff85b876d06f22503dcce091e29f76733b2bfdd91eebce81f5e68203a10"
|
| 2888 |
"checksum mint 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c9e6c29b4bb0155117ea1a61520406c975673ee71b0287323f06d1a8d69c4a7c"
|
2125 | 2889 |
"checksum mopa 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a785740271256c230f57462d3b83e52f998433a7062fc18f96d5999474a9f915"
|
2126 | |
"checksum msdos_time 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "aad9dfe950c057b1bfe9c1f2aa51583a8468ef2a5baba2ebbe06d775efeb7729"
|
2127 | |
"checksum nalgebra 0.14.4 (registry+https://github.com/rust-lang/crates.io-index)" = "3f73409a1a0876d9d7be16a7fb8fd7e0658df54098210c93a17d2d5e8ca7afe4"
|
2128 | |
"checksum nalgebra 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8e12856109b5cb8e2934b5e45e4624839416e1c6c1f7d286711a7a66b79db29d"
|
2129 | |
"checksum ncollide2d 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0bca1a1b070a28a380cb452d979d05dcee1c1a14fdab0e9b0f88e2c3fff29643"
|
2130 | |
"checksum ncollide3d 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9f2053a472c524175e1b77e52e3106799d88c14e9352adfa73f22403706f640a"
|
| 2890 |
"checksum nalgebra 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aaa9fddbc34c8c35dd2108515587b8ce0cab396f17977b8c738568e4edb521a2"
|
| 2891 |
"checksum ncollide2d 0.20.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9865e6a0927837163e70eb308e91155d4dab69ba669ef3d5414cc19e3855fd40"
|
| 2892 |
"checksum ncollide3d 0.19.2 (registry+https://github.com/rust-lang/crates.io-index)" = "821b11bd4a9153e8719ee3b9eb1fc5e52c61e576e048f4bf72c045d1753ccef5"
|
| 2893 |
"checksum nix 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "becb657d662f1cd2ef38c7ad480ec6b8cf9e96b27adb543e594f9cf0f2e6065c"
|
| 2894 |
"checksum nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6c722bee1037d430d0f8e687bbdbf222f27cc6e4e68d5caf630857bb2b6dbdce"
|
2131 | 2895 |
"checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945"
|
2132 | 2896 |
"checksum nom 3.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05aec50c70fd288702bcd93284a8444607f3292dbdf2a30de5ea5dcdbe72287b"
|
2133 | 2897 |
"checksum nonzero_signed 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "02783a0482333b0d3f5f5411b8fb60454a596696da041da0470ac9ef3e6e37d8"
|
2134 | 2898 |
"checksum nphysics3d 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "250116b665de1689aa0941e5d626e7fac146765bc09031ffafbd62c8ec923e85"
|
2135 | 2899 |
"checksum num 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "4703ad64153382334aa8db57c637364c322d3372e097840c72000dabdcf6156e"
|
2136 | |
"checksum num-complex 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "b288631d7878aaf59442cffd36910ea604ecd7745c36054328595114001c9656"
|
2137 | |
"checksum num-complex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "107b9be86cd2481930688277b675b0114578227f034674726605b8a482d8baf8"
|
2138 | |
"checksum num-derive 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d9fe8fcafd1b86a37ce8a1cfa15ae504817e0c8c2e7ad42767371461ac1d316d"
|
2139 | |
"checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea"
|
2140 | |
"checksum num-iter 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "af3fdbbc3291a5464dc57b03860ec37ca6bf915ed6ee385e7c6c052c422b2124"
|
2141 | |
"checksum num-rational 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "ee314c74bd753fc86b4780aa9475da469155f3848473a261d2d18e35245a784e"
|
| 2900 |
"checksum num-complex 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "fcb0cf31fb3ff77e6d2a6ebd6800df7fdcd106f2ad89113c9130bcd07f93dffc"
|
| 2901 |
"checksum num-derive 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "eafd0b45c5537c3ba526f79d3e75120036502bebacbb3f3220914067ce39dbf2"
|
| 2902 |
"checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09"
|
| 2903 |
"checksum num-iter 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "76bd5272412d173d6bf9afdf98db8612bbabc9a7a830b7bfc9c188911716132e"
|
| 2904 |
"checksum num-rational 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f2885278d5fe2adc2f75ced642d52d879bffaceb5a2e0b1d4309ffdfb239b454"
|
2142 | 2905 |
"checksum num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31"
|
2143 | |
"checksum num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1"
|
2144 | |
"checksum num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1a23f0ed30a54abaa0c7e83b1d2d87ada7c3c23078d1d87815af3e3b6385fbba"
|
2145 | |
"checksum ogg 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "013b78ceb7fb82555a2f8a95d8e40866fe64a5d15b83c51b3e1fdd40cd903ed3"
|
2146 | |
"checksum ole32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5d2c49021782e5233cd243168edfa8037574afed4eba4bbaf538b3d8d1789d8c"
|
2147 | |
"checksum ordered-float 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7eb5259643245d3f292c7a146b2df53bba24d7eab159410e648eb73dc164669d"
|
| 2906 |
"checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32"
|
| 2907 |
"checksum num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273"
|
| 2908 |
"checksum objc 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "31d20fd2b37e07cf5125be68357b588672e8cefe9a96f8c17a9d46053b3e590d"
|
| 2909 |
"checksum ogg 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d79f1db9148be9d0e174bb3ac890f6030fcb1ed947267c5a91ee4c91b5a91e15"
|
| 2910 |
"checksum ordered-float 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "18869315e81473c951eb56ad5558bbc56978562d3ecfb87abb7a1e944cea4518"
|
2148 | 2911 |
"checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063"
|
| 2912 |
"checksum osmesa-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "88cfece6e95d2e717e0872a7f53a8684712ad13822a7979bc760b9c77ec0013b"
|
2149 | 2913 |
"checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13"
|
2150 | 2914 |
"checksum parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5"
|
| 2915 |
"checksum parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
|
2151 | 2916 |
"checksum parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad7f7e6ebdc79edff6fdcb87a55b620174f7a989e3eb31b65231f4af57f00b8c"
|
| 2917 |
"checksum parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
|
2152 | 2918 |
"checksum peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
| 2919 |
"checksum percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
2153 | 2920 |
"checksum petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f"
|
2154 | |
"checksum pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c"
|
2155 | |
"checksum png 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f54b9600d584d3b8a739e1662a595fab051329eff43f20e7d8cc22872962145b"
|
| 2921 |
"checksum pkg-config 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c1d2cfa5a714db3b5f24f0915e74fcdf91d09d496ba61329705dda7774d2af"
|
| 2922 |
"checksum png 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8422b27bb2c013dd97b9aef69e161ce262236f49aaf46a0489011c8ff0264602"
|
2156 | 2923 |
"checksum podio 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "780fb4b6698bbf9cf2444ea5d22411cef2953f0824b98f33cf454ec5615645bd"
|
| 2924 |
"checksum ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e3cbf9f658cdb5000fcf6f362b8ea2ba154b9f146a61c7a20d647034c6b6561b"
|
2157 | 2925 |
"checksum proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cd07deb3c6d1d9ff827999c7f9b04cdfd66b1b17ae508e14fe47b620f2282ae0"
|
2158 | |
"checksum proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)" = "4d317f9caece796be1980837fd5cb3dfec5613ebdb04ad0956deea83ce168915"
|
2159 | |
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
|
| 2926 |
"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
|
| 2927 |
"checksum proc-macro2 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "175a40b9cf564ce9bf050654633dbf339978706b8ead1a907bb970b63185dd95"
|
| 2928 |
"checksum pulldown-cmark 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "eef52fac62d0ea7b9b4dc7da092aa64ea7ec3d90af6679422d3d7e0e14b6ee15"
|
2160 | 2929 |
"checksum quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1eca14c727ad12702eb4b6bfb5a232287dcf8385cb8ca83a3eeaf6519c44c408"
|
2161 | |
"checksum quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)" = "cdd8e04bd9c52e0342b406469d494fcb033be4bdbe5c606016defbb1681411e1"
|
2162 | |
"checksum rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)" = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
|
| 2930 |
"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
|
| 2931 |
"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
|
2163 | 2932 |
"checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
|
2164 | 2933 |
"checksum rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c618c47cd3ebd209790115ab837de41425723956ad3ce2e6a7f09890947cacb9"
|
2165 | 2934 |
"checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
|
| 2935 |
"checksum rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d47eab0e83d9693d40f825f86948aa16eff6750ead4bdffc4ab95b8b3a7f052c"
|
2166 | 2936 |
"checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
|
| 2937 |
"checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853"
|
2167 | 2938 |
"checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
|
2168 | |
"checksum rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0"
|
| 2939 |
"checksum rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
|
| 2940 |
"checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
2169 | 2941 |
"checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
|
| 2942 |
"checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
2170 | 2943 |
"checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
|
2171 | |
"checksum rand_jitter 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b9ea758282efe12823e0d952ddb269d2e1897227e464919a554f2a03ef1b832"
|
| 2944 |
"checksum rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
|
2172 | 2945 |
"checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
|
2173 | 2946 |
"checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
|
2174 | 2947 |
"checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
|
2175 | 2948 |
"checksum rawpointer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ebac11a9d2e11f2af219b8b8d833b76b1ea0e054aa0e8d8e9e4cbde353bdf019"
|
2176 | |
"checksum rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "373814f27745b2686b350dd261bfd24576a6fb0e2c5919b3a2b6005f820b0473"
|
2177 | |
"checksum rayon-core 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b055d1e92aba6877574d8fe604a63c8b5df60f60e5982bf7ccbb1338ea527356"
|
| 2949 |
"checksum rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "83a27732a533a1be0a0035a111fe76db89ad312f6f0347004c220c57f209a123"
|
| 2950 |
"checksum rayon-core 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "98dcf634205083b17d0861252431eb2acbfb698ab7478a2d20de07954f47ec7b"
|
2178 | 2951 |
"checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
|
2179 | |
"checksum redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)" = "423e376fffca3dfa06c9e9790a9ccd282fafb3cc6e6397d01dbf64f9bacc6b85"
|
2180 | |
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
|
| 2952 |
"checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
|
| 2953 |
"checksum redox_users 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4ecedbca3bf205f8d8f5c2b44d83cd0690e39ee84b951ed649e9f1841132b66d"
|
2181 | 2954 |
"checksum regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384"
|
2182 | 2955 |
"checksum regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7"
|
2183 | |
"checksum rodio 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1e2767a246f9b284ec568e45e17ed3e6c52a91a3d42fa11ba00466b6ea5a6b55"
|
2184 | |
"checksum rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "adacaae16d02b6ec37fdc7acfcddf365978de76d1983d3ee22afc260e1ca9619"
|
| 2956 |
"checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
|
| 2957 |
"checksum rodio 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5d0f961b254e66d147a7b550c78b01308934c97d807a34b417fd0f5a0a0f3a2d"
|
| 2958 |
"checksum rust-argon2 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4ca4eaef519b494d1f2848fc602d18816fed808a981aedf4f1f00ceb7c9d32cf"
|
| 2959 |
"checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
|
| 2960 |
"checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8"
|
2185 | 2961 |
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
2186 | |
"checksum rusttype 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4667e40922320e08b358ce9cfc7d08cc37a827f223c0e113b5dee573143a534d"
|
2187 | |
"checksum ryu 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "b96a9549dc8d48f2c283938303c4b5a77aa29bfbc5b54b084fb1630408899a8f"
|
| 2962 |
"checksum rusttype 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)" = "654103d61a05074b268a107cf6581ce120f0fc0115f2610ed9dfea363bb81139"
|
| 2963 |
"checksum rusty-xinput 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d2aa654bc32eb9ca14cce1a084abc9dfe43949a4547c35269a094c39272db3bb"
|
| 2964 |
"checksum ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997"
|
| 2965 |
"checksum same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "585e8ddcedc187886a30fa705c47985c3fa88d06624095856b36ca0b82ff4421"
|
2188 | 2966 |
"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
|
2189 | |
"checksum sdl2 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a74c2a98a354b20713b90cce70aef9e927e46110d1bc4ef728fd74e0d53eba60"
|
2190 | |
"checksum sdl2-sys 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5c543ce8a6e33a30cb909612eeeb22e693848211a84558d5a00bb11e791b7ab7"
|
| 2967 |
"checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d"
|
| 2968 |
"checksum sdl2 0.32.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d051a07231e303f5f719da78cb6f7394f6d5b54f733aef5b0b447804a83edd7b"
|
| 2969 |
"checksum sdl2-sys 0.32.6 (registry+https://github.com/rust-lang/crates.io-index)" = "34e71125077d297d57e4c1acfe8981b5bdfbf5a20e7b589abfdcb33bf1127f86"
|
2191 | 2970 |
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
2192 | 2971 |
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
2193 | |
"checksum serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)" = "92514fb95f900c9b5126e32d020f5c6d40564c27a5ea6d1d7d9f157a96623560"
|
2194 | |
"checksum serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)" = "bb6eabf4b5914e88e24eea240bb7c9f9a2cbc1bbbe8d961d381975ec3c6b806c"
|
2195 | |
"checksum serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)" = "5a23aa71d4a4d43fdbfaac00eff68ba8a06a51759a89ac3304323e800c4dd40d"
|
| 2972 |
"checksum serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)" = "fec2851eb56d010dc9a21b89ca53ee75e6528bab60c11e89d38390904982da9f"
|
| 2973 |
"checksum serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)" = "cb4dc18c61206b08dc98216c98faa0232f4337e1e1b8574551d5bad29ea1b425"
|
| 2974 |
"checksum serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704"
|
2196 | 2975 |
"checksum sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
|
2197 | |
"checksum shell32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9ee04b46101f57121c9da2b151988283b6beb79b34f5bb29a58ee48cb695122c"
|
2198 | |
"checksum shred 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c75ec29e8d2959ad96a1087fe4cadb926c6fc17cbae9812314fa8efe720aa2a"
|
| 2976 |
"checksum shared_library 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
|
| 2977 |
"checksum shred 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6ea122e6133568144fcfb5888737d4ac776ebc959f989dd65b907136ac22bfed"
|
| 2978 |
"checksum shred 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "034e46a7afee5639940a76f42f578d64f7d814a7e4bebe258b1ab23fed04474e"
|
2199 | 2979 |
"checksum shred-derive 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9fcf34e5e5302d3024aba7afc291f6d1ca7573ed035d3c0796976ba3f10691a1"
|
2200 | 2980 |
"checksum shrev 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b5752e017e03af9d735b4b069f53b7a7fd90fefafa04d8bd0c25581b0bff437f"
|
2201 | 2981 |
"checksum sid 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "29e0a6006cf04d568a49363baca3dabddbbe46538f7c76692d405f5f5d140ecd"
|
| 2982 |
"checksum skeptic 0.13.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d6fb8ed853fdc19ce09752d63f3a2e5b5158aeb261520cd75eb618bd60305165"
|
2202 | 2983 |
"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
|
2203 | |
"checksum smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c4488ae950c49d403731982257768f48fada354a5203fe81f9bb6f43ca9002be"
|
2204 | |
"checksum smart-default 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3e7392ae8cdf79428cc98170bf264af7219887def8a30bb61d7ad2200313e88d"
|
| 2984 |
"checksum slice-deque 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ffddf594f5f597f63533d897427a570dbaa9feabaaa06595b74b71b7014507d7"
|
| 2985 |
"checksum slotmap 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "759fd553261805f128e2900bf69ab3d034260bc338caf7f0ee54dbf035c85acd"
|
| 2986 |
"checksum smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7"
|
| 2987 |
"checksum smart-default 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5a9dbd5f03d04e80355cbbe3ce5cf1f65c421eac575402e3d4d6e95d5a44edaa"
|
| 2988 |
"checksum smithay-client-toolkit 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2ccb8c57049b2a34d2cc2b203fa785020ba0129d31920ef0d317430adaf748fa"
|
2205 | 2989 |
"checksum specs 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)" = "de65613ada4338aa7ba71eca60eca24c60483433eec0077bc4f33cfc31f4bdf0"
|
| 2990 |
"checksum specs 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b98b8b33ab3f3e3f352df6cf6830e6d8fc790cbd6a7ff349c14fc25cbd6b1d48"
|
2206 | 2991 |
"checksum specs-derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a63549fa0d4a6f76e99e6634c328f25d0c9fa8ad6f8498aef74f6c35c0b269e5"
|
2207 | 2992 |
"checksum specs-hierarchy 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1d3351f4ce84753cd19ab0cb850843ad1153d8c2c0e2f3480117a126916250"
|
2208 | |
"checksum specs-physics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1da3e4bc8e6b4d58c7afab365c2107ddc40ad22a36b18af24905d0d307719bfe"
|
| 2993 |
"checksum specs-physics 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "590b4a241b0709323ca770f516cd282e54758fa49e8f4fdf5f0e91ac8c62d6c2"
|
2209 | 2994 |
"checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
|
2210 | 2995 |
"checksum stb_truetype 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "69b7df505db8e81d54ff8be4693421e5b543e08214bd8d99eb761fcb4d5668ba"
|
2211 | 2996 |
"checksum stdweb 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ef5430c8e36b713e13b48a9f709cc21e046723fe44ce34587b73a830203b533e"
|
2212 | |
"checksum stdweb 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)" = "c34362bb10ac1a9439674795cc0e1bdcb0c46444c8fd4874ef39a01d9a8a8f24"
|
| 2997 |
"checksum stdweb 0.4.18 (registry+https://github.com/rust-lang/crates.io-index)" = "a68c0ce28cf7400ed022e18da3c4591e14e1df02c70e93573cc59921b3923aeb"
|
2213 | 2998 |
"checksum stdweb-derive 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0e21ebd9179de08f2300a65454268a17ea3de204627458588c84319c4def3930"
|
2214 | 2999 |
"checksum stdweb-internal-macros 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "e68f7d08b76979a43e93fe043b66d2626e35d41d68b0b85519202c6dd8ac59fa"
|
2215 | 3000 |
"checksum stdweb-internal-runtime 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d52317523542cc0af5b7e31017ad0f7d1e78da50455e38d5657cd17754f617da"
|
2216 | |
"checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550"
|
2217 | |
"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
|
2218 | |
"checksum syn 0.15.29 (registry+https://github.com/rust-lang/crates.io-index)" = "1825685f977249735d510a242a6727b46efe914bb67e38d30c071b1b72b1d5c2"
|
2219 | |
"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
|
2220 | |
"checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
|
2221 | |
"checksum textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6"
|
| 3001 |
"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
| 3002 |
"checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
|
| 3003 |
"checksum syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "66850e97125af79138385e9b88339cbcd037e3f28ceab8c5ad98e64f0f1f80bf"
|
| 3004 |
"checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f"
|
| 3005 |
"checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
|
| 3006 |
"checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2222 | 3007 |
"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
|
| 3008 |
"checksum tiff 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d7b7c2cfc4742bd8a32f2e614339dd8ce30dbcf676bb262bd63a2327bc5df57d"
|
2223 | 3009 |
"checksum tiled 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3e43db82e3c62f96d84482c1b69e8a9b9ceb1c5cd80bd2ee1669caec58f5831d"
|
2224 | 3010 |
"checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
|
2225 | |
"checksum toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f"
|
| 3011 |
"checksum toml 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c7aabe75941d914b72bf3e5d3932ed92ce0664d49d8432305a8b547c37227724"
|
2226 | 3012 |
"checksum tuple_utils 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cbfecd7bb8f0a3e96b3b31c46af2677a55a588767c0091f484601424fcb20e7e"
|
2227 | |
"checksum twox-hash 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "555cd4909480122bbbf21e34faac4cb08a171f324775670447ed116726c474af"
|
2228 | |
"checksum typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169"
|
2229 | |
"checksum ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86"
|
2230 | |
"checksum unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426"
|
2231 | |
"checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
|
2232 | |
"checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
|
| 3013 |
"checksum tuple_utils 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44834418e2c5b16f47bedf35c28e148db099187dd5feee6367fb2525863af4f1"
|
| 3014 |
"checksum twox-hash 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3bfd5b7557925ce778ff9b9ef90e3ade34c524b5ff10e239c69a42d546d2af56"
|
| 3015 |
"checksum typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6d2783fe2d6b8c1101136184eb41be8b1ad379e4657050b8aaff0c79ee7575f9"
|
| 3016 |
"checksum ucd-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fa9b3b49edd3468c0e6565d85783f51af95212b6fa3986a5500954f00b460874"
|
| 3017 |
"checksum unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7007dbd421b92cc6e28410fe7362e2e0a2503394908f417b68ec8d1c364c4e20"
|
2233 | 3018 |
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
2234 | |
"checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
|
2235 | |
"checksum utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737"
|
| 3019 |
"checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
|
| 3020 |
"checksum utf8-ranges 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b4ae116fef2b7fea257ed6440d3cfcff7f190865f170cdad00bb6465bf18ecba"
|
| 3021 |
"checksum uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a"
|
2236 | 3022 |
"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
|
| 3023 |
"checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
|
2237 | 3024 |
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
2238 | |
"checksum wasm-bindgen 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)" = "b7ccc7b93cfd13e26700a9e2e41e6305f1951b87e166599069f77d10358100e6"
|
2239 | |
"checksum wasm-bindgen-backend 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)" = "1953f91b1608eb1522513623c7739f047bb0fed4128ce51a93f08e12cc314645"
|
2240 | |
"checksum wasm-bindgen-macro 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)" = "0f69da5696545d7ca6607a2e4b1a0edf5a6b36b2c49dbb0f1df6ad1d92884047"
|
2241 | |
"checksum wasm-bindgen-macro-support 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)" = "2d4246f3bc73223bbb846f4f2430a60725826a96c9389adf715ed1d5af46dec6"
|
2242 | |
"checksum wasm-bindgen-shared 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)" = "c08381e07e7a79e5e229ad7c60d15833d19033542cc5dd91d085df59d235f4a6"
|
| 3025 |
"checksum walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9658c94fa8b940eab2250bd5a457f9c48b748420d71293b165c8cdbe2f55f71e"
|
| 3026 |
"checksum wasi 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fd5442abcac6525a045cc8c795aedb60da7a2e5e89c7bf18a0d5357849bb23c7"
|
| 3027 |
"checksum wasm-bindgen 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)" = "dcddca308b16cd93c2b67b126c688e5467e4ef2e28200dc7dfe4ae284f2faefc"
|
| 3028 |
"checksum wasm-bindgen-backend 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)" = "f805d9328b5fc7e5c6399960fd1889271b9b58ae17bdb2417472156cc9fafdd0"
|
| 3029 |
"checksum wasm-bindgen-macro 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)" = "3ff88201a482abfc63921621f6cb18eb1efd74f136b05e5841e7f8ca434539e9"
|
| 3030 |
"checksum wasm-bindgen-macro-support 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)" = "6a433d89ecdb9f77d46fcf00c8cf9f3467b7de9954d8710c175f61e2e245bb0e"
|
| 3031 |
"checksum wasm-bindgen-shared 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)" = "d41fc1bc3570cdf8d108c15e014045fd45a95bb5eb36605f96a90461fc34027d"
|
| 3032 |
"checksum wayland-client 0.21.13 (registry+https://github.com/rust-lang/crates.io-index)" = "49963e5f9eeaf637bfcd1b9f0701c99fd5cd05225eb51035550d4272806f2713"
|
| 3033 |
"checksum wayland-commons 0.21.13 (registry+https://github.com/rust-lang/crates.io-index)" = "40c08896768b667e1df195d88a62a53a2d1351a1ed96188be79c196b35bb32ec"
|
| 3034 |
"checksum wayland-protocols 0.21.13 (registry+https://github.com/rust-lang/crates.io-index)" = "4afde2ea2a428eee6d7d2c8584fdbe8b82eee8b6c353e129a434cd6e07f42145"
|
| 3035 |
"checksum wayland-scanner 0.21.13 (registry+https://github.com/rust-lang/crates.io-index)" = "bf3828c568714507315ee425a9529edc4a4aa9901409e373e9e0027e7622b79e"
|
| 3036 |
"checksum wayland-sys 0.21.13 (registry+https://github.com/rust-lang/crates.io-index)" = "520ab0fd578017a0ee2206623ba9ef4afe5e8f23ca7b42f6acfba2f4e66b1628"
|
2243 | 3037 |
"checksum which 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e84a603e7e0b1ce1aa1ee2b109c7be00155ce52df5081590d1ffb93f4f515cb2"
|
2244 | 3038 |
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
2245 | |
"checksum winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0"
|
| 3039 |
"checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
|
2246 | 3040 |
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
2247 | 3041 |
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
| 3042 |
"checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9"
|
2248 | 3043 |
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
| 3044 |
"checksum winit 0.19.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7d0da905e61ae52d55c5ca6f8bea1e09daf5e325b6c77b0947c65a5179b49f5f"
|
| 3045 |
"checksum x11-dl 2.18.4 (registry+https://github.com/rust-lang/crates.io-index)" = "be65e1342a3baae65439cd03306778831a3d133b0d20243a7fb83fd5cf403c58"
|
2249 | 3046 |
"checksum xdg 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d089681aa106a86fade1b0128fb5daf07d5867a509ab036d99988dec80429a57"
|
2250 | |
"checksum xi-unicode 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "12ea8eda4b1eb72f02d148402e23832d56a33f55d8c1b2d5bcdde91d79d47cb1"
|
| 3047 |
"checksum xi-unicode 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7395cdb9d0a6219fa0ea77d08c946adf9c1984c72fcd443ace30365f3daadef7"
|
2251 | 3048 |
"checksum xml-rs 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7ec6c39eaa68382c8e31e35239402c0a9489d4141a8ceb0c716099a0b515b562"
|
2252 | |
"checksum xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c1cb601d29fe2c2ac60a2b2e5e293994d87a1f6fa9687a31a15270f909be9c2"
|
2253 | |
"checksum zip 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "77ce0ceee93c995954a31f77903925a6a8bb094709445238e344f2107910e29e"
|
| 3049 |
"checksum xml-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "541b12c998c5b56aa2b4e6f18f03664eef9a4fd0a246a55594efae6cc2d964b5"
|
| 3050 |
"checksum zip 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3c21bb410afa2bd823a047f5bda3adb62f51074ac7e06263b2c97ecdd47e9fc6"
|