bevy-website icon indicating copy to clipboard operation
bevy-website copied to clipboard

0.15 migration: Missing section for 16401 - Headless by features

Open rparrett opened this issue 11 months ago • 1 comments
trafficstars

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

rparrett avatar Nov 29 '24 21:11 rparrett

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 https://github.com/bevyengine/bevy/issues/16568, because it seems like bevy_winit should also add bevy_window, perhaps.

rparrett avatar Nov 30 '24 15:11 rparrett