pixel_engine_backend 0.8.0

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

[dependencies.float_next_after]
version = "1.0.0"

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

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

[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.8.0"