Cargo Features

bevy_reflect has no features set by default.

[dependencies]
bevy_reflect = { version = "0.13.2", features = ["bevy", "glam", "bevy_math", "smallvec", "documentation"] }
bevy = bevy_math, smallvec, smol_str

When enabled, provides Bevy-related reflection implementations

glam bevy_math?

Enables glam ^0.25

bevy_math bevy? = glam

Enables bevy_math

bevy

smallvec bevy?
documentation

When enabled, allows documentation comments to be accessed via reflection

Enables documentation of bevy_reflect_derive

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.

smol_str bevy?