volren-gpu 0.3.2

wgpu-based GPU volume renderer for volren-rs
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"
rust-version = "1.87"
name = "volren-gpu"
version = "0.3.2"
authors = ["Michael Knopke"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "wgpu-based GPU volume renderer for volren-rs"
homepage = "https://github.com/knopkem/volren-rs"
documentation = "https://docs.rs/volren-gpu"
readme = "README.md"
keywords = [
    "volume-rendering",
    "wgpu",
    "gpu",
    "raycasting",
    "medical-imaging",
]
categories = [
    "graphics",
    "rendering",
    "science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/knopkem/volren-rs"

[features]
default = []
snapshot-tests = []

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

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

[dependencies.glam]
version = "0.29"
features = [
    "bytemuck",
    "debug-glam-assert",
]

[dependencies.half]
version = "2"

[dependencies.thiserror]
version = "2"

[dependencies.volren-core]
version = "0.3.2"

[dependencies.wgpu]
version = "29.0.1"
features = ["spirv"]

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

[dev-dependencies.volren-core]
version = "0.3.2"