# bevy_chair Bevy plugin for loading [chair](https://lib.rs/chair) meshes. # Usage Add the `ChairPlugin` to your `App`, then you can load `.chr` assets. # Example Spinning chair using vertex colours, normals and textures: `cargo run -r --example render` # Version Bevy 0.9 is supported by 0.9.X, 0.10 by 0.10.X, etc.