Skip to content

Commit

Permalink
[Pkg] switch to using Project.toml spec
Browse files Browse the repository at this point in the history
  • Loading branch information
sjkelly committed Jun 23, 2019
1 parent 11b2a7a commit 2483787
Show file tree
Hide file tree
Showing 4 changed files with 15 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
12 changes: 12 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name = "Meshing"
uuid = "e6723b4c-ebff-59f1-b4b7-d97aa5274f73"

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

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"

[targets]
test = ["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 2483787

Please sign in to comment.