From fa583e7b706dfc1541c5039e4fbe1bc47462113f Mon Sep 17 00:00:00 2001 From: Multirious Date: Sat, 6 Apr 2024 23:24:07 +0700 Subject: [PATCH] create crate bevy_entity_path --- crates/bevy_entity_path/Cargo.toml | 11 +++++++++++ crates/bevy_entity_path/src/lib.rs | 1 + 2 files changed, 12 insertions(+) create mode 100644 crates/bevy_entity_path/Cargo.toml create mode 100644 crates/bevy_entity_path/src/lib.rs 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