Skip to content

Commit

Permalink
Update Cargo.dot and Cargo.png, closes PistonDevelopers#220
Browse files Browse the repository at this point in the history
  • Loading branch information
fenhl committed May 16, 2015
1 parent 771e261 commit 5e3993c
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 55 deletions.
165 changes: 110 additions & 55 deletions Cargo.dot
Original file line number Diff line number Diff line change
@@ -1,56 +1,111 @@
digraph example3 {
N0[label="hematite"];
N1[label="render"];
N2[label="device"];
N3[label="gfx_voxel"];
N4[label="vecmath"];
N5[label="image"];
N6[label="gfx_texture"];
N7[label="cgmath"];
N8[label="gfx_gl"];
N9[label="gl_generator"];
N10[label="khronos_api"];
N11[label="fps_counter"];
N12[label="shader_version"];
N13[label="cam"];
N14[label="event"];
N15[label="sdl2_window"];
N16[label="gl"];
N17[label="input"];
N18[label="sdl2"];
N19[label="gfx"];
N20[label="texture"];
N21[label="rust-xml"];
N22[label="gfx_macros"];
N1 -> N2[label=""];
N3 -> N4[label=""];
N3 -> N5[label=""];
N3 -> N6[label=""];
N8 -> N9[label=""];
N13 -> N14[label=""];
N13 -> N4[label=""];
N2 -> N8[label=""];
N15 -> N12[label=""];
N15 -> N16[label=""];
N15 -> N17[label=""];
N15 -> N14[label=""];
N15 -> N18[label=""];
N6 -> N19[label=""];
N6 -> N5[label=""];
N6 -> N20[label=""];
N19 -> N22[label=""];
N19 -> N2[label=""];
N19 -> N1[label=""];
N0 -> N19[label=""];
N0 -> N15[label=""];
N0 -> N11[label=""];
N0 -> N5[label=""];
N0 -> N3[label=""];
N0 -> N13[label=""];
N0 -> N7[label=""];
N0 -> N4[label=""];
N16 -> N9[label=""];
N14 -> N17[label=""];
N9 -> N21[label=""];
N9 -> N10[label=""];
digraph hematite {
hematite [root=true]
hematite [fillcolor=red]
hematite [fontcolor=white]
hematite [style=filled]
hematite -> byteorder;
hematite -> camera_controllers;
hematite -> flate2;
hematite -> fps_counter;
hematite -> gfx;
hematite -> gfx_device_gl;
hematite -> image;
hematite -> libc;
hematite -> mmap;
hematite -> piston3d_gfx_voxel;
hematite -> pistoncore_event;
hematite -> pistoncore_input;
hematite -> pistoncore_sdl2_window;
hematite -> pistoncore_window;
hematite -> rustc_serialize;
hematite -> sdl2;
hematite -> shader_version;
hematite -> time;
hematite -> vecmath;
camera_controllers -> bitflags;
camera_controllers -> piston;
camera_controllers -> piston3d_cam;
camera_controllers -> quaternion;
camera_controllers -> vecmath;
clock_ticks -> libc;
draw_state -> bitflags;
enum_primitive -> num;
flate2 -> libc;
flate2 -> miniz_sys;
fps_counter -> clock_ticks;
gfx -> bitflags;
gfx -> draw_state;
gfx -> log;
gfx -> num;
gfx_device_gl -> gfx;
gfx_device_gl -> gfx_gl;
gfx_device_gl -> libc;
gfx_device_gl -> log;
gfx_gl -> gl_common;
gfx_gl -> gl_generator;
gfx_gl -> khronos_api;
gfx_gl -> libc;
gl -> gl_common;
gl -> gl_generator;
gl -> khronos_api;
gl -> libc;
gl_common -> libc;
gl_common -> libc;
gl_generator -> khronos_api;
gl_generator -> log;
gl_generator -> xml_rs;
gl_generator -> khronos_api;
gl_generator -> log;
gl_generator -> xml_rs;
image -> byteorder;
image -> enum_primitive;
image -> num;
log -> libc;
miniz_sys -> gcc;
miniz_sys -> libc;
mmap -> libc;
num -> rand;
num -> rustc_serialize;
piston -> pistoncore_event;
piston -> pistoncore_input;
piston -> pistoncore_window;
piston_gfx_texture -> gfx;
piston_gfx_texture -> image;
piston_gfx_texture -> piston_texture;
piston_viewport -> piston_float;
piston3d_cam -> quaternion;
piston3d_cam -> vecmath;
piston3d_gfx_voxel -> array;
piston3d_gfx_voxel -> gfx;
piston3d_gfx_voxel -> image;
piston3d_gfx_voxel -> piston_gfx_texture;
pistoncore_event -> pistoncore_event_loop;
pistoncore_event -> pistoncore_input;
pistoncore_event -> pistoncore_window;
pistoncore_event_loop -> clock_ticks;
pistoncore_event_loop -> piston_viewport;
pistoncore_event_loop -> pistoncore_window;
pistoncore_input -> bitflags;
pistoncore_input -> num;
pistoncore_input -> rustc_serialize;
pistoncore_sdl2_window -> gl;
pistoncore_sdl2_window -> num;
pistoncore_sdl2_window -> piston;
pistoncore_sdl2_window -> sdl2;
pistoncore_sdl2_window -> shader_version;
pistoncore_window -> libc;
pistoncore_window -> pistoncore_input;
quaternion -> vecmath;
rand -> libc;
sdl2 -> bitflags;
sdl2 -> libc;
sdl2 -> num;
sdl2 -> rand;
sdl2 -> sdl2_sys;
sdl2_sys -> libc;
sdl2_sys -> num;
time -> gcc;
time -> libc;
vecmath -> piston_float;
xml_rs -> bitflags;
}
Binary file modified Cargo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5e3993c

Please sign in to comment.