Attempting to run a headless bevy app(with rendering features still compiled in) causes crash if debug-with-gizmos feature is enabled
I think checking if required rendering features are enabled should fix this.
ex) app.is_plugin_added::<RenderPlugin>()
0 条评论