Skip to content

Commit

Permalink
Merge pull request #28 from JuliaGeometry/sjk/housekeeping
Browse files Browse the repository at this point in the history
[Pkg] switch to using Project.toml spec
  • Loading branch information
sjkelly authored Jun 23, 2019
2 parents 11b2a7a + e49eb25 commit 1c1a3ee
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
*~
*.jl.cov
*.jl.*.cov
*.jl.mem
*.jl.*.mem
*.ply
*.stl
*.obj
*.off
Manifest.toml
15 changes: 15 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name = "Meshing"
uuid = "e6723b4c-ebff-59f1-b4b7-d97aa5274f73"

[deps]
GeometryTypes = "4d00f742-c7ba-57c2-abde-4428a4b178cb"

[extras]
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Profile = "9abbd945-dff8-562f-b5e8-e1ebf5ef1b79"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["ForwardDiff", "LinearAlgebra", "Profile", "Statistics", "Test"]
2 changes: 0 additions & 2 deletions REQUIRE

This file was deleted.

1 change: 0 additions & 1 deletion test/REQUIRE

This file was deleted.

0 comments on commit 1c1a3ee

Please sign in to comment.