-
Notifications
You must be signed in to change notification settings - Fork 2
/
Project.toml
34 lines (29 loc) · 1.04 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 = "TrajectoryGamesBase"
uuid = "ac1ac542-73eb-4349-ae1b-660ab3609574"
authors = ["David Fridovich-Keil <[email protected]>", "Forrest Laine <[email protected]", "Lasse Peters <[email protected]>"]
version = "0.3.11"
[deps]
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
InfiniteArrays = "4858937d-0d70-526a-a4dd-2d5cb5dd786c"
LazySets = "b4f0291d-fe17-52bc-9479-3d1a343d9043"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Polyhedra = "67491407-f73d-577b-9b50-8179a7c68029"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[weakdeps]
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
[extensions]
MakieExt = "Makie"
[compat]
BlockArrays = "0.16"
Colors = "0.12"
GeometryBasics = "0.4.2"
InfiniteArrays = "0.12, 0.13, 0.14"
LazySets = "1.54, 2"
Makie = "0.17, 0.18, 0.19, 0.20, 0.21"
Polyhedra = "0.7"
julia = "1.7"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"