13 lines
302 B
Text
13 lines
302 B
Text
digraph G {
|
|
fontname = "Roboto";
|
|
newrank=true;
|
|
node[fontname = "Roboto", style=filled, fontcolor=white, color="#474973"];
|
|
|
|
{ rank = same; iced_native iced_web }
|
|
|
|
iced_core -> iced_native [style=dashed];
|
|
iced_core -> iced_web [style=dashed];
|
|
|
|
iced_core [style=dashed, fontcolor=black];
|
|
|
|
}
|