rFactor2_vk_hud/Cargo.toml

20 lines
541 B
TOML
Raw Normal View History

2023-01-10 13:24:04 +00:00
[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]
2023-01-14 13:27:23 +00:00
vulkan-rs = { git = "https://gavania.de/hodasemi/vulkan_lib.git" }
2023-01-13 14:00:01 +00:00
rfactor_sm_reader = { git = "https://gavania.de/hodasemi/rfactor_sm_reader.git" }
2023-01-11 20:46:17 +00:00
anyhow = { version = "1.0.68", features = ["backtrace"] }
2023-01-16 16:07:39 +00:00
cgmath = { version = "0.18.0", features = ["swizzle", "serde"] }
2023-01-13 08:27:58 +00:00
paste = "1.0.11"
2023-01-16 16:07:39 +00:00
serde = "1.0.152"
serde_json = "1.0.91"