Changelog
- Updated Bevy to 0.13
- Changed all camera systems to now run in
PostUpdate
, fixing some stutter issues, with the side effect of #4. - Added the
CameraSystems
SystemSet
, which allows fine control over if you want your systems to run before/afterbevy_smooth_pixel_camera
's systems. - Major code cleanup
Full Changelog: 0.2.2...0.3.0