Registry / other / bevy-mod-raycast

bevy-mod-raycast

JSON →
library0.18.0rscratesunverified

Ray Casting for the Bevy Engine.

# Cargo.toml [dependencies] bevy_mod_raycast = "0.18.0"
INSTALL
IMPORT
SIG · BEVY-MOD-RAYCAST
B
bevy-mod-raycast
otherrustv0.18.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RaycastPlugin
use bevy_mod_raycast::RaycastPlugin;

Adds the RaycastPlugin to a Bevy application.

use bevy_mod_raycast::RaycastPlugin; fn main() { App::new() .add_plugins(RaycastPlugin) .run(); }
Debug
Known issues
breakingRequires Bevy engine version compatibility
fix
Ensure bevy_mod_raycast version matches your Bevy version (e.g., 0.18.0 for Bevy 0.12)
affects: >=0.10.0
Upgrade
Version history
0.18.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
24
Meta
2
OpenAI (training)
1
Resources
bevy-mod-raycast — cargo add bevy-mod-raycast · libregistry