Back to Bevy

Added mouse panning to `PanCamera` component

_release-content/migration-guides/pan_camera_mouse_panning.md

0.19.0188 B
Original Source

By default PanCamera now includes mouse panning.

To go back to the keyboard only panning, you need to set the enabled field of the PanCamera's mouse_pan_settings field to false.