-
Notifications
You must be signed in to change notification settings - Fork 6
/
Project.toml
33 lines (31 loc) · 1.12 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
name = "Comodo"
uuid = "59095408-2761-4f7a-bdc2-044e78630271"
authors = ["Kevin-Mattheus-Moerman <[email protected]>"]
version = "0.1.0"
[deps]
BSplineKit = "093aae92-e908-43d7-9660-e50ee39d5a0a"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
DelaunayTriangulation = "927a84f5-c5f4-47a5-9785-b46e178433df"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
OhMyREPL = "5fb14364-9ced-5910-84b2-373655c76a03"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TetGen = "c5d3f3f7-f850-59f6-8a2e-ffc6dc1317ea"
XML = "72c71f33-b9b6-44de-8c94-c961784809e2"
[compat]
BSplineKit = "0.17"
DataStructures = "0.18.16"
Distances = "0.10"
GeometryBasics = "0.3, 0.4"
Interpolations = "0.15"
OhMyREPL = "0.5.28"
QuadGK = "2.9"
Rotations = "1.7"
XML = "0.3"
julia = "1.5"