pixel_engine 0.3.1

A recreation of the olcPixelEngine by javidx9 written in Rust
Documentation
[package]
name = "pixel_engine"
version = "0.3.1"
authors = ["maix0 <maix522@gmail.com>"]
edition = "2018"
license = "MIT"
description = "A recreation of the olcPixelEngine by javidx9 written in Rust"
repository = "https://github.com/maix0/pixel_engine"
exclude = ["Cargo.lock"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
pixel_engine_draw = "0.1.0"
pixel_engine_backend = "0.1.0"
futures = "0.3.5"

[dev-dependencies]
rand= "0.7.3"

[patch.crates-io]
pixel_engine_draw = {path = "../pixel_engine_draw"}
pixel_engine_backend = {path = "../pixel_engine_backend"}