bevy-panic-handler 7.0.0

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
18
[package]
name = "bevy-panic-handler"
version = "7.0.0"
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"]

[features]
default = ["log"]
log = ["bevy/bevy_log"]

[dependencies]
bevy = { version = "0.18.0", default-features = false }
native-dialog = "0.9.4"