wrecked 0.1.21

A terminal graphics library
Documentation
[package]
name = "wrecked"
version = "0.1.21"
authors = ["Quintin Smith <smith.quintin@protonmail.com>"]
edition = "2018"
description = "A terminal graphics library"
repository = "https://github.com/quintinfsmith/wrecked"
license = "GPL-2.0-or-later"
categories = ["GUI", "Command-line-interface"]
keywords = ["tui", "ui", "terminal"]

[dependencies]
termios = "0.3"
libc = "0.2"

[lib]
name = "wrecked"
crate-type = ["rlib"]