abrasion/third_party/cargo/Cargo.toml

50 lines
956 B
TOML
Raw Normal View History

2020-01-18 23:27:11 +00:00
[package]
edition = "2018"
name = "compile_with_bazel"
version = "1.33.7"
[lib]
path = "fake_lib.rs"
[dependencies]
env_logger = "0.6.1"
2020-04-04 18:00:11 +00:00
image = "0.23.1"
2020-01-18 23:27:11 +00:00
log = "0.4.6"
2020-03-16 23:00:50 +00:00
vulkano = "0.18.0"
vulkano-win = "0.18.0"
winit = "0.22.0"
2020-01-21 23:34:02 +00:00
cgmath = "0.17.0"
2020-03-16 22:30:09 +00:00
openvr = "0.6.0"
flatbuffers = "0.6.1"
2020-01-18 23:27:11 +00:00
[raze]
workspace_path = "//third_party/cargo"
target = "x86_64-unknown-linux-gnu"
[raze.crates.andrew.'0.2.1']
skipped_deps = ['rusttype-0.7.9']
additional_deps = ['//third_party/cargo/vendor/rusttype-0.8.3:rusttype']
2020-01-18 23:27:11 +00:00
2020-03-16 23:00:50 +00:00
[raze.crates.x11-dl.'2.18.5']
2020-01-18 23:27:11 +00:00
gen_buildrs = true
2020-03-16 23:00:50 +00:00
[raze.crates.wayland-client.'0.23.6']
2020-01-18 23:27:11 +00:00
gen_buildrs = true
2020-03-16 23:00:50 +00:00
[raze.crates.wayland-protocols.'0.23.6']
2020-01-18 23:27:11 +00:00
gen_buildrs = true
[raze.crates.log.'0.4.8']
additional_flags = [
"--cfg=atomic_cas"
]
[raze.crates.libloading.'0.6.2']
2020-01-18 23:27:11 +00:00
additional_deps = ['//third_party/cargo/patches:libloading_global_static']
2020-01-21 23:34:02 +00:00
[raze.crates.cgmath.'0.17.0']
gen_buildrs = true
2020-04-04 18:00:11 +00:00
[raze.crates.image.'0.23.4']
2020-04-04 18:00:11 +00:00
gen_buildrs = true