oidn-wgpu 2.4.1

Open Image Denoise (OIDN) integration for wgpu — denoise path-traced or ray-traced images from wgpu textures
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.70"
name = "oidn-wgpu"
version = "2.4.1"
authors = ["oidn-wgpu contributors"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Open Image Denoise (OIDN) integration for wgpu — denoise path-traced or ray-traced images from wgpu textures"
documentation = "https://docs.rs/oidn-wgpu"
readme = "README.md"
keywords = [
    "denoise",
    "oidn",
    "wgpu",
    "path-tracing",
    "ray-tracing",
]
categories = [
    "graphics",
    "multimedia::images",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mirkoattiladaniel/oidn-wgpu"

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

[[example]]
name = "cpu_denoise"
path = "examples/cpu_denoise.rs"

[[example]]
name = "wgpu_denoise"
path = "examples/wgpu_denoise.rs"

[dependencies.bytemuck]
version = "1.24"

[dependencies.half]
version = "2.7"

[dependencies.wgpu]
version = "27"

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

[build-dependencies.pkg-config]
version = "0.3"