# 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_prefab" version = "0.3.1" authors = [ "rewin ", "Julia Naomi ", ] description = "Subcrate for the space_editor crate. Contains the prefab systems and components." 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-inspector-egui] version = "0.21" features = [ "bevy_pbr", "highlight_changes", ] [dependencies.bevy-scene-hook] version = "9" [dependencies.ron] version = "0.8" [dependencies.serde] version = "1" [dependencies.space_shared] version = "0.3.1" [dependencies.space_undo] version = "0.3.1"