mirror of
https://github.com/bevyengine/bevy
synced 2025-01-06 18:28:59 +00:00
24 lines
520 B
TOML
24 lines
520 B
TOML
|
[package]
|
||
|
name = "bevy_panic_handler"
|
||
|
version = "0.14.0-dev"
|
||
|
edition = "2021"
|
||
|
description = "Provides panic handlers for Bevy Engine"
|
||
|
homepage = "https://bevyengine.org"
|
||
|
repository = "https://github.com/bevyengine/bevy"
|
||
|
license = "MIT OR Apache-2.0"
|
||
|
keywords = ["bevy"]
|
||
|
|
||
|
[features]
|
||
|
|
||
|
[dependencies]
|
||
|
bevy_app = { path = "../bevy_app", version = "0.14.0-dev" }
|
||
|
|
||
|
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||
|
console_error_panic_hook = "0.1.6"
|
||
|
|
||
|
[lints]
|
||
|
workspace = true
|
||
|
|
||
|
[package.metadata.docs.rs]
|
||
|
all-features = true
|