debug_overlay 0.12.0

A basic low-overhead and ascii-only debug overlay that can be displayed using GPU APIs such as wgpu.
Documentation
[package]
name = "debug_overlay"
description = "A basic low-overhead and ascii-only debug overlay that can be displayed using GPU APIs such as wgpu."
version = "0.12.0"
edition = "2021"
authors = ["Nicolas Silva"]
license = "MIT OR Apache-2.0"
keywords = ["graphics", "debugging"]

[features]
wgpu = ["dep:wgpu"]
#wgpu-core = ["dep:wgpu-core"]

[dependencies]
bytemuck = "1.15.0"
wgpu = { version = "28", optional = true }
wgpu-core = { version = "28", optional = true }
#wgpu = { optional = true, git = "https://github.com/gfx-rs/wgpu.git" }
#wgpu-core = { optional = true, git = "https://github.com/gfx-rs/wgpu.git" }