fbdraw 0.1.0

put_pixel(x, y, color) without the pain
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.minifb]
version = "0.22"

[package]
authors = ["Nitin Gupta <ngupta@nitingupta.dev>"]
categories = ["rendering"]
description = "put_pixel(x, y, color) without the pain"
edition = "2021"
keywords = ["graphics", "framebuffer"]
license = "Apache-2.0"
name = "fbdraw"
readme = "README.md"
repository = "https://github.com/nitingupta910/fbdraw"
resolver = "2"
version = "0.1.0"