vulkan_lib/vulkan-rs/Cargo.toml
RenovateBot 685be5c71e
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 6m53s
Update Rust crate anyhow to 1.0.75
2023-08-20 02:05:53 +02: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.75", features = ["backtrace"] }
assetpath = { path = "../assetpath" }
utilities = { git = "https://gavania.de/hodasemi/utilities.git" }