pixel_engine_backend 0.5.1

An thin layer around wgpu that allow the modification of a texutre displayed on the screen
Documentation
[package]
name = "pixel_engine_backend"
version = "0.5.1"
authors = ["maix0 <maix522@gmail.com>"]
edition = "2018"
license = "MIT"
description = "An thin layer around wgpu that allow the modification of a texutre displayed on the screen"
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

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

[dependencies]
wgpu = { version = "0.14.0", features = ["spirv"] }
bytemuck = { version = "1.9.1", features = ["derive"] }
winit = { version = "0.27.4", features = [
  "wayland",
] } #, default-features=false}

# [target.'cfg(target_arch="wasm32")'.dependencies]
# getrandom = { version = "0.2", features = ["js"] }
# web-sys = "*"