|
|
@@ -28,25 +28,28 @@ subgraph clusterLegend {
|
|
|
"node2" -> "node0" // CoreLibrary -> CompilerFlags
|
|
|
"node3" [ label = "GoofyLoggingLibrary\n(SeriousLoggingLibrary)\n(TheBestLoggingLibrary)", shape = pentagon ];
|
|
|
"node2" -> "node3" [ style = dotted ] // CoreLibrary -> GoofyLoggingLibrary
|
|
|
+ "node4" [ label = "SystemLibrary", shape = octagon ];
|
|
|
+ "node4" -> "node2" [ style = dotted ] // SystemLibrary -> CoreLibrary
|
|
|
+ "node2" -> "node4" [ style = dotted ] // CoreLibrary -> SystemLibrary
|
|
|
"node1" -> "node2" [ style = dotted ] // ConsoleApplication -> CoreLibrary
|
|
|
- "node4" [ label = "CryptoCurrencyMiningLibrary", shape = septagon ];
|
|
|
- "node1" -> "node4" [ style = dotted ] // ConsoleApplication -> CryptoCurrencyMiningLibrary
|
|
|
- "node5" [ label = "GenerateManPage", shape = box ];
|
|
|
- "node1" -> "node5" // ConsoleApplication -> GenerateManPage
|
|
|
- "node6" [ label = "GraphicApplication", shape = egg ];
|
|
|
- "node6" -> "node2" [ style = dotted ] // GraphicApplication -> CoreLibrary
|
|
|
- "node7" [ label = "GraphicLibrary", shape = doubleoctagon ];
|
|
|
- "node8" [ label = "\"-lm\"", shape = septagon ];
|
|
|
- "node7" -> "node8" [ style = dotted ] // GraphicLibrary -> "-lm"
|
|
|
- "node7" -> "node0" // GraphicLibrary -> CompilerFlags
|
|
|
- "node7" -> "node2" [ style = dotted ] // GraphicLibrary -> CoreLibrary
|
|
|
- "node9" [ label = "GraphicLibraryObjects", shape = hexagon ];
|
|
|
- "node7" -> "node9" [ style = dotted ] // GraphicLibrary -> GraphicLibraryObjects
|
|
|
- "node6" -> "node7" [ style = dotted ] // GraphicApplication -> GraphicLibrary
|
|
|
- "node10" [ label = "GraphicDriverOpenGL", shape = tripleoctagon ];
|
|
|
- "node10" -> "node0" [ style = dotted ] // GraphicDriverOpenGL -> CompilerFlags
|
|
|
- "node10" -> "node2" [ style = dotted ] // GraphicDriverOpenGL -> CoreLibrary
|
|
|
- "node11" [ label = "GraphicDriverVulkan", shape = tripleoctagon ];
|
|
|
- "node11" -> "node0" [ style = dotted ] // GraphicDriverVulkan -> CompilerFlags
|
|
|
- "node11" -> "node2" [ style = dotted ] // GraphicDriverVulkan -> CoreLibrary
|
|
|
+ "node5" [ label = "CryptoCurrencyMiningLibrary", shape = septagon ];
|
|
|
+ "node1" -> "node5" [ style = dotted ] // ConsoleApplication -> CryptoCurrencyMiningLibrary
|
|
|
+ "node6" [ label = "GenerateManPage", shape = box ];
|
|
|
+ "node1" -> "node6" // ConsoleApplication -> GenerateManPage
|
|
|
+ "node7" [ label = "GraphicApplication", shape = egg ];
|
|
|
+ "node7" -> "node2" [ style = dotted ] // GraphicApplication -> CoreLibrary
|
|
|
+ "node8" [ label = "GraphicLibrary", shape = doubleoctagon ];
|
|
|
+ "node9" [ label = "\"-lm\"", shape = septagon ];
|
|
|
+ "node8" -> "node9" [ style = dotted ] // GraphicLibrary -> "-lm"
|
|
|
+ "node8" -> "node0" // GraphicLibrary -> CompilerFlags
|
|
|
+ "node8" -> "node2" [ style = dotted ] // GraphicLibrary -> CoreLibrary
|
|
|
+ "node10" [ label = "GraphicLibraryObjects", shape = hexagon ];
|
|
|
+ "node8" -> "node10" [ style = dotted ] // GraphicLibrary -> GraphicLibraryObjects
|
|
|
+ "node7" -> "node8" [ style = dotted ] // GraphicApplication -> GraphicLibrary
|
|
|
+ "node11" [ label = "GraphicDriverOpenGL", shape = tripleoctagon ];
|
|
|
+ "node11" -> "node0" [ style = dotted ] // GraphicDriverOpenGL -> CompilerFlags
|
|
|
+ "node11" -> "node2" [ style = dotted ] // GraphicDriverOpenGL -> CoreLibrary
|
|
|
+ "node12" [ label = "GraphicDriverVulkan", shape = tripleoctagon ];
|
|
|
+ "node12" -> "node0" [ style = dotted ] // GraphicDriverVulkan -> CompilerFlags
|
|
|
+ "node12" -> "node2" [ style = dotted ] // GraphicDriverVulkan -> CoreLibrary
|
|
|
}
|