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
15
16
17
[dependencies.bevy]
version = "0.11.2"

[dependencies.msgbox]
version = "0.7.0"

[package]
authors = ["Daniel Yoon"]
categories = ["game-engines"]
description = "A Bevy plugin that creates a popup message and logs to error on panic"
edition = "2021"
keywords = ["bevy", "panic", "popup"]
license = "MIT OR Apache-2.0"
name = "bevy-panic-handler"
readme = "README.md"
repository = "https://github.com/Koranir/bevy-panic-handler"
version = "1.0.2"