Cargo Features
[dependencies]
autd3-link-monitor = { version = "14.2.2", default-features = false, features = ["plotters", "python", "gpu", "single_float"] }
- default = plotters
-
The
plotters
feature is set by default wheneverautd3-link-monitor
is added without
somewhere in the dependency tree.default-features = false - plotters default = plotters-bitmap, scarlet
-
Enables plotters
Affects
autd3-link-monitor::colormap
… - python = pyo3, which
- gpu = vulkano, vulkano-shaders
- single_float
-
Enables single_float of autd3-core
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.19.0
- which python?
-
Enables which ^4.4.0
- vulkano gpu?
-
Enables vulkano ^0.33.0
- vulkano-shaders gpu?
-
Enables vulkano-shaders ^0.33.0
- scarlet plotters
-
Enables scarlet ~1.1.0
- plotters-bitmap plotters