Initial attempt to implement Render Graph
This commit is contained in:
parent
173cfe2acf
commit
3732fc5e3d
33 changed files with 8851 additions and 938 deletions
|
@ -1,8 +1,8 @@
|
|||
use anyhow::Result;
|
||||
|
||||
use khors_config::ConfigModule;
|
||||
use khors_app::App;
|
||||
use khors_graphics::RenderModule;
|
||||
use khors_app::app::App;
|
||||
use khors_graphics::renderer::RenderModule;
|
||||
use khors_window::WindowModule;
|
||||
use tokio::runtime::Builder;
|
||||
use winit::event_loop::{ControlFlow, EventLoopBuilder};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue