diff options
| author | 2019-11-03 05:19:51 +0100 | |
|---|---|---|
| committer | 2019-11-03 05:19:51 +0100 | |
| commit | 075fcf1a52fd478ec1f9451278c582f34b95fdfe (patch) | |
| tree | 1c1c52c51bacafbca18c25f7c9ad796109fba990 /docs | |
| parent | f3baae92282566ccb6ff3689a08fcaa907430ef7 (diff) | |
| parent | 0ea911ae36bbde8c288f7ae1ba8a0049b696d7c4 (diff) | |
| download | iced-075fcf1a52fd478ec1f9451278c582f34b95fdfe.tar.gz iced-075fcf1a52fd478ec1f9451278c582f34b95fdfe.tar.bz2 iced-075fcf1a52fd478ec1f9451278c582f34b95fdfe.zip  | |
Merge branch 'master' into feature/text-input
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  | 
