bevy_editor_pls_core 0.10.0

In-App editor tools for bevy apps
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "bevy_editor_pls_core"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description.workspace = true
readme.workspace = true

[dependencies]
bevy = { version = "0.14", default-features = false }
bevy-inspector-egui.workspace = true
indexmap = "2"
egui_dock.workspace = true