bevy-panic-handler 2.0.1

A Bevy plugin that creates a popup message and logs to error on panic
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "bevy-panic-handler"
version = "2.0.1"
edition = "2021"
authors = ["Daniel Yoon"]
description = "A Bevy plugin that creates a popup message and logs to error on panic"
repository = "https://github.com/Koranir/bevy-panic-handler"
license = "MIT OR Apache-2.0"
keywords = ["bevy", "panic", "popup"]
categories = ["game-engines"]

[dependencies]
bevy = { version = "^0.11.0", default-features = false }
msgbox = "0.7.0"