Skip to content

Commit

Permalink
New package: SignedDistanceField v0.1.0 (#56844)
Browse files Browse the repository at this point in the history
UUID: 9a18c034-6024-4f9e-89ee-87be330f4587
Repo: https://gitlab.emse.fr/pierrat/SignedDistanceField.jl
Tree: e035d82a34d09adc0e63fef287d5dde61b6a944e
  • Loading branch information
touste authored Mar 28, 2022
1 parent e2d7455 commit aa094e8
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions Registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4451,6 +4451,7 @@ some amount of consideration when choosing package names.
9a00dd6d-eebd-547e-8f34-c9aea159fd8a = { name = "HMMER_jll", path = "H/HMMER_jll" }
9a0b12b7-583b-4f04-aa1f-d8551b6addc9 = { name = "GeometricBase", path = "G/GeometricBase" }
9a15a9f4-ddd5-46ee-89fc-c219f813dd6f = { name = "HTMLSanitizer", path = "H/HTMLSanitizer" }
9a18c034-6024-4f9e-89ee-87be330f4587 = { name = "SignedDistanceField", path = "S/SignedDistanceField" }
9a22fb26-0b63-4589-b28e-8f9d0b5c3d05 = { name = "GibbsSeaWater", path = "G/GibbsSeaWater" }
9a2cd570-f05c-5dc1-9209-93ad6f5727f7 = { name = "KrylovMethods", path = "K/KrylovMethods" }
9a355d7c-ffe9-11e8-019f-21dae27d1722 = { name = "CacheVariables", path = "C/CacheVariables" }
Expand Down
10 changes: 10 additions & 0 deletions S/SignedDistanceField/Compat.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[0]
FileIO = "1"
GLMakie = "0.5"
GeometryBasics = "0.4.1-0.4"
MeshIO = "0.4"
NearestNeighbors = "0.4"
ProgressMeter = "1.7.0-1"
StructArrays = "0.6"
WriteVTK = "1"
julia = "1.6.0-1"
10 changes: 10 additions & 0 deletions S/SignedDistanceField/Deps.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[0]
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MeshIO = "7269a6da-0436-5bbc-96c2-40638cbb6118"
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192"
3 changes: 3 additions & 0 deletions S/SignedDistanceField/Package.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
name = "SignedDistanceField"
uuid = "9a18c034-6024-4f9e-89ee-87be330f4587"
repo = "https://gitlab.emse.fr/pierrat/SignedDistanceField.jl"
2 changes: 2 additions & 0 deletions S/SignedDistanceField/Versions.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
["0.1.0"]
git-tree-sha1 = "e035d82a34d09adc0e63fef287d5dde61b6a944e"

0 comments on commit aa094e8

Please sign in to comment.