diff --git a/crates/bevy_entity_path/Cargo.toml b/crates/bevy_entity_path/Cargo.toml new file mode 100644 index 0000000000..3877c1ac33 --- /dev/null +++ b/crates/bevy_entity_path/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "bevy_entity_path" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] + +[lints] +workspace = true diff --git a/crates/bevy_entity_path/src/lib.rs b/crates/bevy_entity_path/src/lib.rs new file mode 100644 index 0000000000..71b3b82f04 --- /dev/null +++ b/crates/bevy_entity_path/src/lib.rs @@ -0,0 +1 @@ +//! working on this in https://github.com/Multirious/bevy_entity_path