simple-pixels 0.15.0

Create a window and throw some pixels on it without accessing low-level stuff, carrying tons of dependencies or linking C libraries
Documentation
[dependencies.miniquad]
version = "=0.4.6"

[dependencies.rgb]
version = "0.8"

[dependencies.rustc-hash]
version = "2"

[dependencies.simple-blit]
version = "2"

[lib]
name = "simple_pixels"
path = "src/lib.rs"

[package]
authors = ["Solar-Falcon"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["rendering::engine"]
description = "Create a window and throw some pixels on it without accessing low-level stuff, carrying tons of dependencies or linking C libraries"
edition = "2021"
license = "MIT"
name = "simple-pixels"
readme = "README.md"
repository = "https://github.com/Solar-Falcon/simple-pixels"
version = "0.15.0"