summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2019-10-26 20:47:23 +0200
committerLibravatar GitHub <noreply@github.com>2019-10-26 20:47:23 +0200
commitfdd91cc043e77bdde6b5f7b11f4bae350068a3cf (patch)
treec2947794e14d6ecb8c2e608caa2c460545fa06b1 /docs
parent4769272122e8cd0a4d666bb06c00cb27f8cad3c4 (diff)
parentc1f6e66175a1b691841831b6ae03a11daf7fc945 (diff)
downloadiced-fdd91cc043e77bdde6b5f7b11f4bae350068a3cf.tar.gz
iced-fdd91cc043e77bdde6b5f7b11f4bae350068a3cf.tar.bz2
iced-fdd91cc043e77bdde6b5f7b11f4bae350068a3cf.zip
Merge pull request #23 from hecrj/roadmap
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