vulkan_lib/vma-rs/Cargo.toml
RenovateBot 93d2705427
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 15m53s
Update Rust crate anyhow to 1.0.85
2024-05-18 00:10:04 +00:00

15 lines
376 B
TOML

[package]
name = "vma-rs"
version = "0.1.0"
authors = ["hodasemi <michaelh.95@t-online.de>"]
edition = "2021"
build = "build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
vulkan-sys = { path = "../vulkan-sys" }
anyhow = { version = "1.0.85", features = ["backtrace"] }
[build-dependencies]
cc = "1.0.97"