From fdc99e5bf619daf46b9f3508827a79e329b0da9b Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Tue, 19 Nov 2019 11:39:49 +0100 Subject: Update `README` and `ROADMAP` and add `ECOSYSTEM` --- docs/graphs/web.dot | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/graphs/web.dot (limited to 'docs/graphs/web.dot') diff --git a/docs/graphs/web.dot b/docs/graphs/web.dot new file mode 100644 index 00000000..06c05176 --- /dev/null +++ b/docs/graphs/web.dot @@ -0,0 +1,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"]; +} -- cgit