Cargo Features
[dependencies]
autd3-link-visualizer = { version = "27.0.0", default-features = false, features = ["all", "plotters", "python", "gpu", "async-trait"] }
- default = plotters
-
The
plotters
feature is set by default wheneverautd3-link-visualizer
is added without
somewhere in the dependency tree.default-features = false - 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 ^27.0.0 and autd3-firmware-emulator ^27.0.0
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?
-
Enables pyo3 ^0.22.2
- which python?
-
Enables which ^6.0.0
- vulkano gpu?
- vulkano-shaders gpu?
- scarlet plotters
- plotters-bitmap plotters