summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-10-21 01:59:17 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-10-21 01:59:17 +0200
commit108d85ac883a2f8eb8b1271b74e8facc23102268 (patch)
treeb6e0ca0a5f75033452fc94c705a15c46a7c73a28 /docs
parent523736f08b1d452e4d3405a68b267c6f44adc22b (diff)
downloadiced-108d85ac883a2f8eb8b1271b74e8facc23102268.tar.gz
iced-108d85ac883a2f8eb8b1271b74e8facc23102268.tar.bz2
iced-108d85ac883a2f8eb8b1271b74e8facc23102268.zip
Add `ROADMAP`
Diffstat (limited to 'docs')
-rw-r--r--docs/crates_graph.dot12
-rw-r--r--docs/crates_graph.pngbin0 -> 40251 bytes
2 files changed, 12 insertions, 0 deletions
diff --git a/docs/crates_graph.dot b/docs/crates_graph.dot
new file mode 100644
index 00000000..85e375d0
--- /dev/null
+++ b/docs/crates_graph.dot
@@ -0,0 +1,12 @@
+digraph G {
+ "iced_core" -> "iced_native"
+ "iced_core" -> "iced_web"
+ "iced_native" -> "iced_wgpu"
+ "iced_native" -> "iced_winit"
+ "iced_web" -> "iced"
+ "iced_wgpu" -> "iced"
+ "iced_winit" -> "iced"
+
+ node[shape=box];
+ "iced" -> "cross-platform application"
+}
diff --git a/docs/crates_graph.png b/docs/crates_graph.png
new file mode 100644
index 00000000..d598c1dd
--- /dev/null
+++ b/docs/crates_graph.png
Binary files differ