2
0
Fork 0
mirror of https://github.com/bevyengine/bevy synced 2024-12-24 20:13:07 +00:00
bevy/crates/bevy_hierarchy/src
AxiomaticSemantics ef9427727f
Fix permissions of rust source files ()
# Objective

- Permissions of some rust source files are incorrect.

## Solution
- chmod 644 instead of 755

Co-authored-by: _ <>
2024-11-09 16:34:38 +00:00
..
components Add VisitEntities for generic and reflectable Entity iteration () 2024-09-30 17:32:03 +00:00
child_builder.rs Allow World::entity family of functions to take multiple entities and get multiple references back () 2024-10-07 15:21:40 +00:00
events.rs fix: add reflect to SceneInstanceReady and other observers/events () 2024-10-20 13:51:41 +00:00
hierarchy.rs Allow World::entity family of functions to take multiple entities and get multiple references back () 2024-10-07 15:21:40 +00:00
lib.rs Fix permissions of rust source files () 2024-11-09 16:34:38 +00:00
query_extension.rs Migrate from Query::single and friends to Single () 2024-10-13 20:32:06 +00:00
valid_parent_check_plugin.rs Add core and alloc over std Lints () 2024-09-27 00:59:59 +00:00