bevy/crates/bevy_macro_utils/src
François 60be8759e3 add helper for macro to get either bevy::x or bevy_x depending on how it was imported (#7164)
# Objective

- It can be useful for third party crates to work independently on how bevy is imported

## Solution

- Expose an helper to get a subcrate path for macros
2023-01-11 21:12:02 +00:00
..
attrs.rs Fix beta clippy lints (#7154) 2023-01-11 09:51:22 +00:00
lib.rs add helper for macro to get either bevy::x or bevy_x depending on how it was imported (#7164) 2023-01-11 21:12:02 +00:00
shape.rs Don't panic in macro shape validation (#3647) 2022-01-15 22:14:43 +00:00
symbol.rs Implement and require #[derive(Component)] on all component structs (#2254) 2021-10-03 19:23:44 +00:00