Skip to content

Commit

Permalink
Merge bd1b750 into 5984b80
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusHahn committed Nov 21, 2019
2 parents 5984b80 + bd1b750 commit 7ea76eb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion examples/README.md
@@ -1,5 +1,13 @@
# Examples

## How to run Examples

To run an example:

1. clone the project
2. build it from the repository root `cargo build`
3. Run the desired example like this `cargo run --example <project_name>`. for example `cargo run --example calculator`

## `async`

- Shows the use of `async::Task` to create a background thread to run a long-running task.
Expand Down Expand Up @@ -79,4 +87,4 @@
## `xml`

- Shows the XML hot-reload system and the XML-to-Rust compiler
- XML can be live edited and gets compiled to Rust code in release mode
- XML can be live edited and gets compiled to Rust code in release mode

0 comments on commit 7ea76eb

Please sign in to comment.