-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathProject.toml
31 lines (27 loc) · 885 Bytes
/
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
name = "Krang"
uuid = "54806c32-d51a-438d-8447-e0041be2fbfb"
authors = ["Dominic <dochang@g.harvard.edu> and contributors"]
version = "0.3.1"
[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
JacobiElliptic = "2a8b799e-c098-4961-872a-356c768d184c"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
PolarizedTypes = "d3c5d4cd-a8ee-40d6-aac7-e34df5a20044"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
DocStringExtensions = "0.9"
GeometryBasics = "0.4, 0.5"
JacobiElliptic = "0.1, 0.2, 0.3"
KernelAbstractions = "0.9"
PolarizedTypes = "0.1"
Roots = "2"
Rotations = "1"
StaticArrays = "1"
julia = "1.10"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]