New nodes: 'Voronoi Cells', 'Tesselate', and 'Relax Points' (#4345)

This commit is contained in:
Keavon Chambers
2026-07-17 01:40:39 -07:00
committed by GitHub
parent 048c458789
commit 581bb05f5d
7 changed files with 811 additions and 2 deletions
+1
View File
@@ -209,6 +209,7 @@ syn = { version = "2.0", default-features = false, features = [
"proc-macro",
] }
lyon_geom = "1.0"
delaunator = "1.0"
petgraph = { version = "0.7", default-features = false, features = ["graphmap"] }
half = { version = "2.4", default-features = false, features = ["bytemuck"] }
tinyvec = { version = "1", features = ["std"] }