phyz-gpu 0.1.0

GPU-accelerated batch simulation using wgpu compute shaders for phyz
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 = "phyz-gpu"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GPU-accelerated batch simulation using wgpu compute shaders for phyz"
homepage = "https://phyz.dev"
readme = false
license = "MIT"
repository = "https://github.com/ecto/phyz"
resolver = "2"

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

[[example]]
name = "parallel_pendula"
path = "examples/parallel_pendula.rs"

[[test]]
name = "gpu_vs_cpu"
path = "tests/gpu_vs_cpu.rs"

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

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

[dependencies.nalgebra]
version = "0.33"

[dependencies.phyz-math]
version = "0.1.0"

[dependencies.phyz-model]
version = "0.1.0"

[dependencies.phyz-rigid]
version = "0.1.0"

[dependencies.pollster]
version = "0.4"

[dependencies.wgpu]
version = "23.0"

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