Registry / other / bevy-app

bevy-app

JSON →
library0.18.1rscratesunverified

Provides core App functionality for Bevy Engine, the game engine for Rust.

# Cargo.toml [dependencies] bevy_app = "0.18.1"
INSTALL
IMPORT
SIG · BEVY-APP
B
bevy-app
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.

App
use bevy_app::App;

Create and run a minimal Bevy application.

use bevy_app::App; fn main() { App::new().run(); }
Debug
Known issues
gotchaRequires bevy_ecs and other Bevy plugins for full functionality.
fix
Add bevy as a dependency instead of bevy_app alone.
affects: >=0.1.0
Upgrade
Version history
0.18.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
24
Meta
1
OpenAI (training)
1
Resources
bevy-app — cargo add bevy-app · libregistry