Cargo Features
all-is-cubes-mesh has no features set by default.
[dependencies]
all-is-cubes-mesh = { version = "0.8.0", features = ["rerun", "arbitrary", "auto-threads"] }
- rerun
-
Adds support for mesh generation performance logging to Rerun.
Enables rerun of all-is-cubes
Affects
viz::Inner
… - arbitrary
-
Adds
impl arbitrary::Arbitrary for ...
Enables arbitrary, arbitrary of all-is-cubes, arbitrary of ordered-float
- auto-threads
-
Adds automatic parallelism to some algorithms (but not all possible uses of concurrency). If disabled,
std::thread
is never used. If enabled, threads may be created and the activerayon
thread pool may be used.Enables rayon