summaryrefslogtreecommitdiffstats
path: root/docs/graphs/core.dot
blob: a52dfbb991441fbb00516ae268c4930b0511ad00 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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];

}