bevy/crates/bevy_asset/src/io
andriyDev 9bcaad7b43
Canonicalize the root path to match the canonicalized asset path. (#18345)
# Objective

- Fixes #18342.

## Solution

- Canonicalize the root path so that when we try to strip the prefix, it
matches the canonicalized asset path.
- This is basically just a followup to #18023.

## Testing

- Ran the hot_asset_reloading example and it no longer panics.
2025-03-16 21:03:29 +00:00
..
embedded Fill out some missing docs for bevy_assets (#17829) 2025-02-13 21:08:09 +00:00
file Canonicalize the root path to match the canonicalized asset path. (#18345) 2025-03-16 21:03:29 +00:00
android.rs Switch bevy_asset to core::prelude (#17442) 2025-01-20 04:14:48 +00:00
gated.rs Move hashbrown and foldhash out of bevy_utils (#17460) 2025-01-23 16:46:08 +00:00
memory.rs Move hashbrown and foldhash out of bevy_utils (#17460) 2025-01-23 16:46:08 +00:00
mod.rs Switch bevy_asset to core::prelude (#17442) 2025-01-20 04:14:48 +00:00
processor_gated.rs Switch bevy_asset to core::prelude (#17442) 2025-01-20 04:14:48 +00:00
source.rs Fill out some missing docs for bevy_assets (#17829) 2025-02-13 21:08:09 +00:00
wasm.rs Switch bevy_asset to core::prelude (#17442) 2025-01-20 04:14:48 +00:00