Added example readme

This commit is contained in:
Nicola Guerrera
2023-05-14 15:40:24 +02:00
parent e838a9f05f
commit cc3eae7600
2 changed files with 14 additions and 10 deletions

8
examples/README.md Normal file
View File

@@ -0,0 +1,8 @@
# Running the examples:
```
cargo run --example=sirius
cargo run --example=app_grid
cargo run --example=hexagon_launcher
```