2019-11-19 11:39:49 +01:00
|
|
|
digraph G {
|
|
|
|
|
fontname = "Roboto";
|
|
|
|
|
newrank=true;
|
2019-11-20 05:01:36 +01:00
|
|
|
node[fontname = "Roboto", style="filled", fontcolor="#333333", fillcolor=white, color="#333333"];
|
|
|
|
|
edge[color="#333333"];
|
2019-11-19 11:39:49 +01:00
|
|
|
|
|
|
|
|
iced_core -> iced_web [style=dashed];
|
|
|
|
|
|
|
|
|
|
iced_web -> iced;
|
|
|
|
|
|
2019-11-20 05:01:36 +01:00
|
|
|
iced_core [style=dashed];
|
2019-11-19 11:39:49 +01:00
|
|
|
}
|