librashader-runtime-wgpu 0.10.1

RetroArch shaders for all.
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 = "librashader-runtime-wgpu"
version = "0.10.1"
authors = ["Ronny Chan <ronny@ronnychan.ca>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RetroArch shaders for all."
readme = "README.md"
keywords = [
    "shader",
    "retroarch",
    "SPIR-V",
]
categories = [
    "emulators",
    "compilers",
    "graphics",
]
license = "MPL-2.0 OR GPL-3.0-only"
repository = "https://github.com/SnowflakePowered/librashader"

[features]
stable = ["librashader-reflect/stable"]
wgpu_dx12 = ["wgpu/dx12"]
wgpu_metal = ["wgpu/metal"]
wgpu_webgpu = ["wgpu/webgpu"]

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

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

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

[dependencies.array-concat]
version = "0.5.2"

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

[dependencies.librashader-cache]
version = "0.10.1"

[dependencies.librashader-common]
version = "0.10.1"
features = ["wgpu"]

[dependencies.librashader-pack]
version = "0.10.1"

[dependencies.librashader-preprocess]
version = "0.10.1"

[dependencies.librashader-presets]
version = "0.10.1"

[dependencies.librashader-reflect]
version = "0.10.1"
features = ["wgsl"]
default-features = false

[dependencies.librashader-runtime]
version = "0.10.1"

[dependencies.thiserror]
version = "2"

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

[dev-dependencies.config]
version = "0.13.4"
features = []

[dev-dependencies.env_logger]
version = "0.10.1"

[dev-dependencies.log]
version = "0.4.20"

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

[dev-dependencies.raw-window-handle]
version = "0.6.0"

[dev-dependencies.wgpu]
version = "28"
default-features = true

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

[target.'cfg(not(target_arch="wasm32"))'.dependencies.rayon]
version = "1.10.0"