Registry / other / bevy-ui

bevy-ui

JSON →
library0.18.1rscratesunverified

Provides an ECS-driven UI framework for building user interfaces in the Bevy game engine.

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

Node
use bevy_ui::prelude::*;

Import Bevy UI prelude for UI components.

use bevy_ui::prelude::*; fn main() { println!("Bevy UI components available"); }
Debug
Known issues
gotchaRequires Bevy engine as a dependency and its ECS runtime.
fix
Add bevy = "0.18" to Cargo.toml and run within a Bevy App.
affects: >=0.18.0
Upgrade
Version history
0.18.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Meta
1
OpenAI (training)
1
Resources
bevy-ui — cargo add bevy-ui · libregistry