aboutsummaryrefslogtreecommitdiff
path: root/src_testbed/camera3d.rs
AgeCommit message (Collapse)Author
2025-01-08Upgrade bevy 0.15 (#758)Thierry Berger
* upgrade bevy 0.15 * use crate dependencies * use puffin pr dependency * suppress needless lifetimes * fix compiler error due to merge --------- Co-authored-by: Sébastien Crozet <sebcrozet@dimforge.com>
2024-03-24feat: update testbeds to bevy 0.13Sébastien Crozet
2024-01-27Fix clippy and enable clippy on CISébastien Crozet
2023-12-10chore: update testbed to bevy 0.12Sébastien Crozet
2023-10-23update bevy 0.11 - fix compile errorsjohnny-smitherson
2022-04-28Testbed: switch to bevy 0.7Sébastien Crozet
2022-01-16Fix some solver issuesSébastien Crozet
- Fix the wrong codepath taken by the solver for contacts involving a collider without parent. - Properly adress the non-linear treatment of the friction direction - Simplify the sleeping strategy - Add an impulse resolution multiplier
2022-01-09Update the testbed to use bevy 0.6Sébastien Crozet
2021-06-02Update dependenciesCrozet Sébastien