bevy/crates/bevy_app
Benjamin Brienen 1b8c1c1242
simplify std::mem references (#15315)
# Objective
- Fixes #15314

## Solution

- Remove unnecessary usings and simplify references to those functions.

## Testing

CI
2024-09-19 21:28:16 +00:00
..
src simplify std::mem references (#15315) 2024-09-19 21:28:16 +00:00
Cargo.toml bevy_reflect: Function registry (#14098) 2024-08-06 01:09:48 +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.