Cargo Features
[dependencies]
bevy_light_field = { version = "0.8.0", default-features = false, features = ["person_matting", "pipeline", "yolo"] }
- default = person_matting, pipeline
-
These default features are set whenever
bevy_light_field
is added without
somewhere in the dependency tree.default-features = false - person_matting default = bevy_ort, ndarray, ort
- pipeline default = image, imageproc, rayon
- yolo = bevy_ort, ndarray, ort
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.
- bevy_ort person_matting yolo?
-
Enables bevy_ort ^0.8
- image pipeline
-
Enables image ^0.24
update /w
bevy
crate - imageproc pipeline
-
Enables imageproc ^0.23.0
update /w
image
crate - ndarray person_matting yolo?
-
Enables ndarray ^0.15
- rayon pipeline
- ort person_matting yolo?