bevy/crates/bevy_app
Niklas Eicker 69d7da9b37
Let init_non_send_resource require FromWorld instead of Default (#13779)
# Objective

- Let `init_non_send_resource` take `FromWorld` values again, not only
`Default`
- This reverts an unintended breaking change introduced in #9202

## Solution

- The resource initialized with `init_non_send_resource` requires
`FromWorld` again
2024-06-10 07:10:52 +00:00
..
src Let init_non_send_resource require FromWorld instead of Default (#13779) 2024-06-10 07:10:52 +00:00
Cargo.toml Move state installation methods from bevy_app to bevy_state (#13637) 2024-06-03 13:47:08 +00:00
README.md add and fix shields in Readmes (#9993) 2023-10-15 00:52:31 +00:00

Bevy App

License Crates.io Downloads Docs Discord

This crate is about everything concerning the highest-level, application layer of a Bevy app.