Cargo Features

[dependencies]
bevy_rerecast_editor_integration = { version = "0.3.0", default-features = false, features = ["libm", "debug_plugin", "pbr_transmission_textures", "pbr_specular_textures", "pbr_multi_layer_material_textures", "pbr_anisotropy_texture"] }
default = debug_plugin

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

libm

Enables libm of bevy_math and bevy_rerecast_core

bevy_math:

Enable libm mathematical functions for glam types to ensure consistent outputs across platforms at the cost of losing hardware-level optimization using intrinsics

debug_plugin default

Enables debug_plugin of bevy_rerecast_core

pbr_transmission_textures

Enables pbr_transmission_textures of bevy_pbr

pbr_specular_textures

Enables pbr_specular_textures of bevy_pbr

pbr_multi_layer_material_textures

Enables pbr_multi_layer_material_textures of bevy_pbr

pbr_anisotropy_texture

Enables pbr_anisotropy_texture of bevy_pbr

bevy_rerecast_editor_integration has 7 features without comments.