bevy_boxddd 0.1.0

Bevy integration for the boxddd Rust bindings to Box3D
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"
rust-version = "1.95.0"
name = "bevy_boxddd"
version = "0.1.0"
authors = ["Mingzhen Zhuang <superfrankie621@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bevy integration for the boxddd Rust bindings to Box3D"
homepage = "https://github.com/Latias94/boxddd"
documentation = "https://docs.rs/bevy_boxddd"
readme = "README.md"
keywords = [
    "box3d",
    "bevy",
    "physics",
    "game",
    "simulation",
]
categories = [
    "game-engines",
    "api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Latias94/boxddd"

[package.metadata.docs.rs]
all-features = false
no-default-features = false
features = []
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
debug-gizmos = [
    "dep:bevy_color",
    "dep:bevy_gizmos",
]
default = []
physics-picking = []

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

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

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

[[example]]
name = "debug_draw_overlay_3d"
path = "examples/debug_draw_overlay_3d.rs"
required-features = ["debug-gizmos"]

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

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

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

[[example]]
name = "physics_picking_3d"
path = "examples/physics_picking_3d.rs"
required-features = ["physics-picking"]

[[example]]
name = "testbed_3d"
path = "examples/testbed_3d/main.rs"
required-features = [
    "debug-gizmos",
    "physics-picking",
]

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

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

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

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

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

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

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

[dependencies.bevy_app]
version = "0.19.0"

[dependencies.bevy_color]
version = "0.19.0"
optional = true

[dependencies.bevy_ecs]
version = "0.19.0"

[dependencies.bevy_gizmos]
version = "0.19.0"
optional = true

[dependencies.bevy_math]
version = "0.19.0"

[dependencies.bevy_time]
version = "0.19.0"

[dependencies.bevy_transform]
version = "0.19.0"

[dependencies.boxddd]
version = "0.1.0"

[dependencies.log]
version = "0.4"

[dependencies.thiserror]
version = "2"

[dev-dependencies.bevy]
version = "0.19.0"

[dev-dependencies.static_assertions]
version = "1"