bevy/crates/bevy_asset/src/io
Joshua Maleszewski 1ef334cc25
Make asset watcher work when path contains "../" (#18023)
# Objective

Fixes #18022

## Solution

Canonicalize asset paths

## Testing

I ran the examples `sprite`, `desk_toy` and `game_menu` with the feature
`file_watcher` enabled. All correctly updated an asset when the source
file was altered.

Co-authored-by: Threadzless <threadzless@gmail.com>
2025-03-02 18:15:27 +00:00
..
embedded Fill out some missing docs for bevy_assets (#17829) 2025-02-13 21:08:09 +00:00
file Make asset watcher work when path contains "../" (#18023) 2025-03-02 18:15:27 +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