fix the cellulite spilling bug

This commit is contained in:
Tamo
2025-07-24 18:11:16 +02:00
parent bad5406095
commit ebb4865b95
16 changed files with 157 additions and 116 deletions

View File

@ -18,8 +18,8 @@ bincode = "1.3.3"
bstr = "1.12.0"
bytemuck = { version = "1.23.1", features = ["extern_crate_alloc"] }
byteorder = "1.5.0"
# cellulite = { path = "../../../cellulite" }
cellulite = "0.1.0"
cellulite = { path = "../../../cellulite" }
# cellulite = "0.1.0"
steppe = "0.4.0"
charabia = { version = "0.9.6", default-features = false }
concat-arrays = "0.1.2"
@ -114,6 +114,7 @@ utoipa = { version = "5.4.0", features = [
] }
lru = "0.14.0"
geo-types = "0.7.16"
zerometry = "0.1.0"
[dev-dependencies]
mimalloc = { version = "0.1.47", default-features = false }