14 lines
446 B
TOML
14 lines
446 B
TOML
[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" }
|
|
safer-ffi = { version = "0.0.10", features = ["proc_macros"] }
|
|
utilities = { git = "https://gavania.de/hodasemi/utilities.git" }
|