[package] name = "space_editor_ui" version.workspace = true authors.workspace = true edition.workspace = true license.workspace = true description = "Subcrate for the space_editor crate. Contains the UI for the editor." repository.workspace = true homepage.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] persistence_editor = [] [dependencies] bevy.workspace = true space_editor_core.workspace = true space_prefab.workspace = true space_undo.workspace = true space_persistence.workspace = true space_shared.workspace = true bevy_egui = "0.23" egui-gizmo = "0.12" egui_dock = "0.8" bevy_debug_grid = "0.3" bevy_mod_picking = {version = "0.17", default-features = false, features = ["backend_raycast", "selection"]} bevy_panorbit_camera = "0.9" pretty-type-name = "1.0.1"