-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
102 lines (88 loc) · 1.89 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
[package]
name = "compile_with_bazel"
version = "0.0.0"
[dependencies]
chrono = "0.4.6"
fern = "0.5.6"
futures = "0.1.24"
hyper = "0.12.10"
itertools = "0.7.8"
lazy_static = "1.1.0"
libc = "0.2.43"
log = "0.4.5"
rand = "0.5.5"
specs = "0.12.2"
tic = "0.6.0"
time = "0.1.40"
vk-sys = "0.3.2"
zcfg = "0.2.0"
zcfg_flag_parser = "0.2.0"
gnuplot = "0.0.24"
sdl2 = "0.31.0"
bindgen = "0.35.0"
dylib = "0.0.3"
x11-dl = "2.17.5"
rustfmt-nightly = "0.99.4"
memoffset = "0.2.1"
derive_builder = "0.6.0"
cgmath = "0.16.0"
png = "0.11.0"
protobuf = "1.4.3"
rusqlite = "0.14.0"
libsqlite3-sys = "0.9.3"
[lib]
path = "fake_lib.rs"
[raze]
workspace_path = "//third_party/cargo"
target = "x86_64-unknown-linux-gnu"
genmode = "Remote"
[raze.crates.rusqlite.'0.14.0']
skipped_deps = [
"libsqlite3-sys-0.9.3"
]
additional_deps = [
"@//third_party/cargo/overrides/libsqlite3-sys:libsqlite3_sys"
]
[raze.crates.lazy_static.'1.1.0']
additional_flags = [
# Options include "inline" "spin" "heap"
"--cfg=lazy_static_inline_impl"
]
[raze.crates.x11-dl.'2.18.3']
gen_buildrs = true
[raze.crates.rustfmt-nightly.'0.99.4']
extra_aliased_targets = [
"cargo_bin_rustfmt"
]
gen_buildrs = true
[raze.crates.sdl2.'0.31.0']
skipped_deps = [
"sdl2-sys-0.31.0"
]
additional_deps = [
"@//third_party/cargo/overrides/sdl2-sys:sdl2_sys"
]
[raze.crates.bindgen.'0.35.0']
gen_buildrs = true
extra_aliased_targets = [
"cargo_bin_bindgen"
]
[raze.crates.clang-sys.'0.22.0']
gen_buildrs = false
skipped_deps = [
"libloading-0.5.0"
]
additional_deps = [
"@//third_party/cargo/overrides/libloading-0.5.0:libloading",
]
[raze.crates.derive_builder.'0.6.0']
data_attr = "glob([\"src/doc_tpl/*\"])"
[raze.crates.cgmath.'0.16.1']
# Generates some functions or something
gen_buildrs = true
[raze.crates.protobuf.'1.7.4']
extra_aliased_targets = [
"cargo_bin_protoc_gen_rust"
]
[raze.crates.waterfall.'0.7.1']
data_attr = "glob([\"assets/**\"])"