smaa 0.19.0

A library for post process antialiasing using SMAA
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"
name = "smaa"
version = "0.19.0"
build = false
include = [
    "README.md",
    "LICENSE",
    "/src",
    "/third_party",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for post process antialiasing using SMAA"
readme = "README.md"
keywords = [
    "graphics",
    "antialiasing",
    "SMAA",
]
categories = [
    "rendering",
    "game-engines",
]
license = "MIT"
repository = "https://github.com/fintelia/smaa-rs"

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

[dependencies.wgpu]
version = "28"
features = ["glsl"]

[dev-dependencies.futures]
version = "0.3.30"

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