bevy_box3d 0.2.0

Bevy integration for Box3D.
# 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 = "2021"
rust-version = "1.95"
name = "bevy_box3d"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bevy integration for Box3D."
readme = "README.md"
license = "MIT"
repository = "https://github.com/Tebarem/box3d-rs"

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

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

[dependencies.bevy_app]
version = "0.19.0"

[dependencies.bevy_color]
version = "0.19.0"

[dependencies.bevy_ecs]
version = "0.19.0"

[dependencies.bevy_gizmos]
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.box3d]
version = "0.1.14"

[dev-dependencies.bevy]
version = "0.19.0"
features = [
    "3d",
    "ui",
]
default-features = false