Cargo Features

[dependencies]
bevy_vrm = { version = "0.0.12", default-features = false, features = ["animations"] }
default = animations

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

animations default

Enables paste and animation of bevy

bevy:

Enable animation support, and glTF animation loading

Affects bevy_vrm::animations