vulkan_lib/vulkan-rs/Cargo.toml
RenovateBot 3740ee75e6
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 6m27s
Update Rust crate anyhow to 1.0.80
2024-02-20 02:08:14 +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.24.8"
vulkan-sys = { path = "../vulkan-sys" }
vma-rs = { path = "../vma-rs" }
anyhow = { version = "1.0.80", features = ["backtrace"] }
assetpath = { path = "../assetpath" }
utilities = { git = "https://gavania.de/hodasemi/utilities.git" }