bevy_retro_camera 1.1.0

Scaled pixel-perfect rendering camera for Bevy
Documentation
1
2
3
4
5
pub mod bundle;
pub mod plugin;

pub use bundle::RetroCameraBundle;
pub use plugin::RetroCameraPlugin;