Inline convex hull logic

This commit is contained in:
Dennis Kobert
2026-07-09 00:42:45 +02:00
parent 637fba5f2b
commit d3e397ebd1
5 changed files with 1339 additions and 401 deletions
+1
View File
@@ -164,6 +164,7 @@ url = "2.5"
tokio = { version = "1.29", features = ["fs", "macros", "io-std", "rt", "rt-multi-thread"] }
# Linebender ecosystem (BEGIN)
kurbo = { version = "0.13", features = ["serde"] }
poly-cool = "0.3"
vello = "0.9"
vello_encoding = "0.9"
resvg = "0.47"