Replies: 2 comments
-
|
I don't know how to solve your error unfortunately, but can you copy-paste the error that you received into your text? That'll make it much easier to search for :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I believe the ordering of your plugins is at fault here. Ensure the strict ordering of DefaultPlugins (at least the ones you need). You can find the list ordering here: https://docs.rs/bevy/latest/bevy/struct.DefaultPlugins.html |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently try to understand what plugins i must add to run a Window and Render something, my Cargo.toml is the sequent:



The plugins that i added are these:
And i get a strange error:
Someone can help me?
Beta Was this translation helpful? Give feedback.
All reactions