Cargo Features
[dependencies]
bevy_vrm = { version = "0.1.0", default-features = false, features = ["animations"] }
- default = animations
-
The
animationsfeature is set by default wheneverbevy_vrmis added withoutsomewhere in the dependency tree.default-features = false - animations default
-
Enables paste, animation of bevy ^0.16.0
Affects
bevy_vrm::animations…