Skip to content

Commit 4bfe622

Browse files
authored
Update README.md
add screenshots
1 parent fbe8405 commit 4bfe622

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,22 @@ fn main() {
142142

143143
<img src="screenshots/slider.png" alt="slider screenshot" style="width:50%;">
144144

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+
145161
widget gallery:
146162

147163
```

0 commit comments

Comments
 (0)