simpleterm 0.2.4

A bespoke fake terminal written in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
edition = "2018"
name = "simpleterm"
version = "0.2.4"
authors = ["Trevan Haskell <dev@trevanhaskell.com>"]
description = "A bespoke fake terminal written in Rust"
repository = "https://github.com/tjhaskel/rust_simpleterm"
readme = "README.md"
license = "MIT"

[dependencies]
piston_window = "0.109.0"