Registry / other / bevy-window

bevy-window

JSON →
library0.18.1rscratesunverified

Provides windowing functionality for Bevy Engine.

# Cargo.toml [dependencies] bevy_window = "0.18.1"
INSTALL
IMPORT
SIG · BEVY-WINDOW
B
bevy-window
otherrustv0.18.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Window
use bevy_window::Window;

Create a default window configuration.

use bevy_window::Window; fn main() { let window = Window::default(); println!("Window title: {}", window.title); }
Debug
Known issues
gotchaRequires Bevy engine and its windowing plugin to be active.
fix
Ensure you have bevy and bevy_window as dependencies and add WindowPlugin to your app.
affects: >=0.18.0
Upgrade
Version history
0.18.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
Meta
1
OpenAI (training)
1
Resources
bevy-window — cargo add bevy-window · libregistry