winterm 0.1.0

A Rust library to create a pixelated window inside a terminal
Documentation
1
2
3
4
5
6
7
8
9
10
11
[dependencies.crossterm]
version = "0.23"

[package]
description = "A Rust library to create a pixelated window inside a terminal"
edition = "2021"
license = "MIT"
name = "winterm"
repository = "https://github.com/clbrunet/winterm"
resolver = "2"
version = "0.1.0"