Crate bevy_panic_handler
source ·Expand description
A wrapper for panics using Bevy’s plugin system.
On supported platforms (windows, macos, linux) will produce a popup using the msgbox crate in addition to writing via log::error!, or if bevy::log::LogPlugin is not enabled, stderr.
Structs
- Bevy plugin that opens a popup window on panic & logs an error