bevy/crates/bevy_asset/src
Zachary Harrold 8f32c799ee
Switch bevy_asset to core::prelude (#17442)
Makes use of `std` explicit, simplifying a possible `no_std` port.

# Objective

- Contributes to #15460
- Simplify future `no_std` work on `bevy_asset`

## Solution

- Add `#![no_std]` to switch to `core::prelude` instead of
`std::prelude`

## Testing

- CI

---

## Notes

This is entirely a change around the names of imports and has no impact
on functionality. This just reduces the quantity of changes involved in
the (likely more controversial) `no_std`-ification of `bevy_asset`.
2025-01-20 04:14:48 +00:00
..
io Switch bevy_asset to core::prelude (#17442) 2025-01-20 04:14:48 +00:00
processor Switch bevy_asset to core::prelude (#17442) 2025-01-20 04:14:48 +00:00
server Switch bevy_asset to core::prelude (#17442) 2025-01-20 04:14:48 +00:00
asset_changed.rs Switch bevy_asset to core::prelude (#17442) 2025-01-20 04:14:48 +00:00
assets.rs Switch bevy_asset to core::prelude (#17442) 2025-01-20 04:14:48 +00:00
direct_access_ext.rs Add methods to directly load assets from World (#12023) 2024-02-27 00:28:26 +00:00
event.rs fix: add reflect to SceneInstanceReady and other observers/events (#16018) 2024-10-20 13:51:41 +00:00
folder.rs Switch bevy_asset to core::prelude (#17442) 2025-01-20 04:14:48 +00:00
handle.rs Switch bevy_asset to core::prelude (#17442) 2025-01-20 04:14:48 +00:00
id.rs Update hashbrown to 0.15 (#15801) 2024-12-10 19:45:50 +00:00
lib.rs Switch bevy_asset to core::prelude (#17442) 2025-01-20 04:14:48 +00:00
loader_builders.rs Switch bevy_asset to core::prelude (#17442) 2025-01-20 04:14:48 +00:00
loader.rs Switch bevy_asset to core::prelude (#17442) 2025-01-20 04:14:48 +00:00
meta.rs Switch bevy_asset to core::prelude (#17442) 2025-01-20 04:14:48 +00:00
path.rs Switch bevy_asset to core::prelude (#17442) 2025-01-20 04:14:48 +00:00
reflect.rs Switch bevy_asset to core::prelude (#17442) 2025-01-20 04:14:48 +00:00
render_asset.rs Split off bevy_image from bevy_render (#15650) 2024-10-04 20:16:47 +00:00
saver.rs Switch bevy_asset to core::prelude (#17442) 2025-01-20 04:14:48 +00:00
transformer.rs Switch bevy_asset to core::prelude (#17442) 2025-01-20 04:14:48 +00:00