screen_buffer 0.1.0

a crate that adds a screen buffer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "screen_buffer"
version = "0.1.0"
edition = "2021"
license = "MIT"
authors = ["chickencuber"]
repository = "https://github.com/chickencuber/easy_menu"
description = "a crate that adds a screen buffer"


[dependencies]
flat_matrix = "0.1.1"
console = "0.15.10"