render_plugin: Add first SubApp and default schedules
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 7m49s

This commit is contained in:
Florian RICHER 2025-05-18 18:02:54 +02:00
parent f585ba78e7
commit 0ee29a3649
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
7 changed files with 164 additions and 2 deletions

View file

@ -0,0 +1,9 @@
[package]
name = "engine_render"
version = "0.1.0"
edition = "2024"
[dependencies]
log = { workspace = true }
bevy_app = { workspace = true }
bevy_ecs = { workspace = true }