dev_tool example has wrong import
Open
A-Dev-Tools
C-Bug
C-Examples
S-Needs-Investigation
- Dominant language
- Rust
- Stars
- 48.2k
- Forks
- 4.8k
- Avg merge
- 3d 16h
- Merged PRs (30d)
- 171
Description
## Bevy version
0.16.0
## What you did
Copy paste example from https://github.com/bevyengine/bevy/blob/latest/examples/dev_tools/fps_overlay.rs
## What went wrong
Failed to compile because the import is wrong.
- what were you expecting?
it to compile
- what actually happened?
error[E0433]: failed to resolve: could not find `dev_tools` in `bevy`
Contributor guide
Research direction
Open examples/dev_tools/fps_overlay.rs and inspect the import reported by the Bevy 0.16.0 compiler error. Run or compile the example after correcting the import, and consider the issue done when the example builds successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- game-dev
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100