diff options
author | 2019-10-21 01:59:17 +0200 | |
---|---|---|
committer | 2019-10-21 01:59:17 +0200 | |
commit | 108d85ac883a2f8eb8b1271b74e8facc23102268 (patch) | |
tree | b6e0ca0a5f75033452fc94c705a15c46a7c73a28 /docs | |
parent | 523736f08b1d452e4d3405a68b267c6f44adc22b (diff) | |
download | iced-108d85ac883a2f8eb8b1271b74e8facc23102268.tar.gz iced-108d85ac883a2f8eb8b1271b74e8facc23102268.tar.bz2 iced-108d85ac883a2f8eb8b1271b74e8facc23102268.zip |
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 |