bevy/crates/bevy_asset
BeastLe9enD fcf01a7925
Add path function to ProcessContext (#12636)
# Objective

- It can be useful to have access to the path of the current asset being
processed, for example if you want to need a second file that is
relative to the current file being processed.

## Solution

- I added a `path()` function to the `ProcessContext`
2024-03-21 23:58:54 +00:00
..
macros Bump Version after Release (#12020) 2024-02-21 20:58:59 +00:00
src Add path function to ProcessContext (#12636) 2024-03-21 23:58:54 +00:00
Cargo.toml Add "all-features = true" to docs.rs metadata for most crates (#12366) 2024-03-08 20:03:09 +00:00