2023-01-14 12:03:01 +00:00
|
|
|
[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" }
|
2023-08-20 00:05:53 +00:00
|
|
|
anyhow = { version = "1.0.75", features = ["backtrace"] }
|
2023-01-14 12:03:01 +00:00
|
|
|
|
|
|
|
[build-dependencies]
|
2023-08-21 00:04:22 +00:00
|
|
|
cc = "1.0.83"
|