Registry / other / bevy-editor-pls

bevy-editor-pls

JSON →
library0.10.0rscratesunverified

In-App editor tools for bevy apps, providing a runtime editor interface.

# Cargo.toml [dependencies] bevy_editor_pls = "0.10.0"
INSTALL
IMPORT
SIG · BEVY-EDITOR-PLS
B
bevy-editor-pls
otherrustv0.10.0
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.

EditorPlugin
use bevy_editor_pls::EditorPlugin;

Add the editor plugin to a Bevy application.

use bevy_editor_pls::EditorPlugin; use bevy::prelude::*; fn main() { App::new() .add_plugins(EditorPlugin::default()) .run(); }
Debug
Known issues
gotchaRequires bevy version compatibility; check feature flags for editor features.
fix
Ensure bevy version matches and enable necessary features like 'editor'.
affects: >=0.10.0
Upgrade
Version history
0.10.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
18
Meta
1
Amazon
1
OpenAI (training)
1
Resources
bevy-editor-pls — cargo add bevy-editor-pls · libregistry