scenix-post 1.2.0

wgpu post-processing stack and full-screen effects for scenix.
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"
name = "scenix-post"
version = "1.2.0"
authors = ["Aarambh Dev Hub"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "wgpu post-processing stack and full-screen effects for scenix."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/AarambhDevHub/scenix"
resolver = "2"

[features]
default = ["std"]
serde = [
    "dep:serde",
    "scenix-core/serde",
    "scenix-math/serde",
    "wgpu/serde",
]
std = [
    "scenix-core/std",
    "scenix-math/std",
]

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

[dependencies.bytemuck]
version = "1"
features = ["derive"]
default-features = false

[dependencies.scenix-core]
version = "1.2.0"
default-features = false

[dependencies.scenix-math]
version = "1.2.0"
default-features = false

[dependencies.serde]
version = "1"
features = [
    "alloc",
    "derive",
]
optional = true
default-features = false

[dependencies.wgpu]
version = "29.0.3"

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

[dev-dependencies.serde_json]
version = "1"