dynamis-world 0.7.0

Host scene registry, step orchestration, and readback
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-world"
version = "0.7.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Host scene registry, step orchestration, and readback"
readme = false
license = "MIT"
repository = "https://github.com/formetaohy/Dynamis"
resolver = "2"

[features]
profile = [
    "dynamis-pass/profile",
    "dynamis-gpu/profile",
]

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

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

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

[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-hull]
version = "0.7.0"

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

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

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

[dependencies.dynamis-soft]
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

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

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

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