-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathProject.toml
28 lines (24 loc) · 948 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
name = "LinearAlgebraicRepresentation"
uuid = "95167b0c-186a-594b-a231-52369c6de044"
keywords = ["geometry", "topology", "cell-complex", "chain-complex"]
license = "MIT"
desc = "LAR, the Linear Algebraic Representation for Solid Modeling."
version = "1.0.0"
[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
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"
Triangulate = "f7e6ffb2-c36d-4f8f-a77e-16e897189344"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
[compat]
IntervalTrees = "^1.0.0"
NearestNeighbors = "^0.4.3"
julia = "1.6.0"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]