-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
36 lines (30 loc) · 873 Bytes
/
Copy pathProject.toml
File metadata and controls
36 lines (30 loc) · 873 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
35
36
name = "FlowGeometry"
uuid = "af326652-bfa1-11e9-1b34-cf9047ce1632"
authors = ["Michael Reed"]
version = "0.1.5"
[deps]
Cartan = "e24af43f-9fd5-4672-9264-a75f3ae40eb2"
Grassmann = "4df31cd9-4c27-5bea-88d0-e6a7146666d8"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
[weakdeps]
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
TetGen = "c5d3f3f7-f850-59f6-8a2e-ffc6dc1317ea"
MiniQhull = "978d7f02-9e05-4691-894f-ae31a51d76ca"
MATLAB = "10e44e05-a98a-55b3-a45b-ba969058deb6"
[extensions]
MakieExt = "Makie"
UnicodePlotsExt = "UnicodePlots"
TetGenExt = "TetGen"
MiniQhullExt = "MiniQhull"
MATLABExt = "MATLAB"
[compat]
julia = "1"
Cartan = "0.4"
Grassmann = "0.8"
Requires = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]