iced-yoda/docs/graphs/core.dot

14 lines
332 B
Text
Raw Normal View History

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"];
{ rank = same; iced_native iced_web }
iced_core -> iced_native [style=dashed];
iced_core -> iced_web [style=dashed];
2019-11-20 05:01:36 +01:00
iced_core [style=dashed];
}