Cargo Features

[dependencies]
bevy_feronia = { version = "0.8.2", default-features = false, features = ["avian", "pcss", "trace", "dlss"] }
default = trace

The trace feature is set by default whenever bevy_feronia is added without default-features = false somewhere in the dependency tree.

avian

Enables support for avian and adds the dependency.

Enables avian3d

Affects assets::ScatterAsset.rigid_body, assets::ScatterAssetPart.o_collider, components::ScatterAssetCreationRequest.o_rigid_body, data::CollectableQueryData.o_rigid_body, data::CollectableQueryData.o_collider, data::CollectableQueryData.o_scatter_body, components::ScatterPhysicsBody

pcss dev

Enables the "experimental_pbr_pcss" feature in the bevy crate. Used for shadow quality settings.

Enables experimental_pbr_pcss of bevy

trace default

Enables tracing and adds the dependency.

Enables tracing

dlss dev

Enables the "dlss" feature in the bevy crate. Used only in examples.

Enables dlss of bevy