Crate bones_bevy_renderer
source ·Expand description
Bevy plugin for rendering Bones framework games.
Modules
- The prelude
Structs
- Marker component for entities that are rendered in Bevy for bones.
- The bones renderer plugin.
Enums
- [
SystemSet] marker for sets added by bones to the Bevy world.
Traits
- This is a trait that must be implemented for your Bevy resource containing the bones [
World][bones::World].