Cargo Features

all-is-cubes-gpu has no features set by default.

[dependencies]
all-is-cubes-gpu = { version = "0.8.0", features = ["rerun", "wgpu", "auto-threads"] }
rerun

Adds support for render info logging to Rerun.

Enables rerun of all-is-cubes and all-is-cubes-mesh

Affects common::RerunFilter

wgpu

Enable wgpu support.
(The library is useless without this, but we used to have multiple GPU API support
and I don't want to go entirely deleting it quite yet.)

Enables wgpu ^0.19.3

Affects all-is-cubes-gpu::in_wgpu

auto-threads

Adds automatic parallelism to some algorithms. If disabled, std::thread is never used. If enabled, threads may be created and the active rayon thread pool may be used.

Enables rayon, auto-threads of all-is-cubes-mesh and all-is-cubes-render