vulkan_lib/vulkan-rs/Cargo.toml
RenovateBot a081bae10d
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 6m34s
Update Rust crate image to 0.24.8
2024-01-14 02:07:36 +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.8"
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" }