bevy/crates/bevy_app/src
BD103 d722fef23d
Remove deprecated bevy_dynamic_plugin (#14534)
# Objective

- Dynamic plugins were deprecated in #13080 due to being unsound. The
plan was to deprecate them in 0.14 and remove them in 0.15.

## Solution

- Remove all dynamic plugin functionality.
- Update documentation to reflect this change.

---

## Migration Guide

Dynamic plugins were deprecated in 0.14 for being unsound, and they have
now been fully removed. Please consider using the alternatives listed in
the `bevy_dynamic_plugin` crate documentation, or worst-case scenario
you may copy the code from 0.14.
2024-07-30 15:31:08 +00:00
..
app.rs Fix intra-doc links and make CI test them (#14076) 2024-07-11 13:08:31 +00:00
lib.rs Remove deprecated bevy_dynamic_plugin (#14534) 2024-07-30 15:31:08 +00:00
main_schedule.rs Fix intra-doc links and make CI test them (#14076) 2024-07-11 13:08:31 +00:00
panic_handler.rs Fix lints introduced in Rust beta 1.80 (#13899) 2024-06-17 17:22:01 +00:00
plugin_group.rs plugin_group! macro (adopted) (#14339) 2024-07-16 01:14:33 +00:00
plugin.rs Remove deprecated bevy_dynamic_plugin (#14534) 2024-07-30 15:31:08 +00:00
schedule_runner.rs Simplify runner app exit code. (#13074) 2024-04-23 20:42:00 +00:00
sub_app.rs feat(bevy_app): expose an API to perform updates for a specific sub-app. (#14009) 2024-06-25 14:04:31 +00:00
terminal_ctrl_c_handler.rs Handle Ctrl+C in the terminal properly (#14001) 2024-07-01 14:08:42 +00:00