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 logging through bevy_log if the log feature is enabled.

Structs§

PanicHandler
Bevy plugin that opens a popup window on panic & logs an error
PanicHandlerBuilder

Traits§

PanicHandleFn