dicomview-gpu 0.2.5

WebGPU multi-viewport rendering engine for dicomview-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.80"
name = "dicomview-gpu"
version = "0.2.5"
authors = ["Michael Knopke"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WebGPU multi-viewport rendering engine for dicomview-rs"
readme = false
license = "MIT OR Apache-2.0"

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

[dependencies.dicomview-core]
version = "0.2.5"

[dependencies.glam]
version = "0.29"
features = ["bytemuck"]

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

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

[dependencies.volren-gpu]
version = "0.3.1"

[dependencies.web-sys]
version = "0.3"
features = [
    "HtmlCanvasElement",
    "Window",
    "Document",
    "Element",
    "Response",
    "Request",
    "RequestInit",
    "RequestMode",
    "Headers",
    "AbortController",
    "AbortSignal",
    "Performance",
]

[dependencies.wgpu]
version = "29.0.1"

[dev-dependencies.approx]
version = "0.5"

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