bevy_editor_iris_editor 0.1.0

The editor logic for bevy_editor_iris
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "bevy_editor_iris_editor"
description = "The editor logic for bevy_editor_iris"
license = "MIT OR Apache-2.0"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies.bevy_editor_iris_common]
# path = "../bevy_editor_iris_common"
version = "0.1"

[dependencies]
bevy_egui = "0.14.0"