termcanvas 0.1.3

A lightweight Rust library for rendering pixels directly in the terminal.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "termcanvas"
version = "0.1.3"
edition = "2024"
description = "A lightweight Rust library for rendering pixels directly in the terminal."
license = "MIT"
repository = "https://github.com/Feydral/termcanvas"
readme = "README.md"
keywords = ["terminal", "canvas", "console"]
categories = ["command-line-interface"]

[dependencies]
crossterm = "0.29.0"
glam = "0.33.1"