summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-11-03 05:19:51 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-11-03 05:19:51 +0100
commit075fcf1a52fd478ec1f9451278c582f34b95fdfe (patch)
tree1c1c52c51bacafbca18c25f7c9ad796109fba990 /docs
parentf3baae92282566ccb6ff3689a08fcaa907430ef7 (diff)
parent0ea911ae36bbde8c288f7ae1ba8a0049b696d7c4 (diff)
downloadiced-075fcf1a52fd478ec1f9451278c582f34b95fdfe.tar.gz
iced-075fcf1a52fd478ec1f9451278c582f34b95fdfe.tar.bz2
iced-075fcf1a52fd478ec1f9451278c582f34b95fdfe.zip
Merge branch 'master' into feature/text-input
Diffstat (limited to '')
-rw-r--r--docs/crates_graph.dot12
-rw-r--r--docs/crates_graph.pngbin0 -> 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
new file mode 100644
index 00000000..d598c1dd
--- /dev/null
+++ b/docs/crates_graph.png
Binary files differ