bevy_picking_xpbd 0.20.0

A modular picking plugin for Bevy.
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 = "2021"
name = "bevy_picking_xpbd"
version = "0.20.0"
authors = ["Aevyrie <aevyrie@gmail.com>, Affinator"]
description = "A modular picking plugin for Bevy."
keywords = [
    "gamedev",
    "picking",
    "bevy",
    "eventlistener",
    "xpbd",
]
categories = ["game-engines"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/aevyrie/bevy_mod_picking/"
resolver = "2"

[dependencies.bevy_app]
version = "0.14.0"
default-features = false

[dependencies.bevy_ecs]
version = "0.14.0"
default-features = false

[dependencies.bevy_math]
version = "0.14.0"
default-features = false

[dependencies.bevy_picking_core]
version = "0.20.0"

[dependencies.bevy_reflect]
version = "0.14.0"
default-features = false

[dependencies.bevy_render]
version = "0.14.0"
default-features = false

[dependencies.bevy_transform]
version = "0.14.0"
default-features = false

[dependencies.bevy_utils]
version = "0.14.0"
default-features = false

[dependencies.bevy_window]
version = "0.14.0"
default-features = false

[dependencies.bevy_xpbd_3d]
version = "0.5"