pixels 0.16.0

A tiny library providing a GPU-powered pixel frame buffer.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.88.0"
name = "pixels"
version = "0.16.0"
authors = ["Jay Oster <jay@kodewerx.org>"]
build = false
include = [
    "/Cargo.*",
    "/LICENSE",
    "/README.md",
    "/img/pixels.png",
    "/shaders/*.wgsl",
    "/src/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tiny library providing a GPU-powered pixel frame buffer."
readme = "README.md"
keywords = [
    "pixels",
    "2D",
    "GPU",
    "framebuffer",
]
categories = [
    "graphics",
    "rendering",
]
license = "MIT"
repository = "https://github.com/parasyte/pixels"

[lib]
name = "pixels"
path = "src/lib.rs"

[dependencies.bytemuck]
version = "1"

[dependencies.raw-window-handle]
version = "0.6"

[dependencies.thiserror]
version = "1"

[dependencies.ultraviolet]
version = "0.10"

[dependencies.wgpu]
version = "27"

[dev-dependencies.winit]
version = "0.30"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.pollster]
version = "0.4"

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