pixel_engine_backend 0.5.2

An thin layer around wgpu that allow the modification of a texutre displayed on the screen
Documentation
[dependencies.bytemuck]
features = ["derive"]
version = "1.9.1"

[dependencies.wgpu]
features = ["spirv"]
version = "0.14.0"

[dependencies.winit]
features = ["wayland"]
version = "0.27.4"

[features]
webgl = ["wgpu/webgl"]

[package]
authors = ["maix0 <maix522@gmail.com>"]
description = "An thin layer around wgpu that allow the modification of a texutre displayed on the screen"
edition = "2018"
exclude = ["Cargo.lock"]
license = "MIT"
name = "pixel_engine_backend"
readme = "README.md"
repository = "https://github.com/maix0/pixel_engine"
resolver = "2"
version = "0.5.2"