You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/README.md
+7-13
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,8 @@ A simple UI tour that can run both on native platforms and the web! It showcases
10
10
The __[`main`](tour/src/main.rs)__ file contains all the code of the example! All the cross-platform GUI is defined in terms of __state__, __messages__, __update logic__ and __view logic__.
Copy file name to clipboardExpand all lines: examples/download_progress/README.md
+1-3
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,7 @@ A basic application that asynchronously downloads multiple dummy files of 100 MB
5
5
The example implements a custom `Subscription` in the __[`download`](src/download.rs)__ module. This subscription downloads and produces messages that can be used to keep track of its progress.
Copy file name to clipboardExpand all lines: examples/tour/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@ A simple UI tour that can run both on native platforms and the web! It showcases
5
5
The __[`main`]__ file contains all the code of the example! All the cross-platform GUI is defined in terms of __state__, __messages__, __update logic__ and __view logic__.
0 commit comments