pixel_engine 0.5.2

A recreation of the olcPixelEngine by javidx9 written in Rust
Documentation
[dependencies.futures]
version = "0.3.25"

[dependencies.instant]
version = "0.1.12"

[dependencies.pixel_engine_backend]
version = "0.5.0"

[dependencies.pixel_engine_draw]
version = "0.5.0"

[package]
authors = ["maix0 <maix522@gmail.com>"]
description = "A recreation of the olcPixelEngine by javidx9 written in Rust"
edition = "2018"
exclude = ["Cargo.lock"]
license = "MIT"
name = "pixel_engine"
readme = "README.md"
repository = "https://github.com/maix0/pixel_engine"
resolver = "2"
version = "0.5.2"
[target."cfg(target_arch=\"wasm32\")".dependencies.console_error_panic_hook]
version = "0.1.7"

[target."cfg(target_arch=\"wasm32\")".dependencies.wasm-bindgen-futures]
version = "0.4.31"

[target."cfg(target_arch=\"wasm32\")".dependencies.web-sys]
version = "0.3.60"

[target."cfg(target_arch=\"wasm32\")".dependencies.wgpu]
features = ["webgl"]
version = "0.14.0"