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 default-features = false somewhere in the dependency tree.

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?
rayon pipeline
ort person_matting yolo?