bevy_window 0.13.1

Provides windowing functionality for Bevy Engine
Documentation

bevy_window provides a platform-agnostic interface for windowing in Bevy.

This crate contains types for window management and events, used by windowing implementors such as bevy_winit. The [WindowPlugin] sets up some global window-related parameters and is part of the DefaultPlugins.