dlss_wgpu 4.0.0-dev

Adds support for using DLSS with wgpu
# 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"
name = "dlss_wgpu"
version = "4.0.0-dev"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Adds support for using DLSS with wgpu"
documentation = "https://docs.rs/dlss_wgpu"
readme = "README.md"
categories = [
    "graphics",
    "rendering",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/bevyengine/dlss_wgpu"

[features]
debug_overlay = []
mock = []

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

[dependencies.ash]
version = "0.38"

[dependencies.bitflags]
version = "2"

[dependencies.thiserror]
version = "2"

[dependencies.uuid]
version = "1"

[dependencies.wgpu]
version = "28"
features = ["vulkan"]
default-features = false

[build-dependencies.bindgen]
version = "0.72"

[build-dependencies.cc]
version = "1"