-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathProject.toml
More file actions
34 lines (30 loc) · 959 Bytes
/
Project.toml
File metadata and controls
34 lines (30 loc) · 959 Bytes
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 = "LevelSetMethods"
uuid = "ca3df947-0575-4ae6-b9a3-78df393a7451"
version = "0.1.6"
authors = ["Luiz M. Faria and Nicolas Lebbe"]
[deps]
DiffResults = "163ba53b-c6d8-5494-b064-1a9d43ac40c5"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[weakdeps]
MMG_jll = "86086c02-e288-5929-a127-40944b0018b7"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
MarchingCubes = "299715c1-40a9-479a-aaf9-4a633d36f717"
[extensions]
MMGSurfaceExt = ["MMG_jll", "MarchingCubes"]
MMGVolumeExt = "MMG_jll"
MakieExt = "Makie"
[compat]
DiffResults = "1.1.0"
ForwardDiff = "1.3.2"
LinearAlgebra = "1"
MMG_jll = "5"
Makie = "0.21, 0.22, 0.23, 0.24"
MarchingCubes = "0.1.10"
NearestNeighbors = "0.4"
SparseArrays = "1"
StaticArrays = "1"
julia = "1.9"