render_plugin: Add first SubApp and default schedules
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 7m49s
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 7m49s
This commit is contained in:
parent
f585ba78e7
commit
0ee29a3649
7 changed files with 164 additions and 2 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue