aboutsummaryrefslogtreecommitdiff
path: root/src/pipeline/query_pipeline/generators.rs
AgeCommit message (Collapse)Author
2024-12-05fix clippy needless lifetimes (#769)Thierry Berger
+ ignore them for bevy where we often want explicitness
2024-08-30Fix pluralization in doc comment. (#725)Bruce Mitchener
2024-07-12ci: cargo doc step (#671)Thierry Berger
2024-06-09feat: rework QueryPipeline update API to take less parameters (#647)Thierry Berger
* chore: rework QueryPipeline API to take a generic qbvh updater This allows to pass less parameters depending on the updating mode. * chore: rework struct and functions names, and docs --------- Co-authored-by: Sébastien Crozet <sebcrozet@dimforge.com>