bevy_boxdd 0.5.0

Bevy integration for the boxdd Rust bindings to Box2D
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 = "bevy_boxdd"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bevy integration for the boxdd Rust bindings to Box2D"
homepage = "https://frankorz.com/boxdd/"
documentation = "https://docs.rs/bevy_boxdd"
readme = "README.md"
keywords = [
    "box2d",
    "bevy",
    "physics",
    "game",
    "simulation",
]
categories = [
    "game-engines",
    "api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Latias94/boxdd"

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

[features]
default = []

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

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

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

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

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

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

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

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

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

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

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

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

[[example]]
name = "testbed_2d"
path = "examples/testbed_2d/main.rs"

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

[dependencies.bevy_app]
version = "0.19.0"

[dependencies.bevy_ecs]
version = "0.19.0"

[dependencies.bevy_math]
version = "0.19.0"

[dependencies.bevy_time]
version = "0.19.0"

[dependencies.bevy_transform]
version = "0.19.0"

[dependencies.boxdd]
version = "0.5.0"

[dependencies.log]
version = "0.4"

[dependencies.thiserror]
version = "2"

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

[dev-dependencies.bevy_egui]
version = "0.41.0"

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

[target.'cfg(target_arch = "wasm32")'.dev-dependencies.web-sys]
version = "0.3.103"
features = [
    "Location",
    "Window",
]