winterm 0.4.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.24.0"

[dependencies.nalgebra]
version = "0.31.0"

[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.4.0"