librashader-runtime 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"
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"

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

[dependencies.arc-swap]
version = "1.7.1"

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

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

[dependencies.image]
version = "0.25.8"
features = [
    "tga",
    "jpeg",
    "png",
    "bmp",
]
default-features = false

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

[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"

[dependencies.num-traits]
version = "0.2.15"