rFactor2_vk_hud/Cargo.toml
RenovateBot 5691835aec
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 12m53s
Update Rust crate serde to 1.0.190
2023-10-27 02:04:10 +02:00

27 lines
735 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-rs = { git = "https://gavania.de/hodasemi/vulkan_lib.git" }
assetpath = { git = "https://gavania.de/hodasemi/vulkan_lib.git" }
utilities = { git = "https://gavania.de/hodasemi/utilities.git" }
rfactor_sm_reader = { git = "https://gavania.de/hodasemi/rfactor_sm_reader.git" }
ui = { git = "https://gavania.de/hodasemi/ui.git" }
anyhow = { version = "1.0.75", features = ["backtrace"] }
paste = "1.0.14"
serde = "1.0.190"
serde_json = "1.0.107"
ringbuf = "0.3.3"
[profile.release-lto]
inherits = "release"
lto = true