switch to bevy-third-person-camera for orbit cam

This commit is contained in:
Schrottkatze 2025-05-21 15:56:58 +02:00
parent f518a2c670
commit 2e7de9f296
Signed by: schrottkatze
SSH key fingerprint: SHA256:FPOYVeBy3QP20FEM42uWF1Wa/Qhlk+L3S2+Wuau/Auo
6 changed files with 1075 additions and 100 deletions

View file

@ -6,6 +6,7 @@ edition = "2024"
[dependencies]
bevy = "0.16.0"
bevy-inspector-egui = "0.31.0"
bevy_third_person_camera = "0.3.0"
env_logger = "0.11.8"
log = "0.4.27"