bevy_debug_log 0.7.0

Allows viewing tracing debug log output inside the bevy app using vanilla bevy_ui.
Documentation
[package]
name = "bevy_debug_log"
version = "0.7.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.17", default-features = false, features = [
    "default_font",
    "bevy_ui",
    "bevy_picking",
    "bevy_core_pipeline",
] }
bevy_transform = { version = "0.17" }
bevy_math = { version = "0.17" }
bevy_input = { version = "0.17" }
bevy_log = { version = "0.17" }
time = { version = "0.3", features = ["formatting", "wasm-bindgen"] }

[dev-dependencies]
pretty_assertions = "1"
bevy = "0.17"