imgui-log 0.1.0

log backend that mirrors to an imgui window and/or stdout
Documentation
example = []
[dependencies.amethyst]
optional = true
version = "0.13.2"

[dependencies.amethyst-imgui]
optional = true
version = "0.5.1"

[dependencies.imgui]
version = "0.2"

[dependencies.log]
features = ["std"]
version = "0.4.8"

[features]
amethyst-system = ["amethyst", "amethyst-imgui"]

[package]
authors = ["Smasher816 <Smasher816@gmail.com>"]
categories = ["API bindings", "GUI"]
description = "log backend that mirrors to an imgui window and/or stdout"
edition = "2018"
keywords = ["amethyst", "imgui", "logging", "log", "logger"]
license = "MIT/Apache-2.0"
name = "imgui-log"
readme = "README.md"
repository = "https://github.com/Smasher816/imgui-log"
version = "0.1.0"