dynamis-rigid 0.7.0

Rigid body integration, islands, CCD, and constraint solving
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-rigid"
version = "0.7.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rigid body integration, islands, CCD, and constraint solving"
readme = false
license = "MIT"
repository = "https://github.com/formetaohy/Dynamis"
resolver = "2"

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

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

[dependencies.dynamis-abi]
version = "0.7.0"

[dependencies.dynamis-broadphase]
version = "0.7.0"

[dependencies.dynamis-domain]
version = "0.7.0"

[dependencies.dynamis-gpu]
version = "0.7.0"

[dependencies.dynamis-pass]
version = "0.7.0"

[dependencies.dynamis-shader]
version = "0.7.0"

[dependencies.dynamis-sort]
version = "0.7.0"

[dependencies.dynamis-state]
version = "0.7.0"

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

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

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