-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject.toml
33 lines (27 loc) · 1008 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
32
name = "Plasm"
uuid = "e701d7ec-b90f-4f39-b973-f17b31692d38"
keywords = ["geometry", "topology", "cell-complex", "chain-complex"]
license = "MIT"
desc = "Plasm, the Programming LAnguage for Solid Modeling."
version = "0.6.0"
[deps]
LinearAlgebraicRepresentation = "95167b0c-186a-594b-a231-52369c6de044"
Triangle = "56f361f5-126b-55db-87fb-1c71988fcde4"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
GLFW = "f7f18e0c-5ee9-5ccd-a5bf-e8befd85ed98"
ModernGL = "66fc600b-dfda-50eb-8b99-91cfa97b1301"
IntervalTrees = "524e6230-43b7-53ae-be76-1e9e4d08d11b"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[compat]
IntervalTrees = "^1.0.0"
NearestNeighbors = "^0.4.3"
Triangle = "0.3.0"
julia = "^1.0.5"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]