vulkan_lib/vulkan-rs/Cargo.toml

15 lines
440 B
TOML
Raw Normal View History

2023-01-14 12:03:01 +00:00
[package]
name = "vulkan-rs"
version = "0.1.0"
authors = ["hodasemi <superschneider@t-online.de>"]
edition = "2021"
[dependencies]
image = "0.24.5"
vulkan-sys = { path = "../vulkan-sys" }
vma-rs = { path = "../vma-rs" }
anyhow = { version = "1.0.68", features = ["backtrace"] }
assetpath = { path = "../assetpath" }
cgmath = { git = "https://gavania.de/hodasemi/cgmath.git" }
safer-ffi = { version = "0.0.10", features = ["proc_macros"] }