bevy_winit 0.13.0

A winit window and input backend for Bevy Engine
Documentation

bevy_winit provides utilities to handle window creation and the eventloop through [winit]

Most commonly, the [WinitPlugin] is used as part of DefaultPlugins. The app's runner is set by WinitPlugin and handles the winit [EventLoop]. See winit_runner for details.