bevy_mod_picking 0.6.0

A 3D mouse picking and raycasting plugin for Bevy.
Documentation
[package]

name = "bevy_mod_picking"

version = "0.6.0"

authors = ["Aevyrie <aevyrie@gmail.com>"]

edition = "2021"

license = "MIT"

description = "A 3D mouse picking and raycasting plugin for Bevy."

repository = "https://github.com/aevyrie/bevy_mod_picking/"

keywords = ["gamedev", "picking", "bevy", "raycast"]

categories = ["game-engines", "rendering"]

resolver = "2"



[dependencies]

#bevy = { git = "https://github.com/bevyengine/bevy", branch = "main", default-features = false, features = [

#    "render",

#]}

bevy = { version = "0.7", default-features = false, features = ["render"] }

#bevy_mod_raycast = { git = "https://github.com/aevyrie/bevy_mod_raycast", branch = "master" }

bevy_mod_raycast = ">=0.4.0"



[dev-dependencies]

#bevy = { git = "https://github.com/bevyengine/bevy", branch = "main", default-features = false, features = [

bevy = { version = "0.7", default-features = false, features = [

    "bevy_winit",

    "x11",

] }