Cargo Features

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

[dependencies]
all-is-cubes-gpu = { version = "0.7.0", features = ["rerun", "wgpu", "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.1

Affects all-is-cubes-gpu::in_wgpu

threads

Enable use of threads.

Enables rayon