Cargo Features

[dependencies]
vleue_navigator = { version = "0.10.2", default-features = false, features = ["debug-with-gizmos", "detailed-layers", "tracing", "avian2d", "avian3d"] }
default = debug-with-gizmos

The debug-with-gizmos feature is set by default whenever vleue_navigator is added without default-features = false somewhere in the dependency tree.

debug-with-gizmos default

Enables bevy_gizmos of bevy ^0.14.0

bevy:

Adds support for rendering gizmos

Affects vleue_navigator::NavMeshesDebug, vleue_navigator::NavMeshDebug, vleue_navigator::display_navmesh

detailed-layers

Enables detailed-layers of polyanya

Affects vleue_navigator::TransformedPath.path_with_layers

Features from optional dependencies

tracing implicit feature

Enables tracing

tracing:

Application-level tracing for Rust

avian2d implicit feature

Enables avian2d

avian2d:

An ECS-driven physics engine for the Bevy game engine

avian3d implicit feature

Enables avian3d

avian3d:

An ECS-driven physics engine for the Bevy game engine