console_engine 2.1.0

A simple terminal framework to draw things and manage user input
Documentation
[dependencies.crossterm]
version = "0.21"

[dependencies.unicode-width]
version = "0.1.8"
[dev-dependencies.rand]
version = "0.8"

[features]
default = []
event = []

[package]
authors = ["Vincent Foulon <sup.vfoulon@gmail.com>"]
description = "A simple terminal framework to draw things and manage user input"
edition = "2018"
keywords = ["terminal", "tui", "input"]
license = "MIT"
name = "console_engine"
readme = "README.md"
repository = "https://github.com/VincentFoulon80/console_engine"
version = "2.1.0"