bevy
Installation
SKILL.md
Bevy
First moves
- Read Bevy version from
Cargo.toml/Cargo.lock; do not assume APIs. - Check current sources when API details matter:
- Examples: https://bevyengine.org/examples/
- Migration guides: https://bevyengine.org/learn/migration-guides/
- Local examples:
~/.cargo/registry/src/*/bevy-*/examples
- Inspect existing plugins/schedules before adding systems.
- Verify changes with
cargo check; avoidcargo cleanunless explicitly needed.
Current API anchors
Bevy breaks APIs often. For modern Bevy (0.17+):