bevy/crates/bevy_ecs/macros/src
Javier Goday 46f68161f7 #5817: derive_bundle macro is not hygienic (#5835)
# Objective
- Fixes #5817.
- Removes std::vec::Vec ambiguities in derive_bundle macro

## Solution
Prepend :: to standard library full Vec qualified type name (::std::vec::Vec)
2022-08-30 02:07:47 +00:00
..
component.rs Make Resource trait opt-in, requiring #[derive(Resource)] V2 (#5577) 2022-08-08 21:36:35 +00:00
fetch.rs make WorldQuery very flat (#5205) 2022-08-04 21:51:02 +00:00
lib.rs #5817: derive_bundle macro is not hygienic (#5835) 2022-08-30 02:07:47 +00:00