Cargo Features

NavMesh has no features set by default.

[dependencies]
navmesh = { version = "0.12.1", features = ["parallel", "scalar64", "convert"] }
parallel = rayon
scalar64

Affects navmesh::Scalar

convert = mint

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

rayon parallel?
mint convert?