summaryrefslogtreecommitdiffstats
path: root/docs/graphs/web.dot
blob: 06c05176194f9ea223ab9ff7f5492540946d196a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
digraph G {
  fontname = "Roboto";
  newrank=true;
  node[fontname = "Roboto", style=filled, fontcolor=white, color="#474973"];

  iced_core -> iced_web [style=dashed];

  iced_web -> iced;

  iced_core [style=dashed, fontcolor=black];
  iced [width=1, height=0.6, style="filled", fontcolor=white, color="#474973"];
}