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

@ -30,6 +30,7 @@ env_logger = "0.11"
engine_vulkan = { path = "crates/engine_vulkan" }
engine_window = { path = "crates/engine_window" }
engine_render = { path = "crates/engine_render" }
[dependencies]
log = { workspace = true }
@ -43,3 +44,4 @@ glam = { workspace = true }
engine_vulkan = { workspace = true }
engine_window = { workspace = true }
engine_render = { workspace = true }