dynamis-gpu 0.6.0

GPU-driven physics engine
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 = "dynamis-gpu"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GPU-driven physics engine"
readme = false
license = "MIT"
repository = "https://github.com/formetaohy/Dynamis"
resolver = "2"

[features]
profile = []

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

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

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

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

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

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

[dependencies.async-lock]
version = "3.4"

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

[dependencies.wgpu]
version = "30"
features = [
    "std",
    "parking_lot",
    "dx12",
    "metal",
    "vulkan",
    "wgsl",
]
default-features = false

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

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust]
unsafe_op_in_unsafe_fn = "deny"
warnings = "deny"