Fix circular dependencies in workspace
This commit is contained in:
parent
960e2f8a37
commit
173cfe2acf
11 changed files with 148 additions and 72 deletions
|
@ -7,6 +7,7 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
khors-core = { path = "../khors-core", version = "0.1.0" }
|
||||
khors-app = { path = "../modules/khors-app", version = "0.1.0" }
|
||||
egui-vulkano = { path = "../vendor/egui-vulkano", version = "0.1.0" }
|
||||
khors-graphics = { path = "../modules/khors-graphics", version = "0.1.0" }
|
||||
khors-window = { path = "../modules/khors-window", version = "0.1.0" }
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
use anyhow::Result;
|
||||
|
||||
use khors_config::ConfigModule;
|
||||
use khors_core::app::App;
|
||||
use khors_app::App;
|
||||
use khors_graphics::RenderModule;
|
||||
use khors_window::WindowModule;
|
||||
use tokio::runtime::Builder;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue