bevy/crates/bevy_app
Christian Hughes D 8684db139a
Fix bevy_app not compiling without default features (#13532)
# Objective

Fix #13530 (just realized creating an issue was unnecessary since it's a
super simple fix)

## Solution

Add a cfg feature attribute

## Testing

Compiles fine now
2024-05-27 21:22:03 +00:00
..
src Fix bevy_app not compiling without default features (#13532) 2024-05-27 21:22:03 +00:00
Cargo.toml Separate state crate (#13216) 2024-05-09 18:06:05 +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.