[dependencies.crossterm]
features = ["event-stream"]
version = "0.19"
[dependencies.euclid]
version = "0.22"
[dependencies.futures]
version = "0.3"
[dependencies.keyboard-types]
version = "0.5"
[dependencies.parking_lot]
version = "0.11"
[dependencies.textwrap]
version = "0.13"
[dependencies.thiserror]
version = "1"
[dependencies.unicode-segmentation]
version = "1"
[dev-dependencies.tokio]
features = ["full"]
version = "0.3"
[package]
authors = ["Charles Hall <charles@typ3.tech>"]
categories = ["command-line-interface", "gui"]
description = "TUI library utilizing the Elm architecture"
documentation = "https://docs.rs/glyph_ui"
edition = "2018"
homepage = "https://forge.typ3.tech/charles/glyph_ui"
include = ["src"]
keywords = ["tui", "ncurses", "ui", "terminal", "interface"]
license = "MIT OR Apache-2.0"
name = "glyph_ui"
readme = "README.md"
repository = "https://forge.typ3.tech/charles/glyph_ui"
version = "0.1.0"