Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add screenshots
  • Loading branch information
wtholliday authored Jan 23, 2025
1 parent fbe8405 commit 4bfe622
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,22 @@ fn main() {

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

calculator:

```
cd examples/calculator && cargo run
```

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

synth:

```
cd examples/synth && cargo run
```

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

widget gallery:

```
Expand Down

0 comments on commit 4bfe622

Please sign in to comment.