bevy/crates/bevy_ecs/macros
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
..
src #5817: derive_bundle macro is not hygienic (#5835) 2022-08-30 02:07:47 +00:00
Cargo.toml Bump Version after Release (#5576) 2022-08-05 02:03:05 +00:00