[package] name = "khors-test" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [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" } khors-config = { path = "../modules/khors-config", version = "0.1.0" } khors-steel = { path = "../modules/khors-steel", version = "0.1.0" } anyhow = "1.0.80" winit = { version = "0.29.15",features = ["rwh_05"] } tokio = { version = "1.36.0", features = ["full"] }