engawa-wgpu 0.1.6

wgpu-backed Dispatcher impl for engawa render graphs. Compiles Material → wgpu::RenderPipeline; walks the compiled graph; dispatches fullscreen-effect passes against any wgpu::TextureView (most commonly a garasu::HeadlessTarget for tests + a winit surface for live).
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 = "2024"
rust-version = "1.89.0"
name = "engawa-wgpu"
version = "0.1.6"
authors = ["pleme-io"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "wgpu-backed Dispatcher impl for engawa render graphs. Compiles Material → wgpu::RenderPipeline; walks the compiled graph; dispatches fullscreen-effect passes against any wgpu::TextureView (most commonly a garasu::HeadlessTarget for tests + a winit surface for live)."
homepage = "https://github.com/pleme-io/engawa-wgpu"
documentation = "https://docs.rs/engawa-wgpu"
readme = "README.md"
keywords = [
    "wgpu",
    "render-graph",
    "engawa",
    "pleme-io",
]
categories = [
    "rendering",
    "graphics",
]
license = "MIT"
repository = "https://github.com/pleme-io/engawa-wgpu"

[features]
default = []
gpu_tests = []

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

[[test]]
name = "catalog_gpu"
path = "tests/catalog_gpu.rs"

[[test]]
name = "catalog_matrix"
path = "tests/catalog_matrix.rs"

[[test]]
name = "red_tint"
path = "tests/red_tint.rs"

[dependencies.bytemuck]
version = "1"
features = ["derive"]

[dependencies.engawa]
version = "0.1"

[dependencies.pleme-allvariants-derive]
version = "0.1"

[dependencies.thiserror]
version = "2"

[dependencies.wgpu]
version = "25"

[dev-dependencies.pollster]
version = "0.4"

[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1