vulkan_lib/vulkan-rs/Cargo.toml
RenovateBot faf0accea2
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 6m24s
Update Rust crate anyhow to 1.0.79
2024-01-04 02:09:26 +01:00

14 lines
383 B
TOML

[package]
name = "vulkan-rs"
version = "0.1.0"
authors = ["hodasemi <superschneider@t-online.de>"]
edition = "2021"
[dependencies]
image = "0.24.7"
vulkan-sys = { path = "../vulkan-sys" }
vma-rs = { path = "../vma-rs" }
anyhow = { version = "1.0.79", features = ["backtrace"] }
assetpath = { path = "../assetpath" }
utilities = { git = "https://gavania.de/hodasemi/utilities.git" }