We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbe8405 commit 4bfe622Copy full SHA for 4bfe622
README.md
@@ -142,6 +142,22 @@ fn main() {
142
143
<img src="screenshots/slider.png" alt="slider screenshot" style="width:50%;">
144
145
+calculator:
146
+
147
+```
148
+cd examples/calculator && cargo run
149
150
151
+<img src="screenshots/calculator.png" alt="calculator screenshot" style="width:50%;">
152
153
+synth:
154
155
156
+cd examples/synth && cargo run
157
158
159
+<img src="screenshots/synth.png" alt="synth screenshot" style="width:50%;">
160
161
widget gallery:
162
163
```
0 commit comments