rFactor2_vk_hud/Cargo.toml
2023-01-11 15:03:32 +01:00

13 lines
354 B
TOML

[package]
name = "vk_layer_rs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["cdylib"]
[dependencies]
vulkan-sys = { git = "https://gavania.de/Gavania/Gavania.git", branch = "0.2.0_dev" }
anyhow = { version = "1.0.68", features = ["backtrace"] }