[](https://crates.io/crates/bevy-panic-handler)
A Plugin for [`bevy`](https://github.com/bevyengine/bevy) that creates a popup and logs to error on panic.
```rs
use bevy::prelude::*;
fn main() {
}
```
[](./examples/popup.rs)