[package] name = "space_prefab" version.workspace = true authors.workspace = true edition.workspace = true license.workspace = true repository.workspace = true homepage.workspace = true description = "Subcrate for the space_editor crate. Contains the prefab systems and components." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bevy.workspace = true ron.workspace = true serde.workspace = true space_shared.workspace = true space_undo.workspace = true bevy-scene-hook = "9" bevy-inspector-egui = { version = "0.21", features = ["bevy_pbr", "highlight_changes"]}