docs.rs failed to build bevy_dev-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_dev-0.5.0
bevy_dev
Dev tools for Bevy Engine. For faster prototyping.
Features
- Debug camera - tool for getting another perspective to the scene, also known as fly camera.
- Prototype material - simple, metrically correct, PBR compatible and randomly painted mesh for better differentiation of prototype objects.
Usage
Add DevPlugins
to Bevy's App.
use *;
use *;
Bevy compability
bevy | bevy_dev |
---|---|
0.16.* | 0.5 - 0.7 |
0.15.* | 0.4 |
0.13.2 | 0.3 - 0.3.1 |
0.13.0 | 0.2 |
0.12.1 | 0.1 - 0.1.1 |
Read more in the changelog.
License
bevy_dev is licensed under the MIT license.