Replace the Boolean Operations node's algorithm with the Linesweeper library (#2670)

* Attempt one-shot n-ary ops

* Make it not crash

* Try to remove more path_bool

* Add quantization

* Update to latest

* Nits

* Code review

---------

Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
jneem
2026-03-10 22:00:49 -07:00
committed by GitHub
co-authored by Keavon Chambers
parent 095c2a6d47
commit 58aae4f87b
5 changed files with 165 additions and 259 deletions
+2 -1
View File
@@ -16,9 +16,10 @@ core-types = { workspace = true }
graphic-types = { workspace = true }
node-macro = { workspace = true }
glam = { workspace = true }
linesweeper = { workspace = true }
log = { workspace = true }
path-bool = { workspace = true }
serde = { workspace = true }
smallvec = { workspace = true }
vector-types = { workspace = true }
# Optional workspace dependencies