bevy/crates/bevy_app/src
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
..
app.rs Separate state crate (#13216) 2024-05-09 18:06:05 +00:00
lib.rs Computed State & Sub States (#11426) 2024-05-02 19:36:23 +00:00
main_schedule.rs Fix bevy_app not compiling without default features (#13532) 2024-05-27 21:22:03 +00:00
panic_handler.rs Move PanicHandlerPlugin into bevy_app (#12640) 2024-03-29 02:04:56 +00:00
plugin.rs Deprecate dynamic plugins (#13080) 2024-05-20 20:01:28 +00:00
plugin_group.rs Added add_group to PluginGroupBuilder (#9530) 2024-02-25 21:23:28 +00:00
schedule_runner.rs Simplify runner app exit code. (#13074) 2024-04-23 20:42:00 +00:00
sub_app.rs Separate state crate (#13216) 2024-05-09 18:06:05 +00:00