Cargo Features
[dependencies]
bevy_vrm = { version = "0.0.12", default-features = false, features = ["animations"] }
- default = animations
-
The
animations
feature is set by default wheneverbevy_vrm
is added without
somewhere in the dependency tree.default-features = false - animations default
-
Enables paste and animation of bevy
bevy:
Enable animation support, and glTF animation loading
Affects
bevy_vrm::animations
…