Skip to content

Commit

Permalink
Merge branch 'main' into intersections
Browse files Browse the repository at this point in the history
  • Loading branch information
aevyrie authored Feb 18, 2024
2 parents 5e860e2 + b0e13a9 commit 43dfec5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A small [Bevy](https://github.com/bevyengine/bevy) plugin for mesh raycasting.

## Getting Started

Using the [`Raycast`](https://docs.rs/bevy_mod_raycast/latest/bevy_mod_raycast/system_param/struct.Raycast.html) system param, you don't even need to add a plugin, you can directly raycast into the ECS:
Using the [`Raycast`](https://docs.rs/bevy_mod_raycast/latest/bevy_mod_raycast/immediate/struct.Raycast.html) system param, you don't even need to add a plugin, you can directly raycast into the ECS:

```rs
use bevy_mod_raycast::prelude::*;
Expand Down Expand Up @@ -43,4 +43,4 @@ I intend to track the `main` branch of Bevy. PRs supporting this are welcome!
| 0.6 | 0.3 |
| 0.5 | 0.2 |
| 0.4 | 0.1 |
</details>
</details>

0 comments on commit 43dfec5

Please sign in to comment.