File tree Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ digraph example3 {
2
+ N0[label =" opengl_graphics" ];
3
+ N1[label =" shader_version" ];
4
+ N2[label =" gl" ];
5
+ N3[label =" gl_generator" ];
6
+ N4[label =" khronos_api" ];
7
+ N5[label =" graphics" ];
8
+ N6[label =" vecmath" ];
9
+ N7[label =" rust-xml" ];
10
+ N8[label =" image" ];
11
+ N2 -> N3[label =" " ];
12
+ N5 -> N6[label =" " ];
13
+ N3 -> N4[label =" " ];
14
+ N3 -> N7[label =" " ];
15
+ N0 -> N5[label =" " ];
16
+ N0 -> N2[label =" " ];
17
+ N0 -> N8[label =" " ];
18
+ N0 -> N1[label =" " ];
19
+ }
Original file line number Diff line number Diff line change @@ -10,3 +10,8 @@ OpenGL needs to load function pointers before use.
10
10
If you are experiencing strange error messages like "X not loaded" this is likely the case.
11
11
This is done automatically for you in the SDL2 and GLFW window back-ends for Piston.
12
12
To do this manually, see the README in [ gl-rs] ( https://github.com/bjz/gl-rs )
13
+
14
+ ## Dependencies
15
+
16
+ ![ dependencies] ( ./Cargo.png )
17
+
You can’t perform that action at this time.
0 commit comments