Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.15 migration: Missing section for 16401 - Headless by features #1872

Open
rparrett opened this issue Nov 29, 2024 · 1 comment
Open

0.15 migration: Missing section for 16401 - Headless by features #1872

rparrett opened this issue Nov 29, 2024 · 1 comment
Labels
A-Migration Guides S-Ready-For-Implementation The core questions are answered: just add code
Milestone

Comments

@rparrett
Copy link
Contributor

This breaking change snuck in between rc.3 and 0.15. Users not using default-features may need to add the bevy_window feature.

bevyengine/bevy#16401

@alice-i-cecile alice-i-cecile added this to the Release v0.15 milestone Nov 29, 2024
@alice-i-cecile alice-i-cecile added A-Migration Guides S-Ready-For-Implementation The core questions are answered: just add code labels Nov 29, 2024
@rparrett
Copy link
Contributor Author

In the first project where I encountered this, my code was explicitly messing with windows and the error was somewhat clear.

I just hit this in a separate project where it manifested in a pretty strange error originating inside of Bevy. In this other project I had the bevy_winit feature included, but not bevy_window.

Documented bevyengine/bevy#16568, because it seems like bevy_winit should also add bevy_window, perhaps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Migration Guides S-Ready-For-Implementation The core questions are answered: just add code
Projects
None yet
Development

No branches or pull requests

2 participants