Skip to content

Commit 7a74bd5

Browse files
committed
add date
1 parent 1101594 commit 7a74bd5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/stl.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
using FileIO
55
# using GeometryBasics: TriangleP, Mesh, normals, PointMeta, coordinates
6-
# I removed TriangleP and PointMeta, as they are not existing in GeometryBasics anymore (past 0.5.0)
6+
# I removed TriangleP and PointMeta, as they are not existing in GeometryBasics anymore (past 0.5.0)
7+
# HD, 2024-06-10
78
using GeometryBasics: Mesh, normals, coordinates
89
using LinearAlgebra
910

0 commit comments

Comments
 (0)