winterm 0.6.0

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

[dependencies.nalgebra]
version = "0.31.3"

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