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
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
= 4
[[]]
= "collide"
= "0.6.0"
= "registry+https://github.com/rust-lang/crates.io-index"
= "7bb03f9f9757a036f15e96cb716a646a5c06b1fd0a2b4d9d22f5fa346c89f37b"
= [
"vector-space",
]
[[]]
= "collide-ray"
= "0.2.0"
= "registry+https://github.com/rust-lang/crates.io-index"
= "b7c94c262a5df9204e305f5e50140a8b032fc4535ae4cd97fd894e6a689a7d81"
= [
"collide",
"inner-space",
"scalars",
]
[[]]
= "collide-sphere"
= "0.2.0"
= [
"collide",
"collide-ray",
"inner-space",
"scalars",
"simple-vectors",
]
[[]]
= "inner-space"
= "0.2.0"
= "registry+https://github.com/rust-lang/crates.io-index"
= "2d146a9662cbd311d1fc7cc6aa965b5bd32afe74556ab69288573413f754cd5c"
= [
"scalars",
"vector-space",
]
[[]]
= "libm"
= "0.2.16"
= "registry+https://github.com/rust-lang/crates.io-index"
= "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
[[]]
= "scalars"
= "0.2.0"
= "registry+https://github.com/rust-lang/crates.io-index"
= "17f824be0ff60266785dd897c4c175cdf54c678bb4c26660636c9b41c2749347"
= [
"libm",
]
[[]]
= "simple-vectors"
= "0.4.0"
= "registry+https://github.com/rust-lang/crates.io-index"
= "ec2694c9a2cc9e239c81019cbff6e09e8266660697cd997913000a29a9942df7"
= [
"inner-space",
"scalars",
"vector-basis",
]
[[]]
= "vector-basis"
= "0.4.0"
= "registry+https://github.com/rust-lang/crates.io-index"
= "1b7f1cda2a6c21cabfbc6f0a82a18998579812286de7b0f9e2a0539542e3a93c"
= [
"scalars",
"vector-space",
]
[[]]
= "vector-space"
= "0.6.0"
= "registry+https://github.com/rust-lang/crates.io-index"
= "3c99c3ad8696c50a94bb8cd3a3a2361aac4e160834937b2cf43f4a56b875abcc"
= [
"scalars",
]