pax-pixels 0.10.7

WGPU rendering library for the pax framework
Documentation
[package]
name = "pax-pixels"
version = "0.10.7"
edition = "2021"
authors = ["Samuel Selleck <sellecksamuel@gmail.com>"]
license = "MIT OR Apache-2.0"
homepage = "https://pax.dev/"
repository = "https://www.github.com/pax-lang/pax"
description = "WGPU rendering library for the pax framework"

[lib]
crate-type = ["cdylib", "rlib"]

[dependencies]
wgpu = "0.18"
futures-lite = "2.0"
bytemuck = { version = "1.14", features = ["derive"] }
anyhow = "1.0"
lyon = "1.0.1"
winit = "0.27.5"

[target.'cfg(target_arch = "wasm32")'.dependencies]
web-sys = "0.3.64"
js-sys = "0.3.64"