The example rayon-chunks doesn't run, I assume its because of the ilattice dependency.
https://github.com/bonsairobo/fast-surface-nets-rs/blob/main/examples-crate/Cargo.toml#L12
In the Cargo.toml file it refrences branch = "main" for the ilattice dependency.
There have probably been some code changes that break the example.
It would be better if the example was updated to depend on a spesific version of ilattice.
The example
rayon-chunksdoesn't run, I assume its because of theilatticedependency.https://github.com/bonsairobo/fast-surface-nets-rs/blob/main/examples-crate/Cargo.toml#L12
In the
Cargo.tomlfile it refrencesbranch = "main"for theilatticedependency.There have probably been some code changes that break the example.
It would be better if the example was updated to depend on a spesific version of
ilattice.