Cargo Features

vox-format has no features set by default.

[dependencies]
vox-format = { version = "0.1.0", features = ["full", "serialize", "palette"] }
full = image, mint, nalgebra, serialize
serialize full? = serde, serde-big-array

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.

palette implicit feature

Enables palette ^0.6

palette:

Convert and manage colors with a focus on correctness, flexibility and ease of use

image full?

Enables image ^0.23

mint full?
nalgebra full?

Enables nalgebra ^0.28

serde serialize?
serde-big-array serialize?

Enables serde-big-array ^0.3