Add ROADMAP
This commit is contained in:
parent
523736f08b
commit
108d85ac88
3 changed files with 299 additions and 0 deletions
12
docs/crates_graph.dot
Normal file
12
docs/crates_graph.dot
Normal 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
BIN
docs/crates_graph.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 39 KiB |
Loading…
Add table
Add a link
Reference in a new issue