-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathProject.toml
More file actions
37 lines (35 loc) · 1.23 KB
/
Project.toml
File metadata and controls
37 lines (35 loc) · 1.23 KB
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
name = "Comodo"
uuid = "59095408-2761-4f7a-bdc2-044e78630271"
version = "1.0.3"
authors = ["Kevin-Mattheus-Moerman <kevin.moerman@gmail.com>"]
[deps]
BSplineKit = "093aae92-e908-43d7-9660-e50ee39d5a0a"
DelaunayTriangulation = "927a84f5-c5f4-47a5-9785-b46e178433df"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MarchingCubes = "299715c1-40a9-479a-aaf9-4a633d36f717"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TetGen = "c5d3f3f7-f850-59f6-8a2e-ffc6dc1317ea"
[compat]
BSplineKit = "0.19"
DelaunayTriangulation = "1.6.6"
Distances = "0.10"
Distributions = "0.25.123"
GLMakie = "0.13.9"
GeometryBasics = "0.5.10"
LinearAlgebra = "1.10.7, 1.11.7"
MarchingCubes = "0.1.11"
QuadGK = "2.11"
Rotations = "1.7"
SpecialFunctions = "2.6.1"
StaticArrays = "1.9.10"
Statistics = "1.10.0, 1.11.1"
TetGen = "2.0.0"
julia = "1.10"