bevy/crates/bevy_macro_utils/src
raldone01 760d0a3100
Use one BevyManifest instance in proc macros (#16766)
# Objective

- Minor consistency improvement in proc macro code.
- Remove `get_path_direct` since it was only used once anyways and
doesn't add much.

## Solution
- Possibly a minor performance improvement since the `Cargo.toml` wont
be parsed as often.

## Testing

- I don't think it breaks anything.
- This is my first time working on bevy itself. Is there a script to do
a quick verify of my pr?

## Other PR

Similar to #7536 but has no extra dependencies.

Co-authored-by: François Mockers <mockersf@gmail.com>
2024-12-15 15:00:05 +00:00
..
attrs.rs Moved fq_std from bevy_reflect_derive to bevy_macro_utils (#9956) 2023-10-02 00:22:57 +00:00
bevy_manifest.rs Use one BevyManifest instance in proc macros (#16766) 2024-12-15 15:00:05 +00:00
fq_std.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
label.rs Modify derive_label to support no_std environments (#15465) 2024-09-27 20:23:26 +00:00
lib.rs Forbid unsafe in most crates in the engine (#12684) 2024-03-27 03:30:08 +00:00
shape.rs Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
symbol.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00