# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "space_editor_ui" version = "0.3.1" authors = [ "rewin ", "Julia Naomi ", ] description = "Subcrate for the space_editor crate. Contains the UI for the editor." homepage = "https://github.com/rewin123/space_editor" license = "MIT OR Apache-2.0" repository = "https://github.com/rewin123/space_editor" [dependencies.bevy] version = "0.12" [dependencies.bevy_debug_grid] version = "0.3" [dependencies.bevy_egui] version = "0.23" [dependencies.bevy_mod_picking] version = "0.17" features = [ "backend_raycast", "selection", ] default-features = false [dependencies.bevy_panorbit_camera] version = "0.9" [dependencies.egui-gizmo] version = "0.12" [dependencies.egui_dock] version = "0.8" [dependencies.pretty-type-name] version = "1.0.1" [dependencies.space_editor_core] version = "0.3.1" features = ["persistence_editor"] [dependencies.space_persistence] version = "0.3.1" [dependencies.space_prefab] version = "0.3.1" [dependencies.space_shared] version = "0.3.1" [dependencies.space_undo] version = "0.3.1" [features] persistence_editor = []