bevy/crates/bevy_asset/src
Marlon bfd6285c3b Add Eq & PartialEq to AssetPath (#6274)
Adds `Eq` and `ArtialEq` to `AssetPath` to make `AssetPath` usable inside HashMaps.
2022-10-17 14:01:53 +00:00
..
diagnostic docs: Full documentation for bevy_asset (#3536) 2022-07-12 15:44:09 +00:00
io Add warning when using load_folder on web (#5827) 2022-08-29 22:26:43 +00:00
asset_server.rs Remove AssetServer::watch_for_changes() (#5968) 2022-09-19 16:36:38 +00:00
assets.rs make Handle::<T> field id private, and replace with a getter (#6176) 2022-10-06 13:33:30 +00:00
debug_asset_server.rs Make Resource trait opt-in, requiring #[derive(Resource)] V2 (#5577) 2022-08-08 21:36:35 +00:00
filesystem_watcher.rs Update to notify 5.0 stable (#5865) 2022-09-02 15:54:54 +00:00
handle.rs Reflect Default for ComputedVisibility and Handle<T> (#6187) 2022-10-06 19:31:47 +00:00
info.rs docs: Full documentation for bevy_asset (#3536) 2022-07-12 15:44:09 +00:00
lib.rs Remove AssetServer::watch_for_changes() (#5968) 2022-09-19 16:36:38 +00:00
loader.rs Export anyhow::error for custom asset loaders (#5359) 2022-07-20 14:14:30 +00:00
path.rs Add Eq & PartialEq to AssetPath (#6274) 2022-10-17 14:01:53 +00:00