tpaint 0.1.0

Terminal based unicode and ascii diagrams and drawings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.crossterm]
version = "0.17.6"

[dependencies.thiserror]
version = "1.0.20"

[dependencies.unicode-width]
version = "0.1.8"

[package]
authors = ["Ben Lichtman"]
description = "Terminal based unicode and ascii diagrams and drawings"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "tpaint"
version = "0.1.0"