daedalus-gpu 0.1.1

GPU backends and WGSL dispatch helpers for the Daedalus runtime.
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 = "2024"
name = "daedalus-gpu"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GPU backends and WGSL dispatch helpers for the Daedalus runtime."
homepage = "https://github.com/Prometheus-Dynamics/Daedalus"
documentation = "https://docs.rs/daedalus-gpu"
readme = "README.md"
keywords = [
    "gpu",
    "wgsl",
    "wgpu",
    "compute",
]
categories = ["graphics"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Prometheus-Dynamics/Daedalus"

[features]
default = ["gpu-noop"]
gpu-async = ["async-trait"]
gpu-mock = []
gpu-noop = []
gpu-wgpu = [
    "wgpu",
    "pollster",
    "bytemuck",
    "half",
    "daedalus-wgsl-infer",
]

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

[dependencies.async-trait]
version = "0.1.89"
optional = true

[dependencies.bitflags]
version = "2.10.0"
features = ["serde"]

[dependencies.bytemuck]
version = "1.24.0"
features = ["derive"]
optional = true

[dependencies.daedalus-wgsl-infer]
version = "0.1.1"
optional = true

[dependencies.half]
version = "2"
optional = true

[dependencies.image]
version = "0.25.9"

[dependencies.pollster]
version = "0.4.0"
optional = true

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "rc",
]

[dependencies.wgpu]
version = "27.0.1"
features = [
    "std",
    "wgsl",
    "vulkan",
    "gles",
]
optional = true
default-features = false