Skip to content

Commit 1c1a3ee

Browse files
authored
Merge pull request #28 from JuliaGeometry/sjk/housekeeping
[Pkg] switch to using Project.toml spec
2 parents 11b2a7a + e49eb25 commit 1c1a3ee

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
*~
12
*.jl.cov
23
*.jl.*.cov
34
*.jl.mem
5+
*.jl.*.mem
46
*.ply
57
*.stl
68
*.obj
79
*.off
10+
Manifest.toml

Project.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name = "Meshing"
2+
uuid = "e6723b4c-ebff-59f1-b4b7-d97aa5274f73"
3+
4+
[deps]
5+
GeometryTypes = "4d00f742-c7ba-57c2-abde-4428a4b178cb"
6+
7+
[extras]
8+
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
9+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
10+
Profile = "9abbd945-dff8-562f-b5e8-e1ebf5ef1b79"
11+
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
12+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
13+
14+
[targets]
15+
test = ["ForwardDiff", "LinearAlgebra", "Profile", "Statistics", "Test"]

REQUIRE

Lines changed: 0 additions & 2 deletions
This file was deleted.

test/REQUIRE

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)