bevy/crates/bevy_asset/src
François Mockers 23b0dd6ffd
move ANDROID_APP to bevy_window (#15585)
# Objective

- Remove dependency in bevy_asset to bevy_winit
- First step for #15565 

## Solution

- the static `ANDROID_APP` and the `android_activity` reexport are now
in `bevy_window`

## Migration Guide

If you use the `android_activity` reexport from
`bevy::winit::android_activity`, it is now in
`bevy:🪟:android_activity`. Same for the `ANDROID_APP` static
2024-10-02 03:01:06 +00:00
..
io move ANDROID_APP to bevy_window (#15585) 2024-10-02 03:01:06 +00:00
processor Cleanup unneeded lifetimes in bevy_asset (#15546) 2024-09-30 21:54:59 +00:00
server bevy_asset: Improve NestedLoader API (#15509) 2024-10-01 14:14:04 +00:00
assets.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +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 Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
folder.rs Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00
handle.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
id.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
lib.rs bevy_asset: Improve NestedLoader API (#15509) 2024-10-01 14:14:04 +00:00
loader.rs bevy_asset: Improve NestedLoader API (#15509) 2024-10-01 14:14:04 +00:00
loader_builders.rs bevy_asset: Improve NestedLoader API (#15509) 2024-10-01 14:14:04 +00:00
meta.rs Cleanup unneeded lifetimes in bevy_asset (#15546) 2024-09-30 21:54:59 +00:00
path.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
reflect.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
saver.rs Cleanup unneeded lifetimes in bevy_asset (#15546) 2024-09-30 21:54:59 +00:00
transformer.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00