docs.rs failed to build bevy_cursor-0.7.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
bevy_cursor-0.7.1
Bevy Cursor
Bevy Cursor is a bevy plugin to track information about the cursor.
This plugin will track information about the position of the cursor, the window, and the camera that contains it and compute the position of the pointed point in the world position system.
Example
use *;
use *;
Features
2dopt-in the computation of the world position of the cursor.3dopt-in the computation of the ray emitted by the cursor through the camera.
Bevy compatible version
bevy |
bevy_cursor |
|---|---|
| 0.17 | 0.7 |
| 0.16 | 0.6 |
| 0.15 | 0.5 |