mirror of
https://github.com/bevyengine/bevy
synced 2024-11-23 13:13:49 +00:00
create crate bevy_entity_path
This commit is contained in:
parent
9264850a1c
commit
fa583e7b70
2 changed files with 12 additions and 0 deletions
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 a new issue