threecrate-gpu 0.6.0

GPU-accelerated algorithms for threecrate using wgpu
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 = "threecrate-gpu"
version = "0.6.0"
authors = ["rajgandhi1"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GPU-accelerated algorithms for threecrate using wgpu"
homepage = "https://github.com/rajgandhi1/threecrate.git"
documentation = "https://docs.rs/threecrate-core"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rajgandhi1/threecrate.git"

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.flume]
version = "0.12"

[dependencies.futures-intrusive]
version = "0.5"

[dependencies.nalgebra]
version = "0.34"
features = ["bytemuck"]

[dependencies.thiserror]
version = "2.0"

[dependencies.threecrate-core]
version = "0.6.0"
features = ["gpu"]

[dependencies.threecrate-simplification]
version = "0.6.0"

[dependencies.wgpu]
version = "28.0.0"
features = [
    "wgsl",
    "vulkan",
    "metal",
]
default-features = false

[dependencies.winit]
version = "0.30"

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

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

[dev-dependencies.rand]
version = "0.9"

[dev-dependencies.threecrate-algorithms]
version = "0.6.0"

[dev-dependencies.tokio]
version = "1.0"
features = ["full"]