bevy-panic-handler 1.0.2

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 = "1.0.2"
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 = "0.11.2"
msgbox = "0.7.0"