summaryrefslogtreecommitdiffstats
path: root/docs/graphs/core.dot
blob: 93724927fa25fb2904adb760e5e692a9fcf4e7e9 (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="#333333", fillcolor=white, color="#333333"];
  edge[color="#333333"];

  { rank = same; iced_native iced_web }

  iced_core -> iced_native [style=dashed];
  iced_core -> iced_web [style=dashed];

  iced_core [style=dashed];
}