-
Notifications
You must be signed in to change notification settings - Fork 31
/
Cargo.dot
69 lines (69 loc) · 1.79 KB
/
Cargo.dot
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
digraph dependencies {
N0[label="piston2d-gfx_graphics"];
N1[label="pistoncore-event_loop"];
N2[label="time"];
N3[label="pistoncore-current"];
N4[label="gl_generator"];
N5[label="khronos_api"];
N6[label="gl_common"];
N7[label="xml-rs"];
N8[label="gcc"];
N9[label="pistoncore-sdl2_window"];
N10[label="sdl2"];
N11[label="pistoncore-window"];
N12[label="pistoncore-input"];
N13[label="gl"];
N14[label="shader_version"];
N15[label="vecmath"];
N16[label="piston2d-graphics"];
N17[label="read_color"];
N18[label="piston-texture"];
N19[label="gfx"];
N20[label="image"];
N21[label="piston-gfx_texture"];
N22[label="gfx_macros"];
N23[label="pistoncore-event"];
N24[label="device"];
N25[label="gfx_gl"];
N26[label="render"];
N1 -> N2[label=""];
N1 -> N3[label=""];
N4 -> N5[label=""];
N4 -> N6[label=""];
N4 -> N7[label=""];
N9 -> N10[label=""];
N9 -> N11[label=""];
N9 -> N12[label=""];
N9 -> N13[label=""];
N9 -> N14[label=""];
N16 -> N17[label=""];
N16 -> N15[label=""];
N16 -> N18[label=""];
N16 -> N3[label=""];
N0 -> N19[label=""];
N0 -> N9[label=""];
N0 -> N16[label=""];
N0 -> N20[label=""];
N0 -> N21[label=""];
N0 -> N22[label=""];
N0 -> N23[label=""];
N0 -> N14[label=""];
N24 -> N25[label=""];
N23 -> N3[label=""];
N23 -> N11[label=""];
N23 -> N12[label=""];
N23 -> N1[label=""];
N26 -> N24[label=""];
N2 -> N8[label=""];
N21 -> N19[label=""];
N21 -> N18[label=""];
N21 -> N20[label=""];
N19 -> N24[label=""];
N19 -> N22[label=""];
N19 -> N26[label=""];
N25 -> N4[label=""];
N11 -> N1[label=""];
N11 -> N3[label=""];
N11 -> N12[label=""];
N13 -> N4[label=""];
}