[package] name = "vulkan-rs" version = "0.1.0" authors = ["hodasemi "] edition = "2021" [dependencies] image = "0.24.5" vulkan-sys = { path = "../vulkan-sys" } vma-rs = { path = "../vma-rs" } anyhow = { version = "1.0.68", features = ["backtrace"] } cgmath = "0.18.0" assetpath = { path = "../assetpath" }