Errors building '--examples breakout' #21891
Unanswered
jim-theriot
asked this question in
Q&A
Replies: 1 comment
-
|
did you copy the example from main branch? That is the dev version that is unreleased. You'll probably want to copy this version which is on the "latest" branch, which is the latest released version. https://github.com/bevyengine/bevy/blob/latest/examples/games/breakout.rs |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
New to Bevy, following 'getting started', I built Bevy w no errors. Next step, running '... --examples breakout', got dozens of errors due to missing 'use' statements. I can't believe these are actual errors in the code. What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions