[dependencies.bevy]
default-features = false
version = "0.15.0"
[dependencies.native-dialog]
version = "0.7.0"
[[example]]
name = "custom_body"
path = "examples/custom_body.rs"
[[example]]
name = "custom_title"
path = "examples/custom_title.rs"
[[example]]
name = "popup"
path = "examples/popup.rs"
[lib]
name = "bevy_panic_handler"
path = "src/lib.rs"
[package]
authors = ["Daniel Yoon"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
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 = "4.0.1"