feat: add entity handles and a bevy channel abstraction

Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
Schmarni
2025-06-28 12:56:40 +02:00
committed by Nova King
parent 85bb21414d
commit 600eab9d2a
9 changed files with 163 additions and 98 deletions

View File

@@ -8,3 +8,5 @@ pub mod resource;
pub mod scenegraph;
pub mod task;
pub mod color;
pub mod entity_handle;
pub mod bevy_channel;