forked from PistonDevelopers/hematite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.lock
367 lines (323 loc) · 12.6 KB
/
Cargo.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
[root]
name = "hematite"
version = "0.0.0"
dependencies = [
"camera_controllers 0.0.1 (git+https://github.com/PistonDevelopers/camera_controllers)",
"fps_counter 0.0.1 (git+https://github.com/PistonDevelopers/fps_counter)",
"gfx 0.2.2 (git+https://github.com/gfx-rs/gfx-rs)",
"gfx_device_gl 0.2.1 (git+https://github.com/gfx-rs/gfx_device_gl)",
"gfx_macros 0.1.8 (git+https://github.com/gfx-rs/gfx_macros)",
"image 0.2.0 (git+https://github.com/PistonDevelopers/image)",
"piston3d-gfx_voxel 0.0.4 (git+https://github.com/PistonDevelopers/gfx_voxel)",
"pistoncore-event 0.0.10 (git+https://github.com/PistonDevelopers/event)",
"pistoncore-input 0.0.5 (git+https://github.com/PistonDevelopers/input)",
"pistoncore-sdl2_window 0.0.5 (git+https://github.com/PistonDevelopers/sdl2_window)",
"pistoncore-window 0.0.13 (git+https://github.com/PistonDevelopers/window)",
"quack 0.0.13 (git+https://github.com/PistonDevelopers/quack)",
"rustc-serialize 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
"sdl2 0.0.28 (git+https://github.com/AngryLawyer/rust-sdl2)",
"shader_version 0.0.2 (git+https://github.com/PistonDevelopers/shader_version)",
"time 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)",
"vecmath 0.0.5 (git+https://github.com/PistonDevelopers/vecmath)",
]
[[package]]
name = "array"
version = "0.0.0"
source = "git+https://github.com/PistonDevelopers/array#60236e30680cceef98a91816c5f91270eb5625fe"
[[package]]
name = "bitflags"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "camera_controllers"
version = "0.0.1"
source = "git+https://github.com/PistonDevelopers/camera_controllers#6d3660bb55f1ea2588ce52bb81366e974f6b0081"
dependencies = [
"bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"piston3d-cam 0.0.4 (git+https://github.com/PistonDevelopers/cam)",
"pistoncore-event 0.0.10 (git+https://github.com/PistonDevelopers/event)",
"pistoncore-input 0.0.5 (git+https://github.com/PistonDevelopers/input)",
"quaternion 0.0.4 (git+https://github.com/PistonDevelopers/quaternion.git)",
"vecmath 0.0.5 (git+https://github.com/PistonDevelopers/vecmath)",
]
[[package]]
name = "clock_ticks"
version = "0.0.4"
source = "git+https://github.com/tomaka/clock_ticks#6a3005279bedc406b13eea09ff92447f05ca0de6"
[[package]]
name = "draw_state"
version = "0.0.1"
source = "git+https://github.com/gfx-rs/draw_state#b92422e8671a25f8fe5c8216001b44f5ca849744"
dependencies = [
"bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "fps_counter"
version = "0.0.1"
source = "git+https://github.com/PistonDevelopers/fps_counter#ef5ba6867768d893c277d721278d2342b78b32a4"
dependencies = [
"time 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "gcc"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "gfx"
version = "0.2.2"
source = "git+https://github.com/gfx-rs/gfx-rs#5cbf5071369a884445f148b326be1d9f19476a4c"
dependencies = [
"bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"draw_state 0.0.1 (git+https://github.com/gfx-rs/draw_state)",
"log 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "gfx_device_gl"
version = "0.2.1"
source = "git+https://github.com/gfx-rs/gfx_device_gl#8a85a4521d8e211f4667732d3d162da9cade7213"
dependencies = [
"gfx 0.2.2 (git+https://github.com/gfx-rs/gfx-rs)",
"gfx_gl 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "gfx_gl"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"gl_common 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
"gl_generator 0.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
"khronos_api 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "gfx_macros"
version = "0.1.8"
source = "git+https://github.com/gfx-rs/gfx_macros#a50f67440f9e8212fa82442937d28d7738d58fbc"
[[package]]
name = "gl"
version = "0.0.9"
source = "git+https://github.com/bjz/gl-rs#645c9e75b4f603133d28ad0fb412535cdc3c67be"
dependencies = [
"gl_common 0.0.4 (git+https://github.com/bjz/gl-rs)",
"gl_generator 0.0.19 (git+https://github.com/bjz/gl-rs)",
"khronos_api 0.0.5 (git+https://github.com/bjz/gl-rs)",
"libc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "gl_common"
version = "0.0.4"
source = "git+https://github.com/bjz/gl-rs#645c9e75b4f603133d28ad0fb412535cdc3c67be"
dependencies = [
"libc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "gl_common"
version = "0.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"libc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "gl_generator"
version = "0.0.19"
source = "git+https://github.com/bjz/gl-rs#645c9e75b4f603133d28ad0fb412535cdc3c67be"
dependencies = [
"khronos_api 0.0.5 (git+https://github.com/bjz/gl-rs)",
"log 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
"xml-rs 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "gl_generator"
version = "0.0.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"khronos_api 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
"xml-rs 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "image"
version = "0.2.0"
source = "git+https://github.com/PistonDevelopers/image#92a5cec81b08bfd4e829bf0e2873575934d2ee3a"
dependencies = [
"num 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "khronos_api"
version = "0.0.5"
source = "git+https://github.com/bjz/gl-rs#645c9e75b4f603133d28ad0fb412535cdc3c67be"
[[package]]
name = "khronos_api"
version = "0.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "log"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "num"
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"rand 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-serialize 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "piston-gfx_texture"
version = "0.0.4"
source = "git+https://github.com/PistonDevelopers/gfx_texture#0953cf106e4c9cf61a2869d5f1fc9684ceb10731"
dependencies = [
"gfx 0.2.2 (git+https://github.com/gfx-rs/gfx-rs)",
"image 0.2.0 (git+https://github.com/PistonDevelopers/image)",
"piston-texture 0.0.1 (git+https://github.com/PistonDevelopers/texture)",
]
[[package]]
name = "piston-texture"
version = "0.0.1"
source = "git+https://github.com/PistonDevelopers/texture#3cc4cddc3f8c51c36ea11dd2f63d70aa887f53fb"
[[package]]
name = "piston3d-cam"
version = "0.0.4"
source = "git+https://github.com/PistonDevelopers/cam#729d7d2c31307ea877b16e7dc678c5b7ad0fcbf1"
dependencies = [
"quaternion 0.0.4 (git+https://github.com/PistonDevelopers/quaternion.git)",
"vecmath 0.0.5 (git+https://github.com/PistonDevelopers/vecmath)",
]
[[package]]
name = "piston3d-gfx_voxel"
version = "0.0.4"
source = "git+https://github.com/PistonDevelopers/gfx_voxel#3a9a37cdb5b8089f4b0b60bb976d68838e0d3739"
dependencies = [
"array 0.0.0 (git+https://github.com/PistonDevelopers/array)",
"gfx 0.2.2 (git+https://github.com/gfx-rs/gfx-rs)",
"image 0.2.0 (git+https://github.com/PistonDevelopers/image)",
"piston-gfx_texture 0.0.4 (git+https://github.com/PistonDevelopers/gfx_texture)",
"vecmath 0.0.5 (git+https://github.com/PistonDevelopers/vecmath)",
]
[[package]]
name = "pistoncore-event"
version = "0.0.10"
source = "git+https://github.com/PistonDevelopers/event#4166dc0c4df895e72c1336e04635b9a48dd5291f"
dependencies = [
"pistoncore-event_loop 0.0.13 (git+https://github.com/PistonDevelopers/event_loop)",
"pistoncore-input 0.0.5 (git+https://github.com/PistonDevelopers/input)",
"pistoncore-window 0.0.13 (git+https://github.com/PistonDevelopers/window)",
]
[[package]]
name = "pistoncore-event_loop"
version = "0.0.13"
source = "git+https://github.com/PistonDevelopers/event_loop#4d6193547f22064c7ea9ab5a2ff96fdbd2c847e3"
dependencies = [
"clock_ticks 0.0.4 (git+https://github.com/tomaka/clock_ticks)",
"pistoncore-window 0.0.13 (git+https://github.com/PistonDevelopers/window)",
"quack 0.0.13 (git+https://github.com/PistonDevelopers/quack)",
]
[[package]]
name = "pistoncore-input"
version = "0.0.5"
source = "git+https://github.com/PistonDevelopers/input#3e6d11cef33c1384915aa513fbb1481f1212eb6e"
dependencies = [
"bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-serialize 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "pistoncore-sdl2_window"
version = "0.0.5"
source = "git+https://github.com/PistonDevelopers/sdl2_window#6862eef60b272fa5112652bebf701332c65aff78"
dependencies = [
"gl 0.0.9 (git+https://github.com/bjz/gl-rs)",
"pistoncore-input 0.0.5 (git+https://github.com/PistonDevelopers/input)",
"pistoncore-window 0.0.13 (git+https://github.com/PistonDevelopers/window)",
"quack 0.0.13 (git+https://github.com/PistonDevelopers/quack)",
"sdl2 0.0.28 (git+https://github.com/AngryLawyer/rust-sdl2)",
"shader_version 0.0.2 (git+https://github.com/PistonDevelopers/shader_version)",
]
[[package]]
name = "pistoncore-window"
version = "0.0.13"
source = "git+https://github.com/PistonDevelopers/window#711cb7a147eda15fa7e65ecc5484f471dc1b85fc"
dependencies = [
"pistoncore-input 0.0.5 (git+https://github.com/PistonDevelopers/input)",
"quack 0.0.13 (git+https://github.com/PistonDevelopers/quack)",
]
[[package]]
name = "quack"
version = "0.0.13"
source = "git+https://github.com/PistonDevelopers/quack#6bcb6ac300267d0ea5f96d881a9649e41f12b7b2"
[[package]]
name = "quaternion"
version = "0.0.4"
source = "git+https://github.com/PistonDevelopers/quaternion.git#cad25d95b2fca98917fa40c04cbd95b63d29f20d"
dependencies = [
"vecmath 0.0.5 (git+https://github.com/PistonDevelopers/vecmath)",
]
[[package]]
name = "rand"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"libc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "rand"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"libc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "rustc-serialize"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "rustc-serialize"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "sdl2"
version = "0.0.28"
source = "git+https://github.com/AngryLawyer/rust-sdl2#f2e7c4fb354907bfa9476343ac34c6af58870681"
dependencies = [
"bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sdl2-sys 0.0.27 (git+https://github.com/AngryLawyer/rust-sdl2)",
]
[[package]]
name = "sdl2-sys"
version = "0.0.27"
source = "git+https://github.com/AngryLawyer/rust-sdl2#f2e7c4fb354907bfa9476343ac34c6af58870681"
dependencies = [
"libc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "shader_version"
version = "0.0.2"
source = "git+https://github.com/PistonDevelopers/shader_version#cd02a715d3148b6820e548ea79ffd76c663b9e1c"
[[package]]
name = "time"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"gcc 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "vecmath"
version = "0.0.5"
source = "git+https://github.com/PistonDevelopers/vecmath#6284864573fe185f4d87aadfe38d0fc3b2edcd73"
[[package]]
name = "xml-rs"
version = "0.1.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]