tuigui 0.23.0

An easy-to-use, highly extensible, and speedy TUI library.
Documentation
[dependencies.crossterm]
optional = true
version = "0.28.1"

[dependencies.hashbrown]
optional = true
version = "0.14.5"

[dependencies.owo-colors]
optional = true
version = "4.1.0"

[features]
backend_crossterm = ["dep:crossterm"]
content_proc_owo_colors = ["dep:owo-colors"]
default = ["hashbrown", "terminal_ready"]
terminal_ready = ["backend_crossterm", "content_proc_owo_colors"]

[lib]
name = "tuigui"
path = "src/lib.rs"

[package]
authors = ["Jackson Novak <jacksonnovak@proton.me>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "An easy-to-use, highly extensible, and speedy TUI library."
edition = "2021"
license = "MIT"
name = "tuigui"
readme = "README.md"
repository = "https://gitlab.com/oglo-crates/tuigui"
version = "0.23.0"