tui_draw 0.2.0

TUI drawing library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.crossterm]
version = "0.23.2"

[package]
description = "TUI drawing library"
documentation = "https://docs.rs/tui_draw"
edition = "2021"
homepage = "https://github.com/ecmatthee/tui_draw"
license = "MPL-2.0"
name = "tui_draw"
readme = "readme.md"
repository = "https://github.com/ecmatthee/tui_draw"
resolver = "2"
version = "0.2.0"