bevy/crates/bevy_state
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
..
macros Use one BevyManifest instance in proc macros (#16766) 2024-12-15 15:00:05 +00:00
src Make StateTransitionSteps public (#16612) 2024-12-03 19:48:00 +00:00
Cargo.toml Move all_tuples to a new crate (#16161) 2024-12-03 17:41:09 +00:00