refactor: static intersection struct for calculating edges instead of smallvec

This commit is contained in:
2025-07-28 12:44:54 -05:00
parent 2edd23cfbb
commit 199b4dc939
4 changed files with 164 additions and 31 deletions

View File

@@ -20,7 +20,6 @@ anyhow = "1.0"
glam = { version = "0.30.4", features = [] }
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.141"
smallvec = "1.15.1"
[profile.release]
lto = true