diff options
author | 2019-10-26 20:47:23 +0200 | |
---|---|---|
committer | 2019-10-26 20:47:23 +0200 | |
commit | fdd91cc043e77bdde6b5f7b11f4bae350068a3cf (patch) | |
tree | c2947794e14d6ecb8c2e608caa2c460545fa06b1 /docs | |
parent | 4769272122e8cd0a4d666bb06c00cb27f8cad3c4 (diff) | |
parent | c1f6e66175a1b691841831b6ae03a11daf7fc945 (diff) | |
download | iced-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.dot | 12 | ||||
-rw-r--r-- | docs/crates_graph.png | bin | 0 -> 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 Binary files differnew file mode 100644 index 00000000..d598c1dd --- /dev/null +++ b/docs/crates_graph.png |