-
Notifications
You must be signed in to change notification settings - Fork 9
/
Project.toml
34 lines (30 loc) · 1.18 KB
/
Project.toml
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
name = "EnhancedGJK"
uuid = "3d39a06a-b57e-5769-b499-4d62b23c243f"
version = "0.4.2"
[deps]
CoordinateTransformations = "150eb455-5306-5404-9cee-2592286d6298"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
GeometryTypes = "4d00f742-c7ba-57c2-abde-4428a4b178cb"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
BenchmarkTools = "0.1, 0.2, 0.3, 0.4, 0.5"
CoordinateTransformations = "0.3, 0.4, 0.5, 0.6"
FileIO = "1"
GeometryTypes = "0.4, 0.5, 0.6, 0.7, 0.8"
MeshIO = "0.1, 0.2, 0.3"
StaticArrays = "1"
ForwardDiff = "0.8, 0.9, 0.10"
julia = "1.4"
[extras]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MeshIO = "7269a6da-0436-5bbc-96c2-40638cbb6118"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["FileIO", "Statistics", "LinearAlgebra", "Test", "Random", "BenchmarkTools", "MeshIO", "ForwardDiff"]