vulkan_lib/vulkan-rs/Cargo.toml
RenovateBot ffa3c32c84
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 7m58s
Update Rust crate anyhow to 1.0.81
2024-03-12 03:08:43 +00: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.25.0"
vulkan-sys = { path = "../vulkan-sys" }
vma-rs = { path = "../vma-rs" }
anyhow = { version = "1.0.81", features = ["backtrace"] }
assetpath = { path = "../assetpath" }
utilities = { git = "https://gavania.de/hodasemi/utilities.git" }