[package]
name = "bevy_debug_log"
version = "0.5.0"
edition = "2021"
authors = ["Rustunit <mail@rustunit.com>"]
description = "Allows viewing tracing debug log output inside the bevy app using vanilla bevy_ui."
license = "MIT OR Apache-2.0"
repository = "https://github.com/rustunit/bevy_debug_log"
readme = "README.md"
keywords = ["bevy", "gamedev", "testing", "logging"]
categories = ["game-development"]
exclude = ["assets/"]
[dependencies]
bevy = { version = "0.15", default-features = false, features = [
"default_font",
"bevy_ui",
] }
time = { version = "0.3", features = ["formatting", "wasm-bindgen"] }
[dev-dependencies]
pretty_assertions = "1"
bevy = "0.15"