vulkan_lib/vulkan-sys/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

13 lines
344 B
TOML

[package]
name = "vulkan-sys"
version = "0.1.0"
authors = ["hodasemi <michaelh.95@t-online.de>"]
edition = "2021"
[dependencies]
library_loader = { path = "../library_loader" }
paste = "1.0.14"
shared_library = "0.1.9"
anyhow = { version = "1.0.81", features = ["backtrace"] }
utilities = { git = "https://gavania.de/hodasemi/utilities.git" }