Add ROADMAP

This commit is contained in:
Héctor Ramón Jiménez 2019-10-21 01:59:17 +02:00
parent 523736f08b
commit 108d85ac88
3 changed files with 299 additions and 0 deletions

12
docs/crates_graph.dot Normal file
View file

@ -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"
}

BIN
docs/crates_graph.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB