khors/Cargo.toml

29 lines
587 B
TOML

[package]
name = "khors"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[workspace]
members = [
"khors-core",
"vendor/egui-vulkano",
"vendor/egui-snarl",
"modules/khors-app",
"modules/khors-graphics",
"modules/khors-window",
"modules/khors-config",
"modules/khors-steel",
"khors-test",
]
default-members = [ "khors-test" ]
[workspace.dependencies]
flax = { version = "0.6.2", features = ["derive", "serde", "tokio", "tracing"] }
[[bin]]
name = "khors-test"
path = "./khors-test"