rFactor2_vk_hud/Cargo.toml
RenovateBot b2e1c134ed
Some checks failed
Gavania Merge Build / build (pull_request) Failing after 25m43s
Update Rust crate ringbuf to 0.4.0
2024-04-27 09:05:53 +00:00

28 lines
757 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.82", features = ["backtrace"] }
paste = "1.0.14"
serde = "1.0.199"
serde_json = "1.0.116"
ringbuf = "0.4.0"
lazy_static = "1.4.0"
[profile.release-lto]
inherits = "release"
lto = true