Add README to examples

This commit is contained in:
Jakub Clark 2020-05-31 02:29:30 +02:00
parent 87464e838e
commit 59a399b290

8
examples/README.md Normal file
View file

@ -0,0 +1,8 @@
## Examples of how to use various `lvgl-rs` widgets/components
All examples can be executed using:
```shell
cargo run --example <name>
```
The `DEP_LV_CONFIG_PATH` environment variable is necessary, as explained in the [README](../README.md).