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.7.0"
= "registry+https://github.com/rust-lang/crates.io-index"
= "386780ef217817846cbcf024117b0c244d01bbd660dba4d1f45abceea223ceb1"
= [
"vector-space",
]
[[]]
= "collide-ray"
= "0.3.1"
= "registry+https://github.com/rust-lang/crates.io-index"
= "7247a3a8e8105728946833927c855502492e4fc7221fad8d3c33fb865affa6fe"
= [
"collide",
"inner-space",
"scalars",
]
[[]]
= "collide-sphere"
= "0.3.1"
= [
"collide",
"collide-ray",
"inner-space",
"scalars",
"simple-vectors",
]
[[]]
= "inner-space"
= "0.3.0"
= "registry+https://github.com/rust-lang/crates.io-index"
= "c2dff135fecfa6c472ef6892d45e0eed32445d1ef0142af9885804f82e9fc84e"
= [
"scalars",
"vector-space",
]
[[]]
= "libm"
= "0.2.16"
= "registry+https://github.com/rust-lang/crates.io-index"
= "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
[[]]
= "scalars"
= "0.3.0"
= "registry+https://github.com/rust-lang/crates.io-index"
= "ff5652906e890b1ca20d6043240de8a2c84d85aa1c855df0383e8e896e694d0c"
= [
"libm",
]
[[]]
= "simple-vectors"
= "0.5.0"
= "registry+https://github.com/rust-lang/crates.io-index"
= "4e23fdc68509c33ffb81004fa9fc5af477cb4d5f03e6bc4bf9b191c0af8d73da"
= [
"inner-space",
"scalars",
"vector-basis",
]
[[]]
= "vector-basis"
= "0.5.0"
= "registry+https://github.com/rust-lang/crates.io-index"
= "aac4cdc3cef2a32f13c0bb9a0b476f0030aa0e83c9a6f3e8d5b9969372aa6ff7"
= [
"scalars",
"vector-space",
]
[[]]
= "vector-space"
= "0.7.0"
= "registry+https://github.com/rust-lang/crates.io-index"
= "cef3e9fe6ca4e3807d260ce966d098900c682e13058282f9b7607a6b2b779d1e"
= [
"scalars",
]