librashader-cli 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-cli"
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]
d3d11 = [
    "librashader/runtime-d3d11",
    "dep:windows",
]
d3d12 = [
    "librashader/runtime-d3d12",
    "dep:windows",
    "dep:d3d12-descriptor-heap",
]
d3d9 = [
    "librashader/runtime-d3d9",
    "dep:windows",
]
default = ["full"]
full = [
    "vulkan",
    "opengl",
    "wgpu",
    "d3d9",
    "d3d11",
    "d3d12",
    "metal",
]
metal = [
    "librashader/runtime-metal",
    "dep:objc2",
    "dep:objc2-metal",
]
opengl = [
    "librashader/runtime-gl",
    "dep:glow",
    "dep:glfw",
]
vulkan = [
    "librashader/runtime-vk",
    "dep:ash",
]
vulkan-debug = ["vulkan"]
wgpu = [
    "librashader/runtime-wgpu",
    "dep:wgpu",
    "dep:wgpu-types",
]

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

[[bin]]
name = "librashader-cli"
path = "src/cli/main.rs"

[dependencies.anyhow]
version = "1.0.86"

[dependencies.ash]
version = "0.38"
optional = true

[dependencies.bitvec]
version = "1.0.1"

[dependencies.clap]
version = "=4.3.0"
features = ["derive"]

[dependencies.d3d12-descriptor-heap]
version = "0.2"
optional = true

[dependencies.gfx-maths]
version = "0.2.8"

[dependencies.glfw]
version = "0.59.0"
optional = true

[dependencies.glow]
version = "0.16.0"
optional = true

[dependencies.gpu-allocator]
version = "0.28.0"
features = [
    "hashbrown",
    "d3d12",
    "vulkan",
]
default-features = false

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

[dependencies.image-compare]
version = "0.4.1"

[dependencies.librashader]
version = "0.10.1"
features = [
    "presets",
    "preprocess",
    "serde",
]
default-features = false

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

[dependencies.parking_lot]
version = "0.12.3"

[dependencies.pollster]
version = "0.4.0"

[dependencies.rmp-serde]
version = "1.3.0"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.spq-spvasm]
version = "0.1.4"

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

[dependencies.wgpu-types]
version = "28"
optional = true

[target.'cfg(target_vendor="apple")'.dependencies.objc2]
version = "0.6"
optional = true

[target.'cfg(target_vendor="apple")'.dependencies.objc2-metal]
version = "0.3"
optional = true

[target."cfg(windows)".dependencies.windows]
version = "0.62"
features = [
    "Win32_Foundation",
    "Win32_Graphics_Dxgi_Common",
    "Win32_Graphics_Direct3D",
    "Win32_Graphics_Direct3D11",
    "Win32_Graphics_Direct3D_Fxc",
    "Win32_Graphics_Gdi",
    "Win32_Security",
    "Win32_System_LibraryLoader",
    "Win32_System_Threading",
    "Win32_UI_WindowsAndMessaging",
    "Win32_UI",
]
optional = true