Cargo Features

[dependencies]
autd3-link-visualizer = { version = "22.0.4", default-features = false, features = ["all", "plotters", "python", "gpu", "async-trait"] }
default = plotters

The plotters feature is set by default whenever autd3-link-visualizer is added without default-features = false somewhere in the dependency tree.

all = gpu, plotters, python
plotters default all? = plotters-bitmap, scarlet

Enables plotters

Affects autd3-link-visualizer::colormap

python all? = pyo3, which
gpu all? = vulkano, vulkano-shaders
async-trait

Enables async-trait of autd3-driver and autd3-firmware-emulator

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.

pyo3 python?
which python?
vulkano gpu?
vulkano-shaders gpu?
scarlet plotters
plotters-bitmap plotters