Cargo Features

re_components has no features set by default.

[dependencies]
re_components = { version = "0.9.0-alpha.3", features = ["arrow_datagen", "ecolor", "glam", "image", "serde"] }
arrow_datagen

Enables the datagen module, which exposes a number of tools for generating random data for tests and benchmarks.

Enables rand

Affects re_components::datagen

ecolor

Enable conversions

Enables ecolor ^0.22.0

Optional dependencies:

glam

Add support for some math operations using glam.

Enables glam ^0.22

image

Integration with the image crate, plus JPEG support..

Enables ecolor ^0.22.0, image ^0.24, zune-core ^0.2, and zune-jpeg ^0.3

Affects tensor::TensorImageLoadError, tensor::TensorImageSaveError

serde

Enable (de)serialization using serde.

Enables serde and serde of half and re_log_types =0.9.0-alpha.3

re_log_types:

Rerun