create crate bevy_entity_path
This commit is contained in:
parent
9264850a1c
commit
fa583e7b70
11
crates/bevy_entity_path/Cargo.toml
Normal file
11
crates/bevy_entity_path/Cargo.toml
Normal file
@ -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
|
1
crates/bevy_entity_path/src/lib.rs
Normal file
1
crates/bevy_entity_path/src/lib.rs
Normal file
@ -0,0 +1 @@
|
|||||||
|
//! working on this in https://github.com/Multirious/bevy_entity_path
|
Loading…
Reference in New Issue
Block a user